html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: ''; clear: both; height: 0; }

html { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    font-size: 125%;
}

*, *:before, *:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; white-space: nowrap; clip-path: inset(100%); clip: rect(0 0 0 0); overflow: hidden;}


/* -------------------- */
/*                      */
/*   General Styling    */
/*                      */
/* -------------------- */

body {
    font-family: 'Lato', sans-serif;
}

.wrapper {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

h1,
h2,
h3 {
    font-family: 'Open-sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

span,
nav ul li a:hover,
nav ul li a:focus,
.arrow a,
.skillLogo:hover,
.link i:hover,
.link i:focus,
.homeHamburger i:hover  {
    color: #FF5552;
}

h1,
h3,
.logo,
nav ul li,
nav ul li a,
footer,
footer p,
footer p a,
button,
button:hover,
button:focus,
.arrow i:hover,
.gitHub a,
.homeHamburger  {
    color: #FFF;
}

.skillsSection,
.project2,
.contactSection {
    background: #F7F7F7;
}

button {
    background: #FF5552;
    padding: 5px 10px;
    font-size: 1rem;
    margin: 0 auto;
    border: none;
}

button:hover {
    background: #000;
    cursor: pointer;
}

.skills,
.show {
    background: #FFF;
}

/* -------------------- */
/*                      */
/*    Header Styling    */
/*                      */
/* -------------------- */

header {
    background: url(./assets/header2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 110vh;
    min-height: 900px;
    margin-top: -10vh;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    width: 100%;
    z-index: 30;
}
.nav {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    height: 100px;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 8px;
    height: 75px;
    width: 75px;
    border: 2px solid #FFF;
    border-radius: 50%;
}

nav ul {
    display: flex;
    align-items: center;
}

nav ul li {
    list-style: none;
    margin: 0 20px;
    letter-spacing: 0.1rem;
}

.homeHamburger {
    display: none;
}

nav ul li a {
    text-decoration: none;
}

.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h1,
h3 {
    text-shadow: 5px 5px 5px #000;
    text-align: center;
    justify-content: center;
}

h1 {
    padding-top: 425px;
    font-size: 4rem;
    width: 100%;
    word-wrap: break-word;
    margin-bottom: 30px;
}

h2 {
    font-size: 2rem;
    padding-top: 5px;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 100px;
}

.arrow {
    display: flex;
    justify-content: center;
    font-size: 3rem;
    margin: 0 auto;
}

.arrow a {
    font-size: 3rem;
}

.arrow a:hover {
    color: #000;
}

/* ------------------- */
/*                     */
/*    About Styling    */
/*                     */
/* ------------------- */

.about {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    width: 75%;
    margin: 0 auto;
    height: 80vh;
    min-height: 600px;
}

.aboutImageContainer {
    width: calc(30% + 40px);
    height: auto;
}

.innerCircle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 5px solid #000;
}

.innerCircle img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.aboutTextContainer {
    width: 70%;
    margin-left: 40px;
}

.aboutTextContainer h4 {
    padding-bottom: 20px; 
}

/* -------------- */
/*                */
/* Skills Styling */
/*                */
/* -------------- */

.skillsSection {
    padding: 75px;
}

.innerWrapper {
    width: 50%;
}

.skillHeader {
    text-align: center;
    padding-top: 75px;
    margin-bottom: 50px;
}
.skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    max-width: 1080px;
    margin: 50px auto;
}

.skillLogo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    width: 200px;
    padding: 20px;
}

.skillLogo img {
    width: 100%;
}

h6 {
    font-size: 1rem;
    padding: 10px;
}

/* -------------------- */
/*                      */
/*    Project Styling   */
/*                      */
/* -------------------- */

.projects {
    padding-top: 75px;
}

.projectsHeader {
    padding-top: 75px;
}

h4 {
    font-size: 1.7rem;
}

h5 {
    font-size: 1.5rem;
    padding-bottom: 20px;
}

.projects p {
    font-size: 1.3rem;
}

.proj1,
.proj2,
.proj3 {
    display: flex;
    padding: 150px 0;
}

.fadeIn {
    opacity: 1;
    transition: all 0.5s;
}

.fadeIn.active {
    opacity: 0;
}

.imageContainer {
    width: 50%;
}

.imageContainer a {
    width: 100%;
}

.imageContainer img {
    width: 100%;
    border: 2px solid #000;
}

.textContainer {
    width: 50%;
}

.textContainer1,
.textContainer3 {
    margin-left: 75px;
}

.textContainer2 {
    margin-right: 75px;
}

.textContainer h4 {
    padding-bottom: 20px;
}

.gitHub {
    font-size: 1rem;
    
    border: none;
    margin-top: 20px;
}

.gitHub a {
    text-decoration: none;
}

/* ------------------- */
/*                     */
/*   Contact Styling   */
/*                     */
/* ------------------- */

.contactSection {
    padding: 75px 0;
    margin-top: 75px;
}

.contact {
    display: flex;
}

.details {
    width: 50%;
    padding-right: 40px;
}

.details h4 {
    margin-bottom: 20px;
}

.contact ul {
    display: flex;
}

.link {
    list-style: none;
    margin: 20px 40px 0 0;
}

.link a i {
    color: #000;
}

.form {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.input,
textarea {
    border: 2px solid #000;
}

input,
textarea,
button {
    padding: 10px;
    margin: 0 0 20px 0;
}

textarea {
    resize: none;
}

.recaptcha {
    margin-bottom: 30px;
}

button:hover,
button:focus {
    background: #000;
    cursor: pointer;
}

/* -------------------- */
/*                      */
/*    Footer Styling    */
/*                      */
/* -------------------- */

footer {
    text-align: center;
    background: #000;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}
footer p {
    font-size: 0.8rem;
    text-transform: uppercase;
    width: 100%;
}

/* ------------- */
/*               */
/* Media Queries */
/*               */
/* ------------- */

/* Media Query for screens up to 1023px */

@media (max-width: 1023px) {

    /* Header Styling */

    h1 {
        font-size: 3.5rem;
    }

    .homeHamburger {
        display: block;
        position: relative;
        right: 40px;
        background: none;
        border: none;
        margin: 0;
        font-size: 1.4rem;
        justify-content: center;
    }

    .homeHamburger:hover,
    .homeHamburger:focus {
        color: #FF5552;
        cursor: pointer;
    }

    .homeNavUl {
        display: none;
    }

    .show {
        display: block;
        text-align: center;
        position: absolute;
        padding: 20px 0;
        right: 40px;
        top: 100px;
        transition: 1s;
    }

    .show li {
        font-size: 1rem;
        padding: 5px 0;
        color: #FF5552;
    }

    .show li a {
        color: #000;
        text-shadow: 3px solid #000;
    }

    .show li a:hover {
        opacity: 0.6;
        
    }

    /* About Media Styling */

    .about {
        flex-direction: column;
        text-align: center;
        width: 100%;
        height: 80vh;
        min-height: 400px;
    }

    .aboutImageContainer {
        display: flex;
        justify-content: center;
        width: 100%;
        align-self: center;
        margin-bottom: 50px;
        padding-top: 75px;
    }
    
    .aboutTextContainer {
        margin-left: 0;
        padding-bottom: 75px;
    }

    /* Skills Media Styling */

    .skills {
        margin: 0;
        padding: 10px;
    }

    h6 {
        font-size: 1rem;
    }

    /* Project Section Styling at 767px */

    .proj1,
    .proj3 {
        flex-direction: column;
    }

    .proj2 {
        flex-direction: column-reverse;
    }

    .imageContainer {
        width: 100%;
        margin-bottom: 50px;
    }

    .textContainer {
        width: 100%;
        margin: 0;
    }

    /* Contact Styling */

    .contact {
        flex-direction: column;
    }

    ul {
        margin-bottom: 40px;
    }

    .details {
        padding-top: 75px;
    }

    .details,
    .form {
        width: 100%;
    }

    .form button {
        width: 25%;
        margin: 0 auto;
    }
}

/* Media Query for screens up to 767px */

@media (max-width: 767px) {

    /* Header Media Styling at 767px */

    header {
        background: url(./assets/header3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    h1 {
        padding-top: 150px;
    }

    h3 {
        margin-bottom: 20px;
    }


    /* About Styling */

    .about {
        height: 100%;
    }

    .aboutImageContainer {
        padding-top: 200px;
        min-height: auto;
    }


    /* Contact Styling */

    .details li {
        font-size: 0.8rem;
        margin-right: 10px;
    }

    .form button {
        width: 50%;
    }

    /* Footer Styling */

    footer p {
        font-size: 0.6rem;
    }
}