/*
light brown = 158, 65, 3
dark brown = 92,37,1
*/

@font-face {
    font-family: sitemainfont;
    src: url(fonts/MyriadPro-Regular.otf);
}


body {
  padding-top: 50px;
  font-family: sitemainfont,'Lato', sans-serif;
}

img {
    padding-top: 10px;
    padding-bottom: 20px;
}

a {
  text-decoration: none;
	font-weight: bold;
  color: rgb(158, 65, 3);
}

footer {
	text-align: center;
	font-size: 85%;
	text-align: center;
	max-width: 600px;
	margin: auto;
}

h1, h2, h3 {
    font-family: sitemainfont,'Lato', sans-serif;
    text-align: center;
}

h4 {
    font-family: sitemainfont,'Lato', sans-serif;
}

.w3-card {
  background-color: white;
}

.w3-half {
  margin-bottom: 10px;
}

.country {
    height:150px;
}

.imgcolumn {
  float: left;
  width: 50%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.logo {
  width:80%;
  min-width:300px;
  margin:0 auto;
}

.customPad {
    margin-left: 10px!important;
}

.navbar-brand {
    padding: 0;
}

.bg-grey {
    background-color: #eee;
    padding: 10px !important;   /* 40px needed for menu shortcuts */
}

.bg-blu {
    background-color: white;
    /* padding:40px 20px !important; */
    padding:10px !important;
}

.bg-blu a {
    color: rgb(158, 65, 3);
}

.addr-width {
    width: 260px!important;
}

.bottomPad {
    padding-bottom: 40px;
}

.clear{
    clear: both;
}

#about, #services, #contact {
    padding-top: 70px;
}

.gallery {
   line-height:0;
   -webkit-column-count:5; /* split it into 5 columns */
   -webkit-column-gap:5px; /* give it a 5px gap between columns */
   -moz-column-count:5;
   -moz-column-gap:5px;
   column-count:5;
   column-gap:5px;
}

.gallery img {
   width: 100% !important;
   height: auto !important;
   padding-bottom:5px; /* to match column gap */
}

.boxcontainer {
  display: inline-block;
  overflow: hidden;
}

.boxcontainer img {
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.boxcontainer:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.scrollwall_about {
  height: 40%;
  background-image: url('../images/aboutusback_large.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_home {
  height: 40%;
  background-image: url('../images/hometop.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_bathroom {
  height: 20%;
  background-image: url('../images/bathroom.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_basement {
  height: 20%;
  background-image: url('../images/basement.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_commercial {
  height: 20%;
  background-image: url('../images/commercial.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_ext_finish {
  height: 20%;
  background-image: url('../images/exterior.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_full_reno {
  height: 20%;
  background-image: url('../images/full.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_extension {
  height: 20%;
  background-image: url('../images/extension.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_highend {
  height: 20%;
  background-image: url('../images/highend.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_interior {
  height: 20%;
  background-image: url('../images/interior.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_kitchens {
  height: 20%;
  background-image: url('../images/kitchen.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_landscaping {
  height: 20%;
  background-image: url('../images/landscaping.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_loft {
  height: 20%;
  background-image: url('../images/loft.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_new {
  height: 20%;
  background-image: url('../images/new.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}

.scrollwall_office {
  height: 20%;
  background-image: url('../images/office.jpg');
  background-size: 100%; /* cover whole width */
  background-attachment: fixed;  /* makes background scroll */
}


/* Animation */
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 5));
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 5));
  }
}



@media (max-width: 1200px) {

   .gallery {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
   }

   /* .scrollwall_about {
     background-image: url('../images/aboutusback_small.jpg');
   } */

}

@media only screen and (max-width: 1000px) {


  .scrollwall_home {
    background-image: url('../images/hometop_2.jpg');
  }

}

@media only screen and (max-width: 600px) {

  .imgcolumn {
    float:none;
    width: 80%;
    padding: 5px;
  }


}
