/* === Responsive Styles === */


@media screen and (max-width: 1200px) {
    

    
}

@media screen and (max-width: 1130px) {
    
  
}

@media screen and (max-width: 1050px) {

    .half{
        width: 100% !important;
    }
    
    .right{
        margin-top: 35px;
        float: left !important;
    }
    
    #about{
        padding: 20px 0 40px 0;
    }

}

@media screen and (max-width: 900px) {

    
    
}
 
@media screen and (max-width: 780px) {
  
    
  
}

@media screen and (max-width: 650px) {
    
    .container-small{
        width: 80%;
    }
    
}
 
@media screen and (max-width: 440px) {
    
   
}