/* global */
html{
    scroll-behavior: smooth;
}
*{
    font-family: 'Noto Sans Cypro Minoan', sans-serif;
    /* font-family: monospace; */
    color: rgb(37, 37, 37);
    /* border: black solid 1px; */
}

a{
    color: blue;
}

p{
    font-size: 1vw;
    color: rgb(40, 40, 40);
}

h1{
    font-size: 5vw;
    font-family: 'Major Mono Display', monospace;
}

h2{
    font-size: 1.5vw;
    font-family: monospace;
}

h3{
    font-size: 2vw;
}

h4{
    font-size: 1.5vw;
}

h5{
    font-size: 1vw;
}

/* header */
nav {
    background-color: lightgray;
    width: 100%;
    top: 0;
    text-align: center;
    padding: 0.3vw 0;
    z-index: 1;
}

nav li{
    margin: 0 5%;
    text-align: center;
    display: inline;
    align-content: center;
    width: 100%;
    vertical-align: middle;
}

nav a {
    color: rgb(40, 40, 40);
    text-decoration: none;
    font-size: 1vw;
    text-align: center;
}

.nav-aboutmemobile{
    display: none;
}

a:hover{
    cursor: pointer;
    color: rgb(40, 40, 40);
    text-decoration: underline;
}

nav a:hover{
    text-decoration: none;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + main{
    padding-top: 2vw;
}

.home-logo{
    font-family: 'Major Mono Display', monospace;
    font-size: 2vw;
    text-align: center;
}

/* hero */
.hero{
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 1vw;
}

.nametag{
    display: inline-flex;
    height: 40vw;
    width: 38%;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    line-height: 4vw;
}

.profile-image{
    display: inline-flex;
    height: 40vw;
    width: 38%;
    justify-content: center;
    align-items: center;
}

.profile-square{
    border-radius: 15%;
    height: 18vw;
    width: 18vw;
    background-color: #84BCDA;
    align-items: flex-end;
    flex-flow: column-reverse;
    position: relative;
}
.cutout{
    width: 75%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 10%;
}

.cutout:hover{
    width: 80%;
    left: 8%;
}

/* Who Am I */
#whoami-section{
    text-align: center;
    padding-top: 7vw;
    margin-top: -7vw;
}

ul.whoami-list{
    font-size: 1.25vw;
    line-height: 2vw;
}

.coding-icons{
    display: inline-flex;
    width: 75%;
    margin-top: 1vw;
}

.coding-icons a{
    justify-content: center;
}

.coding-icons img{
    width: 25%;
    height: auto;
    margin-top: 10%;
    margin-bottom: 10vw;
}

.whoami-br{
    display: none;
}

/* About Me */
#aboutme-section{
    justify-content: center;
    text-align: center;
    padding-top: 7vw;
    margin-top: -7vw;
}

#aboutme-section-mobile{
    display: none;
}

.aboutme-subsec{
    width: 70%;
    display: inline-flex;
    margin: 3vw 0;
}
.aboutme-image{
    width: 50%;
}

.aboutme-image img{
    border-radius: 15%;
    height: 18vw;
    width: 18vw;
    object-fit: cover;
}

.aboutme-text{
    width: 50%;
    align-self: center;
    justify-content: center;
    display: inline-flex;
}

.textbox{
    width: 75%;
    text-align: center;
    height: 18vw;
    display: inline-flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

/* Projects */
#projects-section{
    padding-top: 7vw;
    /* margin-top: -7vw; */
    text-align: center;
    margin-top: 3vw;
    /* margin-bottom: 12vw; */
}

.banner{
    margin-top: 5vw;
    margin-bottom: 7vw;
    background-image: url("../images/IMG_8094.jpg");
    width: 100%;
    height: 40vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.banner p {
    color: white;
    font-size: 8vw;
}

/* Contact Me */
#contactme-section{
    text-align: center;
}

.contact-icons{
    display: inline-flex;
    width: 60%;
    margin: 2vw 0;
}

.contact-block{
    display: inline-flex;
    flex-flow: row;
    align-items: center;
}   

.contact-icons img{
    width: 25%;
    margin: 1vw;
}

/* footer */
footer{
    background-color: lightgray;
    height: 2vw;
    margin-top: 5vw;
}

.footer-div{
    display: inline;
}

footer p, footer a{
    font-size: 0.75vw;
    color: black;
    display: inline;
}

@media only screen and (max-width: 768px){
    h1{
        font-size: 10vw;
    }

    h2{
        font-size: 4vw;
    }

    h3{
        font-size: 6vw;
    }

    h4{
        font-size: 4vw;
    }

    h5{
        font-size: 2vw;
    }

    /* header */
    nav {
        padding-bottom: 1vw;
    }


    nav a {
        font-size: 2vw;
    }

    .nav-aboutme{
        display: none;
    }

    .nav-aboutmemobile{
        display: inline;
    }

    /* hero */
    .hero{
        display: block;
        width: 100%;
        justify-content: center;
        padding-top: 1vw;
    }

    .nametag{
        display: flex;
        height: 45vw;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        line-height: 10vw;
    }

    .profile-image{
        display: flex;
        height: 30vw;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .profile-square{
        border-radius: 15%;
        height: 35vw;
        width: 35vw;
        background-color: #84BCDA;
        align-items: flex-end;
        flex-flow: column-reverse;
        position: relative;
    }

    /* Who Am I */
    #whoami-section{
        text-align: center;
        padding-top: 7vw;
        margin-top: 5vw;
    }

    ul.whoami-list{
        font-size: 3vw;
        line-height: 4vw;
        width: 80%;
        display: inline-block;
    }

    .whoami-br{
        display: block;
    }

    .coding-icons{
        display: inline-flex;
        width: 90%;
        margin-top: 3vw;
        margin-left: 0.5vw;
        margin-left: 0.5vw;
    }

    .coding-icons a{
        justify-content: center;
    }

    .coding-icons img{
        width: 50%;
        height: auto;
        margin-top: 10%;
        margin-bottom: 10vw;
    }

    /* About Me */
    #aboutme-section{
        /* justify-content: center;
        text-align: center; */
        /* padding-top: 0vw;
        margin-top: 0vw; */
        display: none;
    }

    #aboutme-section-mobile{
        justify-content: center;
        text-align: center;
        padding-top: 7vw;
        margin-top: -7vw;
        display: block;
    }

    .aboutme-subsec{
        width: 100%;
        height: 100vw;
        display: inline-block;
        flex-flow: column;
        margin: 5vw 0;
        /* overflow: hidden; */
        /* margin: 15vw 0; */
    }

    .aboutme-image{
        width: 100%;
        height: 100%;
        display: block;
        padding: 3vw;
    }

    .aboutme-image img{
        /* border-radius: 15%; */
        height: 50vw;
        width: 50vw;
        /* object-fit: cover; */
    }

    .aboutme-text{
        width: 100%;
        /* align-self: center;
        justify-content: center;
        display: inline-flex; */
    }

    .textbox{
        /* width: 75%;
        text-align: center; */
        height: 100%;
        width: 80%
        /* display: inline-flex;
        align-items: center;
        flex-flow: column;
        justify-content: center; */
    }

    .textbox p{
        font-size: 3vw;
    }

    .aboutme-br{
        display: block;
        content: ""; /* clears default height */
        margin-top: 1.5vw;
    }

    /* Contact Me */
    #contactme-section{
        text-align: center;
    }

    .contact-icons{
        display: inline-flex;
        width: 90%;
        margin: 2vw 0;
    }

    .contact-block{
        display: inline-flex;
        flex-flow: row;
        align-items: center;
    }   

    .contact-icons img{
        width: 25%;
        margin: 1vw;
    }

    /* footer */
    footer{
        background-color: lightgray;
        height: 100%;
    }

    .footer-div{
        display: inline;
    }

    footer p, footer a{
        font-size: 1.5vw;
        color: black;
        display: inline;
    }
}