/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove the margin in all browsers.
*/

body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.btn {
    background: #2A3445;
    color: white;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 35px;
}

.btn:hover {
    background: white;
    color: #2A3445;
}

/**
 * Banner
 */
#banner {
    background: #2A3445;
    min-height: 600px;
}

#banner .top {
    background: url('../images/banner-2.jpg');
    background-size: 100% auto;
    background-position: top center;
    padding-bottom: 28%;
    position: relative;
}

#banner .logo {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,30%);
    z-index: 1;
}

#banner .detail {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 42%;
    transform: translate(-50%,0);
    z-index: 0;
    opacity: 0.6;
}

#banner .bottom {
    padding: 110px 0 90px 0;
}

#banner .bottom .main-text {
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0;
}

#banner .bottom .main-text p {
    margin: 0;
}

#banner .bottom span {
    color: #239871;
}

#banner .info {
}

#banner .info p {
    color: #239871;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 0;
}

/**
 * Front Text
 */
#front-text {
    padding: 0 0 70px 0;
    text-align: center;
}

#front-text p {
    font-weight: 300;
    font-size: 25px;
}

#front-text span {
    color: #239871;
}

#front-text .detail-2 {
    width: 100%;
    position: relative;
    padding-bottom: 19%;
}

#front-text .detail-2 img {
    position: absolute;
    width: 120%;
    top: -75%;
    left: -10%;
    right: -10%;
    z-index: 0;
    opacity: 0.25;
}

/**
 * Services
 */
#services {
    text-align: center;
    padding: 90px 0 240px 0;
    background: #239871;
    color: #F4F1EF;
}

#services h3 {
    color: #F4F1EF;
    font-weight: 800;
}

#services ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 24px;
}

#services .main-img {
    width: 100%;
    border-radius: 18px;
    margin: 0 0 20px 0;
}

#services p {
    text-align: left;
}

/**
 * Photos
 */
#photos {
    position: relative;
    margin-top: -100px;
    z-index: 10;
    padding: 0 0 90px 0;
}

#photos .row {
    margin-top: -60px;
    position: relative;
}

#photos .photo {
    width: 100%;
    margin-bottom: 24px;
    border-radius: 10px;
}

#photos .detail-3 {
    width: 100%;
    position: relative;
    padding-bottom: 100px;
}

#photos .detail-3 img {
    position: absolute;
    width: 120%;
    top: -100%;
    left: -10%;
    right: -10%;
    z-index: 0;
    opacity: 0.25;
}

/**
 * Footer
 */
footer {
    font-size: 15px;
    background: #2A3445;
    padding: 100px 0 90px 0;
    color: #F4F1EF;
}

footer .info p {
    color: #239871;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 0;
}

@media ( max-width: 1000px ) {

    #banner .top {
        padding-bottom: 45%;
        background-size: cover;
    }

    #banner .detail img {
        width: 400px;
    }

    #banner .logo img {
        width: 200px;
    }

    #services ul,
    #banner .bottom .main-text,
    #front-text p {
        font-size: 22px;
    }

}
