.intro {
  margin-bottom: 30px;
}
.intro h1 {
  font-size: 48px;
}
#header {
  margin-bottom:20px;
}
.box1 { background-color: #045889; transition: all 500ms ease;}

.box2 { background-color: #022b38; transition: all 500ms ease;}

.box3 { background-color: #00aeef; transition: all 500ms ease;}

.box1:hover, .box2:hover, .box3:hover { background-color: #000;}

.front-module {
  position: relative;
  width: 100%;
  /*max-width: 324px;*/
  margin: 0 auto 20px auto !important;
  padding-bottom: 30px;
  text-align: center;
  border-radius: 20px;
  color: #FFF;
}
.front-module img {
  width: 145px;
  height: auto;
  padding: 40px 0;
}
.front-module h2, .front-module a {
  margin: 0 !important;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  font-size: 24px;
}
.front-module h2 > a {
  color: #FFF;
  font-size: 1em !important;
}


#footer p > img {
  margin-right: 5px;
}
#footer p .spacer {
  display: inline-block;
  width: 25px;
  margin-right: 5px;
}

#map #googlemap5 {
  border-radius: 4px;
  border: 1px solid #ccc;
}

.share a:active { color: black;}

@media all and (max-width: 991px) { /* Phones and tables */ }

@media all and (min-width: 768px) { /* Wider than phones */ }

@media all and (min-width: 992px) { /* Desktops */ }

@media all and (max-width: 767px) { /* Phones */ 

}

@media all and (min-width: 768px) and (max-width: 991px) { /* Tablets */ 

}

@media all and (min-width: 992px) and (max-width: 1199px) { /* Small desktops */ 

}

@media all and (min-width: 1200px) { /* Large desktops */ 

}
form.contact, form.contact span, form.contact div, form.contact label, form.contact * {
  font-size:18px;
  font-weight:normal;
}
form.contact input.btn {
  font-size:18px;
  padding:6px 20px;
}
form.contact textarea {
  min-height:150px;
}
.theemail {
  display:none;
}
.new_topimg , .new_topimg img {
  width: 100%;
  max-width: 2500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}