/* GLOBAL STYLES */
img{
    /* need this so the image will fit in its container */
    max-width: 100%;
    height: auto;
}

h1 {
    color: black;
    font-family: "Gloock", serif;
    font-weight: 400;
    font-style: normal;
}
h2{
    color: black;
    font-family: "Gloock", serif;
    font-weight: 400;
    font-style: normal;
}

h3{
    color: black;
}

a{
    color: black;
    text-decoration: none;
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}

p{
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
   color: black; 
}

body{
    background-color: white;
}
/* NAV STYLES */
header{
    background-color: #3D5A73;
    padding: 10px;
}

.menu-item {
    font-size:1.5em;
    margin: 20px 0;
}

nav{
    display: flex;
    align-items: center;
    height: 50px;
    padding: 10px;
    justify-content: space-between;
}

.desktop-nav{
    display: none;
}

/* homepage */
.abt-me{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.hi{
    text-align: center;
    padding-left: 45px;
    font-size: 3em;
    color: #3D5A73; 
}

#solo-pic{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-width: 0;
    max-width: 85%;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 35px;
}
.abt-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    color: black;
    background-color: #73A2BF;
    opacity: 80%;
    border-radius: 15px;
    max-width: 80%;
    padding: 10px;
    margin: auto;
    margin-bottom: 25px;
}
.contact{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    background-color: #F2D8A7;
    opacity: 80%;
    border-radius: 15px;
    max-width: 80%;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin: auto;
}
.contact a{
    margin: 0 15px;
}
.contact p{
    margin: 0;
}

/* human skills page */
.skills-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.skills-intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    font-size: larger;
    margin: auto;
    color: black;
    background-color: #73A2BF;
    opacity: 80%;
    border-radius: 15px;
    max-width: 70%;
    padding: 10px;
    margin-top: 120px;
    margin-bottom: 70px;
}

/* ai-skills page */
.ai-page{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pic{
    position: relative;
    height: auto;
    min-width: 0;
    max-width: 60%;
    margin: auto;
}
.ai-intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    color: black;
    background-color: #73A2BF;
    opacity: 80%;
    border-radius: 15px;
    max-width: 70%;
    padding: 10px;
    /* needs margin auto to align with .photos */
    margin: auto;
    margin-top: 120px;
    margin-bottom: 70px;
    font-size: larger;
}
.ai-subheading{
    display: flex;
    margin: auto;
    padding: 10px;
}
.reason1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:auto;
    max-width: 80%;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 15px;
    background-color: #F2D8A7;
    border-radius: 15px;
}
.reason2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:auto;
    max-width: 80%;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #F2D8A7;
    border-radius: 15px;
}
.reason3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:auto;
    max-width: 80%;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #F2D8A7;
    border-radius: 15px;
}
/*THE HAMBURGER MENU*/

            .sidenav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: white;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 60px;
            }

            .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #3D5A73;
            display: block;
            transition: 0.3s;
            }

            .sidenav a:hover {
            color: #f1f1f1;
            }

            .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
            }

@keyframes flashText {
    from {text-shadow: none;}
    to {text-shadow: 1px 1px 3px black;}
  }   

@media screen and (min-width:1081px){
    /*Hide the mobile nav once the screen is 1081 pixels wide*/
    .mobile-nav{
        display:none;
    }
    /*Show the desktop nav*/
    .desktop-nav{
        display:flex;
        justify-content: space-evenly;
        width: 100%;
    }
    .menu{
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }
    .abt-page { 
        display: flex;
        justify-content: center; 
        align-items: flex-start; 
        justify-content: space-evenly; 
        width: 85%; 
        margin: 50px auto; 
    }
    #solo-pic {
        width: 35%; 
        margin: 0; 
        padding: 0;
    }
    .abt-me {
        width: 55%; 
        margin: 0; 
        display: flex;
    }
}