/**
 * style.css
 */

/*---Common Styles---*/
body {
    max-width: 100%; min-height: 100%;
    overflow-x: hidden;
    font-family: 'M PLUS 1p', sans-serif;
}
.container {
    overflow-x: hidden;
}
ul {
    list-style: none;
}
.offset:before {
    display: block;
    content: "";
    height: 4.5rem;
    margin-top: -4.5rem;
}

/*---Navigation ---*/
.navbar {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: .1rem;
    background: rgba(255, 255, 255, 1.0) !important;
}
.navbar-brand img {
    height: 2rem;
}
.navbar-nav li {
    padding-right: .7rem;
}
.navbar .navbar-nav .nav-link {
    color: #1ebba3;
    padding-top: .8rem;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
    color: black;
}
.navbar-toggler{
    border-color: #494949;
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(73,73,73,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*---Landing---*/
.landing {
    position: relative;
    width: 100%;
    min-height: 700px;
    height: 100vh;
    margin-bottom: 4.5rem;
    display: table;
    z-index: -1;
}
.landing-inner {
    background-image: url(../image/landing.png);
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
}
.landing-caption {
    width: 100%; min-width: 100%;
    position: absolute;
    top: 38%;
    color: #fff;
}
.landing-caption h1 {
    font-weight: 700;
    letter-spacing: .2rem;
    text-shadow: .1rem .1rem .8rem black;
    padding-bottom: 2rem;
}
.landing-caption h3 {
    font-weight: 700;
    letter-spacing: .2rem;
    text-shadow: .1rem .1rem .8rem black;
    padding-bottom: 1rem;
}
.landing-scroll {
    width: 100%; min-width: 100%;
    position: absolute;
    bottom: 3rem;
    color: #fff;
    font-size: 3rem;
}
.landing-scroll p {
    font-size: .8rem;
}
@media (min-width: 991.98px) {
    .landing-caption h1 {
        font-size: 3.8rem;
    }
    .landing-caption h3 {
        font-size: 2rem;
    }
}
@media (max-width: 767.98px) {
    .landing-caption h1 {
        font-size: 2.8rem;
    }
    .landing-caption h3 {
        font-size: 1.6rem;
    }
}
@media (max-width: 575.98px) {
    .landing-caption h1 {
        font-size: 2.0rem;
    }
    .landing-caption h3 {
        font-size: 1.3rem;
    }
}

/*---Menu Titles---*/
.menu-title {
    padding-bottom: 2rem;
    background-color: #f5f5f5;
}
.menu-title h2 {
    width: 100%; min-width: 100%;
    color: #757575;
    font-weight: 700;
    letter-spacing: .2rem;
    padding-bottom: 1rem;
}
.menu-title h3 {
    width: 100%; min-width: 100%;
    font-size: 1rem;
    color: #757575;
    font-weight: 700;
    letter-spacing: .2rem;
}
.menu-title h3::before {
    content: "- ";
}
.menu-title h3::after {
    content: " -";
}

/*---Menu Icons---*/
.menu-icon {
    font-size: 80px;
    margin: 20px auto;
    color: #ffc412;
}

/*---Client Image---*/
div.client-image {
    width: 100%;
    height: 100px;
}
img.client {
    display: block;
    width: 200px;
    max-width: 100%;
    margin: auto;
}

/*---Content---*/
.content {
    min-height: 70vh;
    padding-top: 2rem;
    padding-bottom: 6rem;
    background-color: white;
}
.content-sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: white;
}

/*---Footer---*/
footer {
    width: 100%;
    min-height: 60vh;
    background-color: #4e4e4e;
    color: #fff;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}
ul.footer-list {
    line-height: 2.5em;
}
