body{
    font-family: montserrat, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 0;
    margin-left: 0; margin-right: 0;
}

h1{
    font-size: 4em;
    text-align: center;
    font-weight: 200;
    padding-top: .75em;
}

h2{
    font-size: 1.5em;
    text-align: center;
    padding-bottom: 1.1em;
}
.pics{
    width: 100%;
    height: 300px;
    background-color: #fff;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center;
}

.projects{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 5em;
    margin-right: 5em;
    margin-top: 2em;
    grid-gap: .5em;
    height: 100%;
    margin-bottom: 10em;
   
    
}
 


a{
    text-decoration: none;
    
    color: #000000;
}


 .rectangle{
    display: inline-block;
    padding: 20px 20px 30px 20px;
    margin: 0 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px  #D8D8D8;
    
 } 

 .rectangle:hover{
    box-shadow: 0px 0px 10px 6px #D8D8D8;
    transition: .4s;
 }

 @media (max-width: 1190px){
    .projects{grid-template-columns: 1fr 1fr;

    }
 }

 @media (max-width: 885px){
    .projects{grid-template-columns: 1fr;

    }
 }

 @media (max-width: 530px){
    .h2{padding-left: 8%; padding-right:8%;

    }
 }

 .footer{
    background-color: #D8D8D8;
    width: 100%;
    margin-bottom: 0;
}

.footer ul{
    margin-right: 5em;
    list-style: none;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: right;
    margin-bottom: 0;
}


.footer ul li{
    margin-bottom: .4em;
}
