/* Style sheet for Brightwater Creative Studio */

* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

body {
    background-image: url();
    background-attachment: fixed;
    background-size: cover;
    background-color: #151515;
}

.header {
    min-height: 15vh;
    width: 100%;
    padding-bottom: 5%;
    background-image: url();
    background-position: center;
    background-size: cover;
    position: relative;
}

nav {
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 400px;
}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a {
    color: white;
    text-decoration: none;
    font-size: 13px;
}

.nav-links ul li::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #f5f5f5;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

.text-box {
    width: 90%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1 {
    font-size: 62px;
}

.text-box p {
    margin: 10px 0 40px;
    font-size: 14px;
    color: white;
}

.text-box img {
    max-height: 50vh;
    max-width: 50vh;
    position: relative;
}

.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover {
    border: 1px solid #c2ecd8;
    background: #f5f5f5;
    transition: 1s;
    color: #252525;
}

.dark-btn {
    color: #252525;
    border: 1px solid #252525;
}

nav .fa {
    display: none;
}

@media (max-width: 700px) {
    .text-box h1 {
        font-size: 20px;
    }

    .text-box img {
        max-height: 40vh;
        max-width: 40vh;
        position: relative;
        margin-bottom: 12px;
    }

    .nav-links ul li {
        display: block;
    }

    .nav-links {
        position: fixed;
        background: #252525;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }

    nav .fa {
        display: block;
        color: #f5f5f5;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul {
        padding: 30px;
    }
    
    .nav img {
        max-height: 2vh;
        max-width: 2vh;
    }
    
    .row {
        flex-direction: column;
    }

    .cta h1 {
        font-size: 24px;
    }

    .sub-header h1 {
        font-size: 24px;
    }

}

/*-------- Portfolio --------*/
.portfolio {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    color: #353535;
}

.whitetext {
    color: white;
}

p {
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 8px;
}

.row {
    margin-top: 0%;
    display: flex;
    justify-content: space-between;
}

.portfolio-col {
    flex-basis: 31%;
    background: #151515;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 50px;
    box-sizing: border-box;
    transition: 0.5s;
}

.portfolio img {
    max-width: 100%;
    max-height: 100%;
}

h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: #656565;
}

.client {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.portfolio-col:hover {
    box-shadow: 0 0 20px 0px #f5f5f5;
    background-color: #191919;
}

/*-------- Call To Action --------*/
.cta {
    margin: 100px auto;
    width: 80%;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 0px 0;
}

.cta h1 {
    color: white;
    margin: 40px;
    padding: 0;
}

.cta hero-btn {
    color: #252525;
}

/*-------- Footer --------*/
.footer {
    width: 100%;
    text-align: center;
    padding: 25px 0;
}

.footer p {
    margin-bottom: 18px;
}

.footer h4 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 600;
    color: #f5f5f5;
}

.footer i {
    color: #656565;
}

.footerlink {
    text-decoration: none;
    color: #f5f5f5;
}

.copyright {
    color: #252525;
    font-weight: 400;
    background-color: #f5f5f5;
}

/*-------- About Page --------*/
.sub-header {
    height: 50vh;
    width: 100%;
    background-image: url();
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}

.sub-header h1 {
    margin-top: 100px;
    color: white;
}

.about {
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-col {
    flex-basis: 48%;
    padding: 30px 2px;
}

.about-col img {
    width: 100%;
}

.about-col h1 {
    padding-top: 0;
}

.about-col p {
    padding: 15px 0 10px;
}

.dark {
    border: 1px solid #252525;
    background: transparent;
    color: #252525;
}

.more {
    color: white;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #252525;
    padding: 12px 34px;
    font-size: 13px;
    background: #252525;
    position: relative;
    cursor: pointer;
}

.more:hover {
    border: 1px solid #c2ecd8;
    background: #c2ecd8;
    transition: 1s;
    color: #252525;
}

.more i {
    color: #f5f5f5;
}

.more:hover i {
    color: #252525;
    transition: 1s;
}

/*-------- Contact Us --------*/
.contact-us {
    width: 80%;
    margin: auto;
}

.contact-col {
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa {
    font-size: 28px;
    color: #f5f5f5;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p {
    padding: 0;
    color: #656565;
}

.contact-col div h5 {
    font-size: 25px;
    margin-bottom: 5px;
    color: #f5f5f5;
    font-weight: 400;
}

.contact-col input,
.contact-col textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #656565;
    box-sizing: border-box;
}

.contact-col a {
    color: #f5f5f5;
    text-decoration: none;
}