
html{
    scroll-behavior: smooth;
}
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}
.smaller{
    font-size: 80% !important;
}

/*Header CSS*/
.navbar {
    margin: 0;
    padding: 7.5px 15px;
    padding-top: 0 !important;
    font-size: 1.3em;
}
.navbar-collapse{
    text-align: right;
}

#logo-container-dt {
    max-width: 100%;
    height: 175px;
    padding-left: 15%;
}

#logo-container-sp {
    max-width: 100%;
    height: 105px;
    padding-left: 5%;

}

/*Slider CSS*/
.slider-container {
    height: 830px;
    position: relative;
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 11%;
    transform: translate(0%, -50%);
    color: white;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-text {
        position: absolute;
        top: 50%;
        left: 45%;
        transform: translate(0%, -50%);
        color: white;
    }

    h2.slider {
        font-size: 2.5rem !important;
    }
}

@media (min-width: 992px) {
    h2.slider {
        font-size: 3rem !important;
    }

    .slider-text {
        left: 26%;
    }
}

#slider-1 {
    background: url("../img/header_sp_1.jpg");
    background-position-x: 43%;
    background-size: cover;
}

#slider-2 {
    background: url("../img/header_sp_2.jpg");
    background-position-x: 70%;
    background-size: cover;
}

#slider-3 {
    background: url("../img/header_sp_3.jpg");
    background-position-x: 15%;
    background-size: cover;
}

/*Philosophy*/
#philosophy {
    background: url("../img/philosophy.jpg");
    background-position-x: 50%;
    background-size: cover;
}

#window {
    background: rgba(166, 117, 68, .5);
}

@media (min-width: 992px) {
    #philosophy {
        background-position-y: 74%;
    }

    .philosophy {
        margin-top: 7%;
        margin-bottom: 7%;
    }

    h5 {
        font-size: 2rem !important;
    }

    p {
        font-size: 1.4rem !important;
    }
}

/*Content*/
#content {
    background: url("../img/content.jpg");
    background-size: cover;
}

.navy {
    color: #002752;
}

#content-dt {
    background: url("../img/content.jpg");
    background-size: cover;
}

@media (min-width: 992px) {
    .philosophy {
        margin-top: 7%;
        margin-bottom: 7%;
    }

    h5 {
        font-size: 2rem !important;
    }
}

/*Performance*/
#performance {
    background: url("../img/performance.jpg");
    background-size: cover;
}

img.netu {
    width: 100px;
}

img.minato {
    width: 150px;
}

@media (min-width: 992px) {
    #performance {
        background-position-y: 41%;
    }

    img.netu {
        width: 300px;
    }

    img.minato {
        width: 500px;
    }
}

/*Recruit*/
#recruit {
    background: url("../img/recruit.jpg");
    background-size: cover;
}

#recruit-desktop {
    background: url("../img/recruit.jpg");
    background-size: cover;
    height: 24em;
}

#midman {
    margin-top: 10% !important;
}

/*Company Overview*/
#overview {
    background: url("../img/overview.jpg");
    background-size: cover;
}

p.overview {
    line-height: 2.2;

}

p.overview-2 {
    margin-left: 84px !important;

}

@media (min-width: 992px) {
 
}

@media (min-width: 1200px) {

}


/*Contact*/
#contact {
    background: url("../img/contact.jpg");
    background-position-y: 50%;
    background-size: cover;
    height: 10em;
}

#contact-text {
    font-size: 5em !important;
}

#theset {
    background: url("../img/the_set.gif");
    background-size: cover;
}

#theset {
    background: url("../img/the_set_2.gif");
    background-size: cover;
}

.gold {
    color: rgb(152, 118, 84)
}

.navy-bg {
    background-color: #002752;
}

@media (min-width: 992px) {
    #contact {
        height: 25em;
    }

    button.contact {
        font-size: 40px;
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }
}

    /*Footer*/
    #footer {
        height: 3em;
    }

    #footer-line {
        height: 1px;
        background-color: rgb(152, 118, 84);
    }

    p.footer {
        font-size: 8px;
    }

    /*Buttons*/
    .btn-primary {
        font-size: 13px;
        color: rgba(58, 133, 191, 0.75);
        letter-spacing: 1px;
        line-height: 15px;
        border: 2px solid rgba(58, 133, 191, 0.75);
        border-radius: 40px;
        background: transparent;
        transition: all 0.3s ease 0s;
    }
