.f_page {
    display: none;
    background-color: rgb(24, 34, 49);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  #f_page_1 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    background: white;
  }
  .f_page .nav-name {
    color: white;
    margin-left: 13vw; 
  }
  #nav-bar {
    background-color: rgb(54, 94, 153);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  a:hover {
    color: black;
  }
  #nav-bar ul {
    list-style: none;
  }
  #nav-bar li {
    display: inline-block;
    padding: 15px 40px 0px 40px;
  }
  li a {
    color: white;
  }
  .center {
    text-align: center;
    
  }
  .nav-name {
    font-size: 40px;
    font-family: Brush Script MT, Brush Script Std, cursive
  }
  .name{
    font-family: Arial, Helvetica, sans-serif;
    
  }
  #welcome {
  
    background: url('https://media.giphy.com/media/U3qYN8S0j3bpK/giphy.gif');/*url("https://media.giphy.com/media/ZuhhRTIUFF00U/giphy.gif");*/
    background-size: cover;
    object-fit: fill;
    background-position: center top;
   
    
    height: 100vh;
    padding-top: 35vh;
    text-align: center;
    color:white;
  }

  #about {
    padding: 90px;
    background: url("assets/regal.png");
    background-size: contain;
    
  }


  #profile {
    display: inline-block;
 
    vertical-align:top;
  }
  #profile img{
    border-radius: 100px;
    border: 5px solid rgb(49, 24, 24);
    height: 300px;
    margin-top: 75px;
    margin-bottom: 60px;
   
  }
  
  .center{
    color:black;
  
  }
  .about-text{
     display: inline-block;
    padding-right: 20px;
    padding-left: 40px;
    margin-top: 20px;
    width: 75%;
    vertical-align:top;
    color:black;
    text-align: justify; 

    /* border:1px solid #999999; */
    /* color:#6f6f6f;
    font-size:10px;
    width:100%;
    position: relative;
    display: inline-block;
    height: auto;  */
    
    
    
  }
  .edu{
    display: inline-block;

    padding-left: 10px;
    margin-top: 30px;
    vertical-align:top;
    color:black;
    text-align: justify;
  }
  #skills {
    background:url('assets/skulls.png');
    color: black;
    padding: 70px 0px;
    text-align: center;
  }
  .resume {
    font-size: 24px;
    font-weight: 100;
  }
  #skills i {
    font-size: 25px;
    padding-top: 20px;
  }
  #skills-table {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
    
  #frontend, #backend, #others{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(100%);
    margin: 10px;
    border: 1px solid rgb(49, 24, 24);
    border-radius: 3px;
  }
  .occuspace-link {
    color: white;
    text-decoration: underline;
  }
  #skills ul {
    list-style: none;
    text-align: left;
  }
  .icon {
   
    width: 22px;
    margin-top: 16px;
    margin-bottom: 4px;
    vertical-align: bottom;
  }
  #projects {
    padding: 70px 0px;
    color: white;
    background: url("assets/regal.png")
  }
  .container-fluid {
    width: 100%;
    margin: 40px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container-fluid .box {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid .box .imgBox {
    position: relative;
    overflow: hidden;
    border: 4px solid rgb(49, 24, 24);
  }
  .container-fluid .box .imgBox img {
    width: 100%;
    transition: transform 2s;
    height: 100%;
  }
  .container-fluid .box .details {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background: rgba(151, 86, 86, 0.8); 
    transform: scaleY(0);
    transition: transform .5s;
    height: 38vh;
  }
  .container-fluid .box:hover .details {
    transform: scaleY(1);
    
  }
  .container-fluid .box .details .content{
   
    text-align: center;
    padding-top: 15px;
    color: #fff;
  }
  .content p {
    margin: 0px;
  }
  .container-fluid .box .details h2 {
    margin: 0;
    padding: 0;
  }
  .imgBox {

    height: 40vh;
  }
  .deployed {
    margin: 10px;
    background: rgb(139, 34, 83);
    color: white;
  }
  .repo{
    background: rgb(128, 41, 0);
    color: white;
  }
  .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }
 
  
  @media screen and (max-width: 780px) {
  .f_page{
    display: initial;
  }
  #nav-bar {
    display: none;
  }
  .imgBox{
    height: auto;
    }
  .container-fluid .box {
    width: 100%;
    text-align: center;
    }
  .box:hover {
    height: auto;
    width: auto;
  }
    .container-fluid .box .details {
      height: auto;
    }  
  }
  #contact {
    background:url('assets/skulls.png');
    color: black;
    text-align: center;
  }
  
  
  .footer {
    margin: 0px 30px 50px 50px;
    background-color: white
  }
  
  
  @media screen and (max-width: 640px) {
    #profile img{
    height: 200px;
  }
    .about-text{
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    width: 90%;
  }
    .project-container {
    margin-left: 10%;
  }
    .nav-name {
    font-size: 16px;
  }
    #nav-bar li {
    padding: 10px 0px 0px 0px;
    font-size: 12px;
  }
    #skills-table {
    display: block;
    justify-content: center;
  }
    #frontend, #backend, #teamplayer, #selfstarter {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .container-fluid .box .imgBox img {
    height: 250px;
  }
  }

  