/* Style the header with a grey background and some padding */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
}

/*
div *{
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}
*/
.header {
  background: linear-gradient(to top, #58a8c8 0%, #cbe2fe 100%);
  padding: 10px 10px;
  overflow: auto;
  border-bottom: 2px solid black;
  text-align: center
}

.phone {
  background-color: black;
  border-bottom: 2px solid white; 
}

.phone div h3 {
  color: white;
  margin: 5px;
  text-align: right;
}

.header-topleft {
	float: left;
}

.header-topright {
	float: right;
}

.contentwrapper {
	width 100%;
	overflow: auto;
}


.logo {
    width: 80px;
}

.content {
    background-color: white;
    border-radius: 5px;
    border: 2px solid black;
    box-shadow: 4px 4px 2px grey;
    margin: 20px;
    padding-bottom: 20px;
}

.menu {
    background-color: #E9F2FB;
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
    padding-bottom: 20px;
}

/* The navigation menu links */
.menu a {
  
    border-radius: 5px;
    border: 2px solid black;
    box-shadow: 4px 4px 2px grey;
    padding: 10px 5px 15px 20px;
    text-decoration: none;
    background: radial-gradient(ellipse at bottom right, grey, #dbe8ff);
    font-size: 15px;
    font-weight: bold;
    color: #111;
    display: block;

}

.unitsize {
  border: 1px solid black;
  margin: 1% 2%;
  padding-top: 1%;
  background-color: #CAE1FF;
}

.contentcontainer {
	padding: 0% 2%;
  background-color: #E9F2FB;
}

.contactbox {
  border: 1px solid black; 
  padding-left: 2%; 
  margin: 1%;
  background-color: #CAE1FF;
}

.features {
	border-style: solid;
  padding-top: 10px;
  background-color: #CAE1FF;
  margin-top: 2%;
}

.features li {
  font-size: 0.85em;
}

.image {
  width: 100%;
  max-height: 500px;

}

.footer {
	background: linear-gradient(to bottom, #58a8c8 0%, #cbe2fe 100%);
  	padding: 20px 20px;
}

.footerL {
	float: left;
}

.footerR {
	float: right;


}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

    #wrap{

      padding-left: 5%;
      font-size: 80%;
    }

}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

      #wrap{

      padding-left: 5%;
      font-size: 90%;
    }

    }




