/*====================
   Fonts
====================*/

@font-face {
    font-family: Cloud;
    src: url(fonts/Cloud-Light.otf);
}

@font-face {
    font-family: Dual;
    src: url('fonts/Dual-300.otf');
}

/*====================
   BASE STYLES
====================*/

h1 {
    font-family: "Dual";
    text-align: center;
    text-transform: uppercase;
    color: #62605e;
    padding-top: 25px;
    font-size: 1.7rem;
}

h2 {
    font-family: "Dual";
    text-align: center;
    text-transform: uppercase;
    color: #62605e;
    padding-top: 15px;
}

h3 {
    font-family: "Dual";
    text-transform: uppercase;
    font-size: 1.4rem;
    text-align: center;
    color: #62605e;
    margin: 10px 0;
}

h4 {
    font-family: "Cloud";
    text-transform: uppercase;
    margin: 0;
}

p {
    font-family: "Cloud";
}

ul {
    list-style-type: none;
    margin: 0;
}

.mobile-hidden {
    display: none;
}

.desktop-only {
    display: none;
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/*====================
   HEADER
====================*/

.page-header {
    position: relative;
    max-width: 75rem;
    height: 110px;
    margin-bottom: 5px;
    margin: auto;
}

.top-nav-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 1.5rem;
}

#logo {
    width: 140px;
}

.top-nav-links {
    font-family: "Dual";
}

.top-nav-links a {
    text-transform: uppercase;
    color: #b9b7b5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.top-nav-links a:hover {
    color: #000000;
}

.home-top-nav-links a:hover {
    color: #ffffff;
}


/* Responsive Navbar */

#toggle {
    color: #62605e;
    margin-left: auto;
    cursor: pointer;
}

.responsive-top-nav {
    text-align: center;
    text-transform: uppercase;
    color: #62605e;
    margin-top: -1px;
}

.responsive-top-nav a {
    width: 100%;
    display: inline-block;
    font-family: "Dual";
    color: #b9b7b5;
    padding: 20px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #ffffff;
}

.home-responsive-top-nav a {
    color: #b9b7b5;
    border-bottom: none;
    background-color: #000000;
}


/*====================
   FOOTER
====================*/

.work-section {
    margin-bottom: 40px;
}

.page-footer {
    height: 50px;
    padding: 14px;
    border-top: solid 0.1px #d9d9d9;
}

.copy {
    font-size: 0.9rem;
    text-align: center;
    text-transform: uppercase;
    color: #b9b7b5;
    margin: 0;
}


/*====================
   INDEX
====================*/

#home {
    background-color: #000000;
}

.hero-image-container {
    max-width: 75rem;
    margin: auto;
}

.home {
    border: none;
}

/*====================
   WORK
====================*/

.works {
    margin-top: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.works:hover {
    opacity: 0.85;
}

.works:first-child {
    margin-top: 0;
}

.desc {
    text-transform: capitalize;
    margin-top: 35px;
    font-size: 0.9rem;
    text-align: center;
}

/*====================
   ABOUT
====================*/

.about-section {
    margin-bottom: 40px;
}

.bio-photo-container {
    margin-top: 10px;
}

.biography-container {
    font-weight: bolder;
}

#dob {
    text-align: center;
}

/*====================
   CONTACT
====================*/

.contact-info li {
    font-size: 0.9rem;
    padding: 2px 0;
}

.form-container {
    margin-top: 20px;
    margin-bottom: 30px;
}

.form-container li {
    margin-bottom: 1.5rem;
}

.form-container textarea {
    height: 7rem;
}

.form-container input[type="submit"] {
    float: right;
    background-color: #000000;
    border: none;
    color: #ffffff;
    padding: 10px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-container input[type="submit"]:hover {
    opacity: 0.8;
}

/*====================
   RESPONSIVE
====================*/


/* TABLET */
@media screen and (min-width: 48em) {
    /*====================
       BASE STYLES
    ====================*/

    .mobile-hidden {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    h2 {
        font-size: 1.2rem;
    }

    h3 {
        margin: 20px 0;
    }

    /*====================
       HEADER
    ====================*/

    .page-header {
        height: 130px;
    }

    #logo {
        width: 210px;
        margin-right: auto;
    }

    .top-nav-container li:first-child {
        margin-right: auto;
    }

    .top-nav-links {
        padding: 15px;
        font-size: 1.15rem;
    }

    /*====================
       FOOTER
    ====================*/

    .page-footer {
        height: 100px;
        padding: 35px;
    }

    .copy {
        font-size: 0.95rem;
    }

    /*====================
       INDEX
    ====================*/



    /*====================
       WORK
    ====================*/

    .works:first-child {
        margin-top: 25px;
    }

    /*====================
       ABOUT
    ====================*/



    /*====================
       CONTACT
    ====================*/

    .contact-info li {
        font-size: 1rem;
        padding: 3px 0;
    }

    .contact-info img {
        margin: 20px 0;
    }

    .form-container input[type="submit"] {
        padding: 15px 20px;
    }
}


/* DESKTOP */

@media screen and (min-width: 64em) {
    /*====================
       BASE STYLES
    ====================*/

    h1 {
        padding-top: 0;
        text-align: left;
    }

    h3 {
        text-align: left;
        margin: 0;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 1.3rem;
    }

    .desktop-only {
        display: block;
    }

    .desktop-hidden {
        display: none;
    }

    /*====================
       HEADER
    ====================*/



    /*====================
       FOOTER
    ====================*/



    /*====================
       INDEX
    ====================*/



    /*====================
       WORK
    ====================*/

    .desc {
        font-size: 1.1rem;
    }

    /*====================
       ABOUT
    ====================*/

    .about-section {
        margin-top: 20px;
    }

    .biography-container {
        margin-top: 5px;
        font-size: 0.85rem;
    }

    #dob {
        text-align: left;
    }
    /*====================
       CONTACT
    ====================*/

    .contact-section {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .form-container {
        margin: 0;
    }

    .form-container textarea {
        height: 7rem;
    }
}
