/* start custom media queries */
/* Small devices (landscape phones, 576px and up) */


@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    html{
        font-size: 11px !important;
    }

    .center {
        width: 90% !important;
    }

}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    .center {
        width: 85% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    html{
        font-size: 13px !important;
    }

    .center {
        width: 800px !important;
    }

}

/* end custom media queries */

/* start general section */
html{
    font-size: 10px;
}

body{
    font-family: 'Roboto', sans-serif;
    color: black;
    background: url("https://mensa.esskultur-welten.ch/storage/gray-wall-grunge.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    min-height: 100vh !important;
    font-size: 1.2rem;

}

p{
    font-size: 1.5rem;
}

h1,h2,h3,h4,h5{
    font-family: 'Roboto', sans-serif;
}

.container-fluid{
    max-width: 2200px !important;
}

.error{
    color: red;
}

.static-content{
    height: 88vh !important;
    padding-left: 10%;
    padding-right: 10%;
}


/* start create specific */

.form-group {
    position: relative;
    display: block;
    margin-bottom: 20px; }


.form-control.text-field {
    background-color: #2b2b2b;
    border: none;
    border-radius: 0%;
    width: 100%;
    height: 43px;
    font-size: 1.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-control:focus {
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

.btn-create{
    border: 1px solid black;
    width: 150px;
    height: 55px;
    background-color: transparent;
    font-size: 1.2rem;
    margin-top: 0px;
}

.btn-create:hover{
    color: black;
    background-color: black;
    color:whitesmoke;;
    transition-duration: 200ms;
}

.btn-contact span{
    position: absolute;
    font-weight: 400;
}

.btn-contact i{
    margin-left: 117px;
    height: auto;
}

#message{
    font-size: 1.5rem;
}

input.form-control{
    border-radius: 0%;
    background-color: #f5f5f5 !important;
    font-size: 1.2rem;
}

#message{
    border-radius: 0%;
    height: 200px;
    background-color: #f5f5f5 !important;
}

input.form-control:focus{
    box-shadow: none;
    border: 2px solid black !important;
    transition-duration: 300ms;
}

/* end create specific */



/* start alert specific */
.alert {
    padding: 20px;
    background-color: green;
    color: white;
    margin-bottom: 15px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 2.2rem;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}
/* end alert specific */

#captcha{
    margin-bottom: 20px;
}

.center {
    display: block;
    margin: 10% auto;
    width: 100%;
    height: auto;
}

.create-content{
    background-color: whitesmoke;
    padding: 50px;
}

.file-input{
    font-size: 1.2rem;
}


.link{
     color: black;
 }

.link:hover{
    color: black;
}
