*,
*::before,
*::after {
    box-sizing: border-box;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

* {
    padding: 0;
    margin: 0;
}

#nav1 {
    background-color: #1b4071;
}

body {
    font-family: 'Lato', sans-serif;
    scroll-behavior: smooth;
    height: 100%;
}

#home #sech-1 .carousel-inner {
    height: 100vh;
}

#home #sech-1 .carousel-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #1b4071;
    opacity: .4;
}

.slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;

    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.slogan h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    padding: 53px;
    text-transform: uppercase;
    text-align: center;
}

.slogan .text {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #1a6e39;
    opacity: .8;
}

.slogan h3 {
    text-align: center;
}

#button1 {
    background-color: #1b4071;
    color: #fff;
    font-size: medium;
    padding: 6px;
}

#button1:hover {
    background-color: #1a6e39;
    color: #fff;
}

#details {
    padding: 50px;
}

#details .sec-1 h1 {
    font-size: 4em;
    color: #1a6e39;
}

#details .sec-1 .start {
    object-fit: contain;
    margin-bottom: 50px;
}

footer {
    background-color: #1b4071;
    color: #fff;
}

footer P {
    color: #fff;
}

#details .sec-1 .icons {
    padding: 8px;
}

#details .sec-1 .text2 {
    text-align: left;
}

.embed-responsive {
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
    height: 0;
}

.embed-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media (max-width: 991.98px) {
    .text2 p {
        font-size: 10px;
    }

    #details .sec-1 h1 {
        font-size: 36px;
    }

    #details .sec-1 img {
        width: 100%;
    }

    .slogan h1 {
        font-size: 14px;
        padding: 40px 13px;
        width: 100%;
        height: 100%;
    }

    .slogan h3 {
        font-size: 12px;
    }

    .carousel-inner img {
        overflow-x: hidden;
        height: 100vh;
        object-fit: cover;
    }

    #details .sec-1 h1 {
        font-size: 2em;
    }

    nav img {
        height: 50px;
    }

    #details .sec-1 .icons {
        width: 30px;
    }
}

@media (max-width: 767.98px) {
    #details .sec-1 .start {
        margin-bottom: 30px;
    }

    #button1 {
        font-size: 15px;
    }

    #details .sec-1 h1 {
        font-size: 1.5em;
    }

    footer p {
        font-size: 1em;
    }

    .embed-responsive {
        padding-bottom: 80%;
    }
}

@media (max-width: 575.98px) {
    #details .sec-1 .start {
        margin-bottom: 10px;
    }

    #details .sec-1 h1 {
        font-size: 1em;
    }

    #button1 {
        font-size: 12px;
    }

    #details {
        padding: 10px;
    }

    footer p {
        font-size: 0.8em;
    }
}