
/*=== FIND US ===*/

#findus-h1 {
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: -70px;
}

#findus-sec2 {
  padding: 0 50px;
}


#findus-sec2-row {
  height: 500px;
  padding-top: 0;
  margin-top: 75px;
}

#findus-img {
  margin-bottom: 50px;
}

.findus-h2 {  
  font-size: 1.5em;	
  color: #ad201c;
  font-weight: 900;
  margin-bottom: -20px;
}

.findus-address, #opening-hours {  
  font-size: 1.2em;	
  line-height: 2em;
  letter-spacing: 2px;
  margin-top: 30px;	
}

.fa-phone {   
  font-size: 1.1em;
  color: #666;
  padding: 0 10px;
  margin-top: 15px;
}

#map {  
  background-color: white;
  border: 5px solid lightgrey;
  padding: 30px;
}

#iframe-map {
  width: 100%;
  height: 300px;
  border: 0;  
}

#address {  
  padding-top: 50px;
}

#fb {  
  padding-top: 180px;
}

#iframe-fb {
  vertical-align: middle;
  width: 470px;
  height: 450px;
  border: 0; 
  overflow: hidden; 
}

#bc-lombok {
  margin-top: 50px; 
}

#bc-lombok a { 
  color: #fff;
  background-color: #660202;
  font-size: 1.2em;
  text-decoration: none;
  letter-spacing: 3px;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  
  border: 3px solid #aa6402;
  border-radius: 30px;
  padding: 10px 50px; 
}

#bc-lombok a:hover, #bc-lombok a:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

/*=== RESPONSIVE LAYOUT ===*/

@media (max-width: 600px) {

#findus-h1 {
  font-size: 2.5em;
  margin-top: 70px;
}

#map {
  padding: 20px;
  margin-bottom: -60px;
}

.findus-h2 {
  font-size: 1.2em;
  margin-top: 30px;
}

#address {
  margin-bottom: -150px;
}

#iframe-fb {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

#bc-lombok a {
  font-size: 1.1em;
  padding: 10px 20px;
}

#opening-hours {
  font-size: 1em;
}

}

			 
