body {
    font-family: acumin-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}
#logo {
    height: 30px;
    padding-left: 32px;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}
.navbar-toggler {
    border-color: #5F6060;
    line-height: 0.5;
}
.navbar-toggler:focus {
    outline: none;
}
.navbar-toggler-icon {
    background-color: #5F6060;
    height: 2px;
    margin: 2px;
}
.nav > li > a {
    font-weight: 400 !important;
    text-transform: uppercase;
    border: 2px solid rgba(0,0,0,0);
    color: #5F6060;
}
.nav > li > a:focus, 
.nav > li > a:hover {
    color: #006A93 !important;
    border-bottom: 2px solid #006A93;
}
.nav-item {
    margin-left: 10px;
}
.navbar-right {
    margin-left: auto;
    margin-right: 20px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
section {
    margin-bottom: 24px;
}
.row {
    margin: 0;
}
#home {
    min-height: 450px;
    background-image: url(/assets/images/bg_image.png);
    background-size: cover;
    background-position: right center;
    margin-bottom: 0;
}
h1 {
    font-weight: 800;
    color: #fff;
    font-size: 48px;
    letter-spacing: 1px;
    padding-left: 32px;
    padding-top: 32px;
    width: 50%;
    margin-bottom: 0;
}
.bold {
    font-weight: 800;
}
#intro {
    text-align: center;
    background-color: #009DE0;
}
#intro h2 {
    font-weight: 800;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
}
#intro img {
    max-width: 300px;
    padding-bottom: 24px;
}
#intro p {
    color: #fff;
    padding-bottom: 36px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#intollerance {
    text-align: center;
}
#intollerance h2 {
    font-weight: 800;
    color: #009DE0;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
}
#intollerance p {
    color: #000;
    padding-bottom: 12px;
    padding-top: 12px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#intollerance .fas {
    color: #009DE0;
}
#symptoms {
    background-color: #006A93;
}
#symptoms h2 {
    font-weight: 800;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
}
#symptoms h3 {
    font-weight: 800;
    color: #fff;
}
#symptoms ul {
    list-style: none;
    padding: 0;
}
#symptoms li {
    color: #fff;
    font-size: 24px;
}


#solution {
    text-align: center;
}
#logo_big {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 36px;
    padding-bottom: 36px;
}
#solution .fas {
    color: #009DE0;
    font-size: 18px;
}
#lactosolv {
    max-height: 300px;
}
#solution ul {
    list-style: none;
    margin-left: 0px;
    margin-top: 24px;
    text-align: left;
    font-size: 14px;
}
#solution li {
    margin-bottom: 24px;
}
.btn-blue {
    background-color: #009DE0;
    color: #fff !important;
    border-radius: 0;
    width: 100%;
    padding: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}
.btn-blue .fas {
    color: #fff !important;
}

#advice {
    background-color: #009DE0;
    margin-bottom: 0;
    text-align: center;
}
#food {
    min-height: 450px;
    background-image: url(/assets/images/food.png);
    background-size: cover;
    background-position: right center;
    margin-bottom: 0;
}
#advice h2 {
    font-weight: 800;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
}
#advice h3 {
    font-weight: 800;
    color: #fff;
    padding-top: 12px;
    text-align: center;
}
#advice p {
    color: #fff;
    padding-bottom: 12px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#contact {
    background-color: #E6E6E6;
    margin-bottom: 0;
    min-height: 300px;
}
#logo_stada {
    float: right;
    max-width: 80px;
    margin-top: 36px;
    margin-right: 36px;
}
#contact h5 {
    font-weight: 800;
    margin-top: 36px;
    text-indent:-1.5em;
}
#contact p {
    font-size: 12px;
    padding-left: -0.6em;
    text-indent:-1.2em;
}

@media only screen and (max-width: 768px) {
    #logo {
        padding-left: 12px;
    }
    #home {
        min-height: 300px;
    }
    h1 {
        font-size: 32px;
        width: 100%;
        text-align: center;
        color: #fff;
        padding-left: 0;
    }
    #solution ul {
        list-style: none;
        margin-left: 24px;
        text-align: left;
        font-size: 14px;
    }
    #logo_stada {
        float: none;
    }
    #contact h5 {
        font-weight: 800;
        margin-top: 36px;
        text-indent: 0em;
    }
    #contact p {
        font-size: 12px;
        padding-left: 1.6em;
        text-indent: -0.8em;
    }
}