/*
green = 0, 167, 157

*/

@font-face {
    font-family: everleyfont;
    src: url(fonts/ITCKabelStdMedium.TTF);
}


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

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

a {
  text-decoration: none;
	font-weight: bold;
  color: rgb(0, 167, 157);
}

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

h1, h2, h3 {
    font-family: everleyfont,'Lato', sans-serif;
    text-align: center;
    color: rgb(0, 167, 157);
}

h4 {
    font-family: everleyfont,'Lato', sans-serif;
    color: rgb(0, 167, 157);
}

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

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

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

.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;
}

.bg-service {
    background-image: url('../images/background.png');
    padding: 10px !important;
}


.bg-blu {
    background-color: white;
    padding:10px !important;


.bg-blu a {
    color: rgb(0, 167, 157);
}

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

.bottomPad {
    padding-bottom: 40px;
}

.clear{
    clear: both;
}

.navbar a {
  color: rgb(0, 167, 157)!important;
}

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

#gallery {
   line-height:0;
   -webkit-column-count:6;
   -webkit-column-gap:5px;
   -moz-column-count:4;
   -moz-column-gap:5px;
   column-count:6;
   column-gap:5px;
}

#gallery img {
   width: 100% !important;
   height: auto !important;
   padding-bottom:5px;
}

.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);
}


/* 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;
   }

}


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

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

}
