
/* These styles are used to round out the corners and position all content containers across the website */

#page-header-secion + #content-section .content-wrap:before{
    display: none;
}

.round-container{
    border-radius: 30px;
}

.pull-up-container{
    margin-top: -30px;
}




  @media (max-width:676px) {
    .portfolio-title{
        margin-left:30px;
     }
     
     .portfolio-info{
         text-align: center;
         margin-left:-30px;
     }
     
     ul { /* For unordered lists */
         list-style-type: none;
     
       }
  }