
.responsive {
  width: 60%;
  max-width: 400px;
  height: auto;
   margin-right: 170px;
}



.responsive-parent
{
display:inline ; 

}


.responsive {
  width: 60%;
  max-width: 400px;
  height: auto;
}

#contact {
 background-color:rgb(255, 140, 0);
}


/* Styles for screens wider than 768px */
@media (min-width: 769px) {
  

}



/* Styles for screens up to 768px wide */
@media (max-width: 700px) {
  
 
}



nav .nav li:hover a {
   
   background-color: white;
   
}
   


