@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');




body{
    background-color: #f9f9f9;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 16px;
    color: 555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat;
    font-weight: 300;
    color: 333;

}

p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

a {
    color: #f85c37;
}

#header a {
    color: #395781;
}

#header h1 {
    color: #395781;
}

a:hover, a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;

}

hr {
    display: block;
    height: 1px;
    border: 0px;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}



.navbar {
    font-weight: 800;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-invers {
    background: #2d2d2d;
    border-color: #2d2d2d;
}

.menulist {
    color: #f85c37;
    border: 1px solid;
    border-color: #f85c37;

}


#footer h4{
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;

}


#headerwrap{
    text-align: center;
    background: url("../img/Font_main.png") no-repeat center center;
    min-height: 300px;
    width: 100%;

    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#headerwrap h1 {
    margin-top: 0px;
    color: #dcdee1;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    /*text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;*/
    /*-webkit-text-stroke: 2px black;*/
    font-size: calc( 0.025125 * 100vw + 30px );
    font-weight: 700;
    letter-spacing: 0px;

}

#headerwrap h2 {
    margin-top: 10px;
    color: #dcdee1;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    /*-webkit-text-stroke: 1px black;*/
    font-size: calc( 0.013125 * 100vw + 17px );
    padding-top: 10px;
    font-weight: 700;
    letter-spacing: 0px;
}

#headerwrap img{
    padding-top: 10px;
    height: 70vw;
    max-height: 250px;
    text-align: center;
    vertical-align: middle;
    margin-top: 5px;
}

#headerwrap i:hover{
    font-size: 120%;
}

#indicator i{
    padding-left: 10px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

#mainreason h4{
    font-size: calc( 0.003125 * 100vw + 16px );
    font-weight: 500;
}

#mainreason p{
    font-size: calc( 0.003125 * 100vw + 13px );
    font-weight: 500;
    letter-spacing: -0.3px;
}

#delivery h4{
    font-size: calc( 0.003125 * 100vw + 16px );
    font-weight: 500;
}

#delivery p{
    font-size: calc( 0.003125 * 100vw + 13px );
    font-weight: 500;
    letter-spacing: -0.3px;
}

@media screen and (min-width: 766px) {
    .inside-description {
    min-height: 238px;
}
}

@media screen and (min-width: 980px) {
    .inside-description {
        min-height: 180px;
    }
}

@media screen and (min-width: 1200px) {
    .inside-description {
        min-height: 150px;
    }
}
