body {
	background-image:url("../assets/background.jpg");   
  -webkit-background-size: cover;     
  -moz-background-size: cover;    
  -o-background-size: cover;    
  background-size: cover;            
  flex: 1; 
   height: 100%;
    font-family: 'Roboto', sans-serif;
}

.logo{margin: auto; text-align: center}
.logo img {max-width: 100%; height: auto; margin: auto; text-align: center}
.row { max-width: 1335px; margin: auto; text-align: center; display: flex}
.rentone { float: left; max-width: 100%; height: auto; margin: auto}
.rentone img {max-width: 100%; height: auto}
.rnr { float: right; max-width: 100%; height: auto; margin: auto}
.rnr img {max-width: 100%; height: auto}
p {font-size: 30px; line-height: 38px; font-style: italic}
.circlespace {margin-top: 55px;}
.spacer {height: 65px;}




@media (max-width: 950px) {
   
    .row {display: block}
    .rentone { float: none; text-align: center; padding: 0 20px 0 20px;}
     .rnr { float: none; text-align: center; padding: 0 20px 20px 20px;}
    .circlespace {margin-top: 0px;}
    .rentone img{display: block; text-align: center; margin: auto}
    .rnr img{display: block;  text-align: center; margin: auto}


}