body {
    background-color: white;
    font-family: 'Raleway', sans-serif;

}

.col-centered {
    float: none;
    margin: 0 auto;
}

.navbar {
    padding: 0;
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.20);
    z-index: 100;
    background: white;
}

.navbar .container {
    width: 90% !important;
    max-width: 90% !important;
}

.navbar {
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgba(247,161,62,1) 0%, rgb(200, 102, 63) 30%, rgba(79,62,104,1) 60%, rgb(0, 91, 124) 100%)0 1 100%;
}

footer {
    border: 0;
    border-top-width: 5px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgba(247,161,62,1) 0%, rgba(200,102,63,1) 30%, rgba(79,62,104,1) 60%, rgba(0,91,124,1) 100%) 20%;
}
.landing i {
    color: rgb(241, 119, 70);
}
.landing a {
    color: #535353 !important;
}

.btn-primary {
    border: 3px rgb(241, 119, 70) solid;
    border-radius: 25px;
    font-size: 1.2em;
    background: rgb(241, 119, 70);
}

.btn-secondary {
    border: 3px #0c3c60 solid;
    font-size: 1.2em;
    background:  #0c3c60;
}


.logo {
    padding: 0;
    margin: 0;
    height: 7vh;
    width: auto;
}

.nav-link {
    font-size: 1.2em;
}

.navbar-nav .active {
    border-bottom: 2px solid rgb(0,91,124);
}

.bannerHome {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 65vh;
    min-height: 500px;
    background-image: url("/img/puzzel.jpg");
}
.bannerSub {
    height: 35vh;
}

.slide {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 95vh;
}

.overlayText {
    padding-top: 3em;
    padding-left: 10em;
    padding-bottem: 1em;
}

.overlayText > h1, .overlayText > h2 {
    color: white;
    font-family: 'Roboto', sans-serif;
    text-shadow: horizontal-offset vertical-offset blur color;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.overlayText > h1 {
    font-size: 7em;
}

.overlayText > .btn {
    font-size: 1.2em;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}


.contactHP {
    width: 100%;
    background: url("/img/backgroundContact.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.ContactCapion {
    text-align: center;
    color: white;
    font-size: 3em;
    padding-top: 2em;
    padding-bottom: 2em;
    text-shadow: 1px 1px 4px black;

}

.contactIconContainer {
    margin: auto;
    border-radius: 50%;
    height: 6em;
    width: 6em;
    background: white;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    position: relative;
}

.contact-btnContainer {
    display: flex;
    justify-content: center;
    margin-top: 4em;
}

.contact-btn {
    background: #e56f33;
    font-size: 1.2em;
    color: white !important;
    text-align: center;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.contactItemContainer {
    cursor: pointer;
}

.contact-btn:hover {
    background: #262727;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.contactCaption {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
}

.contactUnderCaption {
    text-align: center;
    color: #ffffff;
    font-size: 1.4em;
}

.contactIconContainer > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
}

.bannerImage {
    height: 35vh;
    width: 100%;
}

.backgroundLogo {
    position: absolute;
    height: 10vh;
    width: auto;
    bottom: 0;
    right: 0;
    opacity: 50%;
}

.card {
    border: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-img-top {
    margin: 0 auto;
    width: 35%;
    height: 20vh;
    object-fit: contain;
}

.backgroundLogo {
    position: absolute;
    height: 10vh;
    width: auto;
    bottom: 0;
    right: 0;
    opacity: 50%;
}


.contactHP {
    width: 100%;
    background: url("/img/contactBackground.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.ContactCapion {
    text-align: center;
    color: white;
    font-size: 3em;
    padding-top: 2em;
    padding-bottom: 2em;
    text-shadow: 1px 1px 4px black;

}
.contactIconContainer {
    margin: auto;
    border-radius: 50%;
    height: 6em;
    width: 6em;
    background: white;
    color: #005B7C;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    position: relative;
}

.contact-btnContainer {
    display: flex;
    justify-content: center;
    margin-top: 4em;
}

.contact-btn {
    background: #e56f33;
    font-size: 1.2em;
    color: white !important;
    text-align: center;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
}

.contactItemContainer {
    cursor: pointer;
}

.contact-btn:hover {
    background: #262727;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.contactCaption {
    color: #C8663F;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
}

.contactUnderCaption {
    text-align: center;
    color: #ffffff;
    font-size: 1.4em;
}

.contactIconContainer > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
}


@media only screen and (max-width: 992px) {
    .overlayText {
        padding-left: 1em;
    }

    .overlayText > h1 {
        font-size: 4em;
    }

    .overlayText > .btn {
        font-size: 1.2em;
    }
    .divider {
        width: 100%;
        height: 1px;
        margin: 18px;
        background: linear-gradient(90deg, rgba(247,161,62,1) 0%, rgba(200,102,63,1) 30%, rgba(79,62,104,1) 60%, rgba(0,91,124,1) 100%);
    }
}