/* Header CSS */

body{
    background-color: #f1f1f1!important;
}

.navbar.navbar-grey{
    background-color: #3d4242;
}

div .container-fluid.landing {
    color: white;
    margin-left: 2%;
    z-index: 1000;
    max-width: 100%;
}

#mainNav {
    transition: all 0.5s ease-out;
}

.form-group p {
    color: white;
}

html{
    scroll-behavior: smooth;
}

#input{
    background-color: #2d2d2dcc;
    border: 1px solid #2d2d2d;
}

#active {
    color: #fff !important;
    background: #ff7148;
    border-radius: 10px;
    margin: 2px;
}

div .landing-slider {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.landing-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(56, 61, 59, 0.8);
}

li {
    padding-top: 5px;
}

.logo {
    margin-left: 2%;
}

/* JavaScript on Scroll CSS */
.navbar.scrolled {
    background: #3d4242;
    z-index: 15000;
    padding-top: 8px;
}


/* Features CSS */

div .leadgoal {
    background-color: #383d3b;
    height: 300px;
    padding: 30px;
    color: white;
}

.goals {
    padding: 30px;
    height: 300px;
    background-color: #454947;
    color: white;
}

div .features {
    border-radius: 5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px 2px #d8d9dd;
}

/* Project CSS */
.projects {
    background-size: cover;
    background-repeat: no-repeat;
    height: 380px;
    border: 5px solid #f1f1f1;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #e94e23;
}

.col-md-4.projects:hover .overlay {
    opacity: 0.8;
}

div .iconAnimation:hover i {
    transition: .15s ease-in-out all;
    transform: scale(1.15);

}

div .leadgoal:hover img {
    transform: scale(1.07) rotate(15deg);
    transition: .15s ease-in-out all;
}

div .goals:hover img {
    transform: scale(1.07);
    transition: .15s ease-in-out all;
}

div .features:hover {
    transition: .20s ease-in-out all;
    transform: scale(1.01);
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    width: fit-content;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Contact */
.contactHeader {
    background-image: url('/images_var/pagina_afbeeldingen/18_header.jpg');
    background-size: cover;
    padding: 60px;
    color: white;
}


/* Mammoet Grey Background Colors */
.bg-mammoetgrey {
    color: white;
    background-color: #454947;
}

.bg-mammoetgrey a {
    color: white;
}

.transition {
    transition: all 0.5s ease-in-out;
}

.btn{
    border-radius: 0px;
}

