@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);


body {
    font-family: poppins, sans-sherife;
}

section {
    background-color: #4030F2;
    color: white;
    
}

.pro {
    background-color: #4030F2;
    height: 100vh;
    color: white;
    font-size: 60px;
    font-family: bold;
}

footer {
    background-color: #4030F2;
    color: white;
    text-align: center;
    padding: 80px;
}

nav {
    display: flex;  
    justify-content: space-between;
}

.nav-list {
    margin-left: 640px;
}

ul {
    display: flex;
    list-style-type: none;
    width: 500px;
    justify-content: space-around;
    font-size: 30px;
}

ul.show {
    display: block;
}

li {
    /*width: 200px;*/
    text-decoration: none;
}

h1 {
    font-size: 70px;
    margin: 0;
}

h2 {
    font-size: 40px;
}

p {
    font-size: 30px;
    font-weight: 200px;   
    margin: 0;
}

.subtext {
    font-size: 30px;
    font-weight: 300;
}

.pro-area {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.pro-text {
    margin-left: 30px;
    margin-bottom: 200px;
}

.button {
    width: 200px;
    height: 50px;
    background-color: coral;
    border-radius: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    padding-top: 15px;
    margin-top: 10px;
}

.button:hover {
    background-color: orange;
    padding: 15px;  
    
}

.button:active {
    background-color: darkgrew;
    color: black;
}

.socials {
    padding-bottom: 200px;
}

.logo {
    height: 90px;
    margin: 30px;
    border-radius: 30%;
}

.social {
    margin: 20px;
}

.sub-section {
    display: flex;
    justify-content: space-around;
    padding: 80px;
}

.sub-section-alter {
    display: flex;
    flex-direction: column;
    text-align: center; 
    padding: 80px;
    margin-top: 0%;
}

.headshot {
    width: 250px;
    border-radius: 150px;
}

.headshout-container {
    display: flex;
    align-items: center;
    padding: 80px;
    
}

.project-card {
    width: 200px;
    height: 500px;
    border: 1px solid coral;
    box-shadow: 5px 5px 20px white;
    margin: 20px;
    padding-top: 60px;
}

.project-container {
    display: flex;
    justify-content: space-around;
    padding: 150px;
    
}

  /* Media query for medium screens */
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    body {
      font-size: 16px;
    }
  
    .pro {
      padding: 30px;
    }
  }
  
  /* Media query for large screens */
  @media only screen and (min-width: 1025px) {
    body {
      font-size: 18px;

    }
  
    .pro {
      padding: 40px;
    }
  }

 /* 
@media only screen and (max-width: 1000px) {
    .project-container {
        display: flex;
        flex-wrap: wrap;
        
    }
}
*/

.project-image {
    margin-top: -50px;
    width: 150px;
    border-radius: 125px;
}

hr {
    margin-left: 20px;
    margin-right: 20px;
}

.project-link {
    text-decoration: none;
    color: coral;
}

a {
    text-decoration:none;
    color: white;
}



.hamburger:focus {
    outline: 0;
}


@media only screen and (max-width: 1024px) {
    .hamburger {
        display: block;
        border: 0;
        background-color: transparent;
        color: white;
        font-size: 30px;
        margin: 20px;
        align-self: flex-end;
    }
    ul{
        display: none;
        background-color: coral;
        margin: 0px;
    
    }

    ul.show {
        display: block;
    }
       
    nav {
        display: flex;
        flex-direction: column-reverse;
        background-color: coral;
    }
    
    .logo {
        display: none;
    }
}

.table-area {
    font-size: 2rem;
    color: aliceblue;
    align-items: center;
    margin-left: 180px;
    margin-right: 200px;
    padding: 80px;
}

.project-link {
    text-align: center;
    font-size: medium;
}

.pro-text:hover {
    margin-left: 320px;
    font-size: 2rem;
    background-color: orange;
}

.logo2 {
    align-items: center;
    margin-left: 0px;
    border-radius: 16%;
}


