body{
    background-color: cornsilk;
    font-family: 'Nunito', sans-serif;
    
    overflow-x: hidden;
}
html{
    scroll-behavior: smooth;
}

.projects{
    background-color: #FFC107;
    padding-bottom: 50px;
        
}


h1{
    margin-left: 1%;
    color: white;
    font-size: 3vw;
}

.pContent{
    margin-top: 2%;
    color: rgb(32, 27, 27);
    width: 68%;
    padding: 4%;
    border-top: 2px solid black;
}

p{
    margin:3%;
    margin-left: 0px;
    font-size: 20px;
    float: left;
}

.Pimage{
    width: 100%;
    border-radius: 20px;
    box-shadow: 10px 10px 5px rgb(3, 3, 150);
}

#co{
    color: black;
    border-style: solid;
    width: 90px;
    border-color: rgb(255, 251, 42);
    border-radius: 10px;
    margin: 10px;
    font-weight: bold;
    
}
#co:hover{
    border-color: rgba(0, 0, 0, 0.459);
    background-color: black;
    color: white;
    
}

.navB{
    color: blanchedalmond;
    margin-left: 2%;
    font-size: 60px;
    padding-right: 15%;
    text-decoration: none;
}

a:link, a:visited {
    color: white;
    text-decoration: none;
  }
  
  a:hover, a:active {
    color: white;
  }
@media screen and (max-width:700px){
    .pContent{
        float: none;
        width: auto;
    }
    h1{
        font-size: 25px;
    }

    .pPic{
        width: 100%;
        margin-left: 12px;
    }
    #co{
        border-style: none;
        width: auto;
        border-radius: 0px;
    }
    .projects{
        padding-left: 6%;
    }
    .navB{
        
        font-size: 30px;
        padding-right: 5%;
    }
    .center{
        margin-top:-20%;
    }
    .bars{
        margin-right: -50px;
    }
 
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: cornsilk;
  }
  
  img { 
    width: 120%;
    height: auto;
    opacity: 0.9;
    margin-left: -10%;
  }
  .pLine{
      
    width: 40%;
    height: 50px;
    margin: 0px;
    border:none ;
    border-top: 10px solid rgba(0, 0, 0, 0.322);
    margin-bottom: -8%;
    margin-left: 1%;
    
}


#large_screen_links{
    visibility: visible;
    position: fixed;
    bottom: 0;
    left: 40px;
}

#large_screen_links ul li{
    padding: 10px;
}

#large_screen_links ul li a{
    color: hsl(227, 18%, 19%);
    font-size: 20px;
}
#large_screen_links ul li a:hover{
    color: #ffffff;
    margin-bottom: 5px;
    /* bottom: 10px; */
    text-decoration-line: none;
    /* font-size: 20px; */
    transition: 0.3s;
}

.vertical_line{
    border: solid 1px hsl(227, 18%, 19%);
    height: 75px;
    width: 1px;
    margin: 10px auto 0 auto;
    background-color: #7C87A4;
}

.social_media_links{
    list-style-type: none;
    margin: 0;
    padding: 0;
 
}


#large_screen_email{
    visibility: visible;
    position: fixed;
    bottom: 0;
    right: 40px;
}

#large_screen_email a{
    writing-mode: vertical-rl;
    color: hsl(227, 18%, 19%);
}
#large_screen_email a:hover{
    writing-mode: vertical-rl;
    color: #ffffff;
    margin-bottom: 10px;
    text-decoration-line: none;
    font-size: 15px;
    transition: .3s;
}

#small_screen_links{
    visibility: hidden;
    text-align: center;
}

#small_screen_links ul li{
    display: inline-block;
    padding: 10px;
}

#small_screen_links ul li a{
    color: #7C87A4;
    font-size: 18px;
}
#small_screen_links ul li a:hover{
    color: #5AE7C8;
    transition: 1s;
    text-decoration-line: none;
}
