html, body { font-family: museo-sans, sans-serif; font-size: 18px; color: #254B9B; font-weight: 300; line-height: 30px; } 
b { font-weight: 700; }
a { color: #254B9B; } 

/* Headings */
h1, h2, h3, h4, h5, h6 { font-family: museo-sans, sans-serif; font-weight: 700; color: #254B9B; line-height: 30px; } 
h1 { font-size: 34px; }
h2 { font-size: 28px; }

/* Social */
ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social li {
    display: inline-block;
}
ul.social li a {
    background-color: #FBDD05;
    color: #254B9B;
    width: 50px;
    height: 50px;
    display: table-cell;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #FBDD05;
    transition: ease .3s;
    cursor: pointer;
}
ul.social li a:hover {
    background-color: #254B9B;
    color: #FBDD05;
    border: 2px solid #FBDD05;
    transform: rotate(360deg);
}

/* Colors */
.red { color: #D8141A; }


/* Buttons */
.btn {
    padding: 20px;
    font-weight: 700;
    transition: ease .3s;
    text-decoration: none!important;
}
.btn i {
    margin-left: 20px;
    transition: ease .3s;
}
.btn-block:hover i {
    margin-left: 40px;   
}
.btn-yellow { 
    background-color: #FBDD05;
    color: #254B9B;
}
.btn-yellow:hover { 
    background-color: #254B9B;
    color: #FBDD05;
}

button.btn.btn-yellow.btn.btn-primary {
    border: #FBDD05;
}

/* container */

.container {
    max-width: 1300px;
}


/* Header */
header {
    padding: 20px 0px;
    position: fixed;
    z-index: 99999999;
    background: white;
    width: 100%;
}

header .logo {
     position: relative;
     margin-left: 50px;
     margin-top: -20px;
}
header .logo a img {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 290px;
}
header .main-menu ul.nav {
    float: right;
    margin-right: 50px;
}
header .main-menu ul.nav li {
    margin-left: 30px;
}
header .main-menu ul.nav li a {
    padding: 20px;
    display: block;
    color: #254B9B;
}

header .mobile-menu .nav-icon { width: 60px; height: 60px; background: #254B9B; border-radius: 10px; position: relative; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }
header .mobile-menu .nav-icon span { display: block; position: absolute; height: 2px; width: 30px; background: #ffffff; border-radius: 9px; opacity: 1; left: 0; right: 0; margin: 0 auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
header .mobile-menu .nav-icon span:nth-child(1) { top: 20px; }
header .mobile-menu .nav-icon span:nth-child(2) { top: 30px; }
header .mobile-menu .nav-icon span:nth-child(3) { top: 40px; }
header .mobile-menu .nav-icon.open span:nth-child(1) { top: 30px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
header .mobile-menu .nav-icon.open span:nth-child(2) { opacity: 0; left: -54px; }
header .mobile-menu .nav-icon.open span:nth-child(3) { top: 30px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }


#layout-content {
    padding-top: 98px;
}

/* Slider */
#slider-part {
    position: relative;
}

#slider-part:after {
    content: '';
    background-image: url(/themes/genemuidenzorgt/assets/img/curve.svg);
    background-position: bottom center;
    background-size: cover;
    height: 300px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
}

/* Home top part */
#home-top-part .blue-box {
    margin-top: -200px;
    background-color: #254B9B;
    color: #FFF;
    padding: 50px 50px 0px 50px;
    position: relative;
}
#home-top-part .blue-box:after {
    content: '';
    background-image: url(/themes/genemuidenzorgt/assets/img/blue-bottom.svg);
    background-position: bottom center;
    background-size: cover;
    height: 100px;
    position: absolute;
    bottom: -98px;
    left: 0;
    right: 0;
}
#home-top-part .btn-part {
    margin-top: 130px;
}

/* content */

#content {
    padding: 120px 0px;
}
#content h1 {
    margin-bottom: 40px;
}
#content h2 {
    margin-bottom: 40px;
    margin-top: 40px;
}
#content .btn {
    margin-top: 20px;
}
#content ul li {
    padding-bottom: 15px;
}
#content a {
    text-decoration: underline;
}

/* Content experience */

#content-experience {
     background-color: #eee;  
     padding: 80px 0px;
}
#content-experience h2 {
    margin-bottom: 50px;
}
#content-experience .box {
    margin: 15px 0px;
    background: #FFF;
    border-radius: 5px;
    padding: 30px;
}

/* footer */

footer {
    position: relative;
    background-color: #254B9B;
    margin-top: 200px;
    padding-bottom: 40px; 
}
footer:before {
    content: '';
    background-image: url(/themes/genemuidenzorgt/assets/img/blue-top.svg);
    background-position: top center;
    background-size: cover;
    height: 240px;
    position: absolute;
    top: -238px;
    left: 0;
    right: 0;
    width: 100%;
}
footer .footer-logo {
    position: relative;
    margin-top: -180px;
}

footer .footer-menu {
       
}

footer .footer-menu ul li {
    padding-bottom: 20px;
}
footer .footer-menu ul li a {
    color: #FFF;
}
footer .footer-social ul.social {
    float: right;
    margin-top: 10px;
}
footer .footer-social ul.social li {
    margin-left: 20px;
}


/* menu overlay */

.menu-overlay {
    display: none;
    visibility: hidden;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #254B9B;
    opacity: 0;
    transition: opacity .60s, visibility .60s, height .60s;
    z-index: 5000;
}

.menu-overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.menu-overlay .inner {
    padding: 170px 30px 30px 30px;
}
.menu-overlay .inner ul.nav li {
    display: block;
    width: 100%;
    text-align: center;
}
.menu-overlay .inner ul.nav li a {
    color: #FFF;
    display: block;
    padding: 10px 0px; 
}

@media screen and (max-width: 1024px) {
    
    a:hover {
        text-decoration: none;   
    }
    h1, h2, h3, h4, h5, h6 {
        line-height: 40px;
    }
     header .logo {
         margin-left: 15px;
     }
     header .logo a img {
         width: 200px;
     }
     header .mobile-menu .nav-icon {
         float: right;
     }
     #home-top-part .blue-box {
         margin-top: 0px;
     }
     #content .btn {
         margin-bottom: 30px;
     }
     footer .footer-logo {
         margin-top: -200px;
         margin-left: auto;
         margin-right: auto;
         text-align: center;
         margin-bottom: 40px;
     }
     footer .footer-logo a img {
         width: 200px;
     }
     footer .footer-menu ul {
         margin-bottom: 0px;
     }
     footer .footer-menu ul li {
         text-align: center;
     }
     footer .footer-social ul.social {
        text-align: center;
        width: 100%;
        margin-bottom: 50px;
        display: block;
        padding-top: 20px;
    }
    footer .btn-yellow {
        font-size: 0.9em;
    }
    footer {
        padding-bottom: 60px;
    }
}
