@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Zilla+Slab+Highlight&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
 footer {
 background-color: black;
 display: flex;
 justify-content: space-evenly;
 padding: 10% 10%;
 margin-top: 50px;
}

footer .fab{
color: #fff;
font-size: 30px;
}

footer .fab:hover {
 color: #8fd9a8;
}

.body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.nav-bar{
    background-color: #fff;
    padding: 4% 7%;
    display: flex;
    justify-content: space-evenly;
}

.nav-bar h1 {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
}

.menu-div {
    display: none;
}

.menu-div h3:hover {
   color:  #8fd9a8;
}

.display-name {
    background-color: #fff;
    padding: 4% 7%;
    display: flex;
    justify-content: space-evenly;
}

.display-name h1 {
    font-family: 'Chau Philomene One', sans-serif;
    font-weight: bold;
}

.project-container {
    display: none;
}


.container {
 display: flex;
 justify-content: center;
 flex-direction: column;

 
}

.card {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 250px;
}



img {
    height: 165px; 
    width: 248px;   
}

.text-box {
    padding: 5px;
}

a  {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
color:  #8fd9a8;
font-size: 19px;
transition: font-size 0.6s;
}

.container h4 {
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
}

p {
    font-weight: 500;
    margin-top: 5px;
}

.drop-down { 
    background-color:black; 
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2%;
    
}

.drop-down h3 {
    color: white;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 10px;    
}

.drop-down h3:hover {
    color:  #8fd9a8;

}

/*End of moblie CSS rules*/

/* touch ups */
.card a {
    font-size: 15px;
    color: #fff;
    background-color: black;
    border-radius: 10%;
    padding: 3px;
}

.card a:hover {
color:  #8fd9a8;
font-size: 17px;
transition: font-size 0.6s;
}


/* Contact  Page */
.contact-body {
    display: felx;
    }


.contact-message {    
    display: flex;
    justify-content: center;
    visibility: hidden;
}

.contact-message h4{
    font-family: 'Dela Gothic One', cursive;
    font-size: 20px;
    width: 80%;

    margin: auto;
}

.contact-container {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
} 


/* End of contact page*/    












@media (min-width: 768px){

    /* * {
      border: 1px solid black;
    } */
   
    .display-name {
      display: flex;
      justify-content: space-between;  
     padding-top: 20px;
    
    }

    .display-name h1 {
        font-family: 'Anton', sans-serif;
    }

    .menu-div {
        display: unset;
        display: flex;
        justify-content: space-evenly;
        
    }

    .menu-div h3{
        margin:5px;
        font-size: 15px;
        font-family: 'Oswald', sans-serif;
    }

    .nav-bar{
      display: none;
    }
     
    .project-container {
        display: unset;
        text-align: center;
    }

    .project-container h1 {
        font-size: 40px;
        font-family: 'Anton', sans-serif;;
    }

    .container {
      padding-top: 50px;
      flex-direction: row;
      flex-wrap: wrap;
       }

       .card {
           width: 280px;
       }

    footer {
        margin-top: 100px;
    }   

    img {
        height: 185.33px;
        width: 278px;   
    }
  
    /* contact page*/
    .contact-body {
        padding-top: 100px;
        padding-bottom: 0;
        padding-left: 100px;
        padding-right: 100px;
        }
    .contact-container {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    } 
    
    .contact-message {
        visibility: visible;
    }
    .contact-message h4 {
        margin-left: 20px;
    }


 /* End of tablet media */       
}


@media (min-width: 1024px){

   footer {
     justify-content: center;
     align-items: flex-end;
     padding-top: 100px;
     padding-bottom: 30px;
   }

   footer .fab{
    color: #fff;
    font-size: 25px;
    margin: 10px;
    }
    
    /* contact page*/
    .contact-body {
        padding-top: 100px;
        padding-bottom: 0;
        padding-left: 300px;
        padding-right: 300px;
        }
    .contact-container {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        right: 300px;
    } 
    .contact-message {
        position: relative;
        right: 300px;
    }
   
   

}


@media screen and (min-width: 1440px){

    .card {
        height: 400px;
        width: 400px;
    }
    
    img {
        
        max-height: 270px !important; 
        width: 369px;   /*398*/
    }

  .card {
      width: 370px;
  }

/* contact page*/
  .contact-body {
    padding-top: 150px;
    padding-bottom: 100px;
    padding-left: 400px;
    padding-right: 400px;
    }


  .contact-container {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    right: 360px;
  } 
  .contact-message {
   position: relative;
   right: 370px;
  }

  .contact-message h4{
    width: 80%;
}


 }


 @media screen and (min-width: 1520px){
 

    /* contact page*/
    .contact-body { 
        padding-left: 500px;
        padding-right: 500px;
        }
       
      .contact-message {
          display: unset;
          
      }

      .contact-message h4 {
          width: 100%;
          margin: 10px;
      }

 }



 
 @media screen and (min-width: 1750px){
 
    /* contact page*/
    .contact-body { 
        padding-left: 670px;
        padding-right: 670px;
        }
       
      .contact-message {
          display: unset;
          
      }

      .contact-message h4 {
          width: 100%;
          margin: 10px;
      }

 }





