hr.home {
  width: 100%;
  border: 1px solid #e7e7e7;
}
.mobileheader {
  width: 100%;
  height: auto;
  text-align: center;
  display: inline-block;
  background-image: url('/img/mobile/homeslider-mobile.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 680px) {
  .mobileheader {
    width: 94%;
    padding: 3% 3% 8% 3%;
    height: auto;
  }
}

.mobileheader2 {
  width: 100%;
  height: auto;
  display: inline-block;
  background-image: url('/img/mobile/homeslider-mobile2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 680px) {
  .mobileheader2 {
    width: 94%;
    padding: 3%;
    height: auto;
  }
}

.homeblock {
  width: 27%;
  height: 360px;
  border-radius: 1px;
  border: 2px solid #e7e7e7;
  background-color: #fff;
  color: #000;
  padding: 15px 15px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  margin: 5px
}
@media screen and (max-width: 680px) {
  .homeblock {
    width: 100%;
    height:auto;
    padding: 3% 5% 3% 5%;
  }
}

#rectangle {
      width: 100%;
      height: 12px;
      background: #5b6f8f;
}

#mobilesquare {
      width: 85%;
      height: auto;
      background: #000;
}

/* Project Gallery Vertical List */

.gallery01 {
  width: 100%;
  height: auto;
  padding: 5% 0% 5% 1%;
  vertical-align: top;/*Fix for different     height elements*/
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  background-image: url('/img/gallery01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
 }
@media screen and (max-width: 680px) {
  .gallery01 {
    width: 92%;
    padding: 5%;
    height: auto;
  }
}

/**********************************************************
PAGE TEMPLATE
**********************************************************/
/* Column 1 = Full width 100%, HEADER 1 */

.column001 {
  width: 100%;
  padding: 0px;
  vertical-align: top;/*Fix for different     height elements*/
  margin-top: 2px;
  margin-bottom: 10px;
  display: inline-block;
 }
@media screen and (max-width: 680px) {
  .column001 {
    margin-top: 20px;
    width: 92%;
    padding: 3%;
    margin-bottom: 2px;
  }
}

/* Column 2 and 3 (62/33) = Text on the left, image on the right */

.column002 {
  width: 62%;
  padding-right: 4%;
  vertical-align: top;/*Fix for different     height elements*/
  margin-top: 5px;
  margin-bottom: 30px;
  display: inline-block;
 }
@media screen and (max-width: 680px) {
  .column002 {
    width: 92%;
    padding: 3%;
	  margin-bottom: 10px;
  }
}
.column003 {
  width: 33%;
  vertical-align: top;/*Fix for different     height elements*/
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
 }
@media screen and (max-width: 680px) {
  .column003 {
    width: 92%;
    padding: 3%;
    margin-top: 0px;
    margin-bottom: 1px;
  }
}

/* Column 4 and 5 (33/62) = Text on the left, image on the right */
.column004 {
  width: 33%;
  padding-right: 4%;
  vertical-align: top;/*Fix for different     height elements*/
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
 }
@media screen and (max-width: 680px) {
  .column004 {
    width: 92%;
    padding: 3%;
    margin-top: 0px;
	  margin-bottom: 1px;
  }
}
.column005 {
  width: 62%;
  vertical-align: top;/*Fix for different     height elements*/
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
 }
@media screen and (max-width: 680px) {
  .column005 {
    width: 92%;
    padding: 3%;
    margin-top: 0px;
    margin-bottom: 1px;
  }
}
/* Column 6 (50/50) */
.column006 {
  width: 40%;
  padding-right: 4%;
  vertical-align: top;/*Fix for different     height elements*/
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
 }
@media screen and (max-width: 680px) {
  .column006 {
    width: 92%;
    padding: 3%;
    margin-top: 0px;
	  margin-bottom: 1px;
  }
}
