@charset "UTF-8";
@import url("fonts.css");
/* Vars */
/* Main */
html, body {
  height: 100%;
  font-family: 'Oswald';
  color: black;
  font-weight: 300;
  font-size: 1.2rem;
  background: #d4eaeb; }

p {
  line-height: 2.6rem; }

.modal-body a {
  color: #5e5e5e; }

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

a:hover {
  color: #d55335;
  text-decoration: none; }

a:active, a:focus {
  color: #d55335;
  text-decoration: none; }

/* Main */
.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* Align the bootstrap's container vertically */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;
  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.

     Therefore, we should use the following declarations to get it centered again */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.img-center {
  margin: 0 auto; }

.img-scale {
  -webkit-transform: scale(0.6);
  /* Saf3.1+, Chrome */
  -moz-transform: scale(0.6);
  /* FF3.5+ */
  -ms-transform: scale(0.6);
  /* IE9 */
  -o-transform: scale(0.6);
  /* Opera 10.5+ */
  transform: scale(0.6);
  /* IE6–IE9 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand'); }

.logo-padding {
  padding: 10px 0; }

.box-padding {
  padding: 40px 15; }

.box-padding-top {
  padding: 40px 0 0 0; }

/* Home */
.services {
  text-align: center; }

.services li {
  background: white;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 20px;
  font-size: 2rem;
  margin: 12px;
  color: #fff; }

.contact li {
  font-size: 2.0rem;
  margin: 0 15px 0 50px; }

.contact-ul li {
  list-style-type: none; }

.contact-ul {
  padding-top: 25px;
  padding-left: 0 !important; }

.fa.fa-mobile {
  font-size: 1.7rem; }

.fa {
  padding-right: 10px; }

.nav-bottom {
  position: absolute;
  bottom: 0; }

.nav-bottom li {
  background: white;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 20px;
  font-size: 1.0em;
  margin: 12px;
  color: #fff; }

.top-spacer {
  margin-top: 50px; }

/*************************************
MODAL
*************************************/
.modal-content {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  color: #000;
  background-color: #fff;
  border: rgba(0, 0, 0, 0); }

.modal-message .modal-dialog {
  width: 80%; }

.modal-content button {
  background-image: none; }

.modal-content button:hover {
  background-color: #d55335;
  color: white;
  border: 1px solid #d55335; }

.close:hover {
  background-color: transparent !important;
  color: #d55335 !important;
  border: none !important; }

.btn-default {
  text-shadow: none !important; }

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.modal-footer {
  border-top: none; }

.modal-header {
  border-bottom: none; }

.modal-content p {
  line-height: 2.0rem; }

.modal-content ul {
  padding-left: 25px; }
