body {
 margin: 0;
 padding: 0;
}

div {
 float: none;
}

p {
 font-family: "Verdana", sans-serif;
}

.homecontainer {
 margin: 0 auto;
 width: 62.5%;
 height: 100%;
}

.header {
 margin-top: 20px;
 width: 100%;
 background-color: #ffffff;
 float: clear;
}

.header img {
 display: inline-block;
 max-width: 100%;
}

.menubar {
 margin-top: 10px;
 width: 100%;
 height: 40px;
 background-color: #4b89c4;
 float: left;
}

.menu a {
 margin-top: 2px;
 margin-left: 0.25%;
 width: 16.375%;
 position: relative;
 height: 36px;
 text-decoration: none;
 background: -webkit-linear-gradient(top,rgb(75,137,196),rgb(79,168,223)); /*Safari 5.1-6*/
 background: -o-linear-gradient(bottom,rgb(75,137,196),rgb(79,168,223)); /*Opera 11.1-12*/
 background: -moz-linear-gradient(bottom,rgb(75,137,196),rgb(79,168,223)); /*Fx 3.6-15*/
 background: linear-gradient(to bottom, rgb(75,137,196), rgb(79,168,223)); /*Standard*/
 float: left;
}

.menu a:hover {
 background: -webkit-linear-gradient(bottom,rgb(75,137,196),rgb(79,168,223)); /*Safari 5.1-6*/
 background: -o-linear-gradient(top,rgb(75,137,196),rgb(79,168,223)); /*Opera 11.1-12*/
 background: -moz-linear-gradient(top,rgb(75,137,196),rgb(79,168,223)); /*Fx 3.6-15*/
 background: linear-gradient(to top, rgb(75,137,196), rgb(79,168,223)); /*Standard*/
}

.menu p {
 margin: 0;
 position: absolute;
 width: 100%;
 top: 25%;
 font-size: 15px;
 text-align: center;
 color: #ffffff;
}

.content {
 margin-top: 10px;
 width: 100%;
 float: left;
}

.indeximage {
 display: block;
 margin-left: auto;
 margin-right: auto;
 height: auto;
}

.indeximage img {
 position: absolute;
 display: inline-block;
 width: 100%;
}

.indextext {
 margin-top: 10px;
 width: 100%;
 float: left;
}

.indextext p {
 color: #4d4d4d;
 font-size: 15px;
}

.contenttop {
 margin-top: 10px;
 width: 100%;
 height: 30px;
 border: none;
 float: left;
}

.contenttop p {
 margin: 0;
 color: #4b89c4;
 font-size: 20px;
 font-weight: bold;
 line-height: 100%;
}

.contentbottom {
 margin: 0;
 width: 100%;
 float: left;
}

.contentbottom p {
 color: #4d4d4d;
 font-size: 15px;
}

.contenttopimage {
 margin: 0;
 height: 450px;
 float: left;
}

.contenttopimage img {
 display: inline-block;
 max-width: 100%;
}

.projecttop {
 margin: 0;
 width: 100%;
 height: 35px;
 border-bottom: 1px solid #4b89c4;
 float: left;
}

.projecttop p {
 color: #4b89c4;
 font-weight: bold;
 font-size: 15px;
}

.projectleft {
 margin: 0;
 width: 47.5%;
 height: 100%;
 border: 0;
 float: left;
}

.projectleft p {
 color: #4d4d4d;
 font-size: 15px;
}

.projectright {
 margin: 0;
 width: 47.5%;
 height: 100%;
 border: 0;
 float: right;
}

.projectright p {
 color: #4d4d4d;
 font-size: 15px;
}

.gallerytop {
 margin: 0;
 width: 100%;
 height: 35px;
 border-bottom: 1px solid #4b89c4;
 float: left;
}

.gallerytop p {
 color: #4b89c4;
 font-weight: bold;
 font-size: 15px;
}

.galleryspace {
 width: 100%;
 height: 20px;
 float: left;
}

.galleryimage {
 margin-top: 10px;
 margin-bottom: 10px;
 width: 100%;
 height: 140px;
 float: left;
}

.galleryimage1 {
 margin-right: 0.25%;
 width: 19.8%;
 height: 125px;
 float: left;
}

.galleryimage1 img {
 display: inline-block;
 max-width: 100%;
}

.galleryimage2 {
 margin: 0;
 width: 19.8%;
 height: 125px;
 float: left;
}

.galleryimage2 img {
 display: inline-block;
 max-width: 100%;
}

.contacttop {
 margin-top: 10px;
 width: 100%;
 height: 35px;
 border: none;
 float: left;
}

.contacttop p {
 color: #4b89c4;
 font-size: 20px;
 font-weight: bold;
 line-height: 100%;
}

.contactleft {
 margin: 0;
 width: 47.5%;
 height: 100%;
 border: 0;
 float: left;
}

.contactleft p {
 color: #4d4d4d;
 font-size: 15px;
}

.contactright {
 margin: 0;
 width: 47.5%;
 height: 300px;
 border: 0;
 float: right;
}

.contactright p {
 color: #4d4d4d;
 font-size: 15px;
}

.contactright h4 {
 font-family: "Verdana", sans-serif;
 font-weight: bold;
 color: #4b89c4;
}

.contactbottom {
 margin-top: 10px;
 width: 100%;
 height: 400px;
 border: 0;
 float: left;
}

.contactbottom p {
 text-align: center;
 color: #4d4d4d;
 font-size: 15px;
}

.footer {
 margin: 50px 0px 20px;
 border-top: 2px solid #4b89c4;
 width: 100%;
 height: 100%;
 float: left;
}

.footertitle {
 margin: 5px 0px 0px;
 width: 100%;
 height: 100%;
 float: left;
}

.footer p {
 margin: 10px 0px 0px;
 font-size: 13px;
 text-align: center;
 color: #4b89c4;
}

.footertitle p {
 margin: 0;
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 color: #4b89c4;
}

@media screen and (min-device-width : 320px) and (max-device-width : 680px) and (-webkit-min-device-pixel-ratio: 2){
 .homecontainer {
  margin: 0 auto;
  width: 95%;
  height: 100%;
 }

 .header {
  margin-top: 20px;
  width: 100%;
  background-color: #ffffff;
  float: clear;
 }

 .menubar {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  background-color: #4b89c4;
  float: left;
 }

 .menu a {
  margin-left: 0.25%;
  width: 16.375%;
  height: 36px;
  text-decoration: none;
  background: -webkit-linear-gradient(top,rgb(75,137,196),rgb(79,168,223)); /*Safari 5.1-
6*/
  background: -o-linear-gradient(bottom,rgb(75,137,196),rgb(79,168,223)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(bottom,rgb(75,137,196),rgb(79,168,223)); /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgb(75,137,196), rgb(79,168,223)); /*Standard*/
  float: left;
 }

 .menu a:hover {
  background: -webkit-linear-gradient(bottom,rgb(75,137,196),rgb(79,168,223)); /*Safari 5.1-6*/
  background: -o-linear-gradient(top,rgb(75,137,196),rgb(79,168,223)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(top,rgb(75,137,196),rgb(79,168,223)); /*Fx 3.6-15*/
  background: linear-gradient(to top, rgb(75,137,196), rgb(79,168,223)); /*Standard*/
 }

 .menu p {
  margin: 0;
  width: 100%;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
 }

 .indeximage {
  margin: 0;
  float: left;
  height: 50%;
 }

 .indeximage img {
  display: inline-block;
  max-width: 100%;
 }

 .indextext {
  margin: 0;
  width: 100%;
  float: left;
 }

 .indextext p {
  color: #4d4d4d;
  font-size: 12px;
 }

 .contenttop {
  margin: 0;
  width: 100%;
  height: 18px;
  border: none;
  float: left;
 }

 .contenttop p {
  margin: 0;
  color: #4b89c4;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
 }

 .contentbottom {
  margin-top: 10px;
  width: 100%;
  float: left;
 }

 .contentbottom p {
  color: #4d4d4d;
  font-size: 12px;
 }

 .contenttopimage {
  margin: 0;
  height: 50%;
  float: left;
 }

 .contenttopimage img {
  display: inline-block;
  max-width: 100%;
 }

 .projecttop {
  margin: 0;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #4b89c4;
  float: left;
 }

 .projecttop p {
  color: #4b89c4;
  font-weight: bold;
  font-size: 12px;
 }

 .gallerytop {
  margin: 0;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #4b89c4;
  float: left;
 }

 .gallerytop p {
  color: #4b89c4;
  font-weight: bold;
  font-size: 12px;
 }

 .galleryspace {
  margin: 0;
  width: 100%;
  float: left;
 }

 .galleryimage {
  margin-top: 10px;
  width: 100%;
  height: 50%;
  float: left;
 }

 .galleryimage1 {
  margin-right: 0.25%;
  width: 19.8%;
  height: 50%;
  float: left;
 }

 .galleryimage1 img {
  display: inline-block;
  max-width: 100%;
 }

 .galleryimage2 {
  margin: 0;
  width: 19.8%;
  height: 50%;
  float: left;
 }

 .galleryimage2 img {
  display: inline-block;
  max-width: 100%;
 }

 .contactleft {
  margin: 0;
  width: 100%;
  height: 100%;
  border: 0;
  float: left;
 }

 .contactleft p {
  color: #4d4d4d;
  font-size: 15px;
 }

 .contactright {
  margin: 0;
  width: 100%;
  height: 300px;
  border: 0;
  float: left;
 }

 .contactright p {
  color: #4d4d4d;
  font-size: 15px;
 }

 .contactright h4 {
  font-family: "Verdana", sans-serif;
  font-weight: bold;
  color: #4b89c4;
 }

 .contactbottom {
  margin-top: 10px;
  width: 100%;
  height: 400px;
  border: 0;
  float: left;
 }

 .contactbottom p {
  text-align: center;
  color: #4d4d4d;
  font-size: 15px;
 }

 .footer p {
  margin: 10px 0px 0px;
  font-size: 10px;
  text-align: center;
  color: #4b89c4;
 }

 .footertitle p {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #4b89c4;
 }
}