/********** common setting **********/
h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
    color: #00387b !important;
}

h2.orange {
    color: #e25303 !important;
}

h3, h4 {
      color: #e25303 !important;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
    /* padding-bottom: 2em !important;*/
}

#banner a {
    font-weight: bold;
    color: #ea5b0b;
}

div.orange-banner {
    padding: 0.7em;
    background-color: #e25303; 
    color: #FFFFFF; 
    font-size: 1rem; 
    font-weight: bold;
}

.atlas-cta {
    border-radius: 3px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-white {
    background: #FFFFFF;
    color: #192440;
}

.cta-white:hover {
    color: #FFFFFF;
    background: #192440;
}

.cta-orange {
    background: #ea5b0b;
    color: #192440;
}

.cta-orange:hover {
    color: #ffffff;
    background: #ea5b0b;
}

.cta-blue {
    background: #00387b;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #00387b;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#merken h5 {
    color: #00387b;
}

#merken a {
    color: #ea5b0b;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 450px;
}

#feature-first {
    background: #FFFFFF;
}

#feature-last {
    background: #00FFAD;
}

#openingsuren {
    color: #00387b;
}

#fotos {
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact a {
    color: #ffffff;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #ea5b0b;
}

#contact form input,
#contact form textarea {
    background: #ffffff;
    border: 1px solid #ea5b0b;
    color: #ea5b0b;
}

/********** copyright **********/
#copyright {
    color: #00387b;
    padding: 0.5rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #00FFAD;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (min-width: 768px) {
    #banner header img {
        max-width: 600px;
    }
    h1 {
    font-size: 3.2rem !important;
    }
}
@media (max-width: 768px) {
    #banner header img {
        max-width: 500px;
    }
    h1 {
    font-size: 2.8rem !important;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 2.5rem !important;
    }
    #banner header img {
        max-width: 350px;
        margin: auto;
    }
}

div.col-md-5.align-self-center.aos-init.aos-animate {
}