body, html {
  height: 100%;
  margin: 0;
}

/* general */
a {
  color: #fff;
}
a:focus, a:hover {
  color: #ddd;
}
h3.panel-title a:focus, h3.panel-title a:hover {
  color: #000;
}

/* navbar */
.navbar {
  min-height: 60px;
  margin-bottom: 0px;
}
.navbar-toggle {
  margin-top: 12px;
  border: 1px groove transparent;
}
#navbar-logo {
  font-family: 'Tangerine', cursive;
  font-size: 30px;
  color: #fff;
}
#navbar-logo:hover {
  color: #9d9d9d;
}
#navbar-logo span {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 11px;
  letter-spacing: 7px;
}
#nav-logo {
  /*width: 12%;*/
  /*position: absolute;*/
  padding: 5%;
}
.navbar-inverse .navbar-nav>li>a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  letter-spacing: 4px;
  line-height: 40px
}
.navbar-inverse .navbar-nav>li>a:hover {
  text-decoration: underline;
}
#fade-logo {
  width: 40%;
}

a.contact-links:link, a.contact-links:visited, a.contact-links:hover, a.contact-links:active { 
  color: #000; 
}
.contact-paragraph p.contact-bold, .contact-paragraph a.contact-bold {
  font-size: 18px;
}
.contact-paragraph p, .contact-paragraph a {
  font-size: 15px;
}

.lang-dropdown>li>a {
  color: #9d9d9d;
}

ul.lang-dropdown {
  background-color: #222;
}

/* background images */
#home-bg-1 {
  background-image: url("../images/home1.jpeg");
  min-height: 100%;
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#home-bg-2 {
  background-image: url("../images/home2.jpeg");
  min-height: 60%;
  position: relative;
  opacity: 0.55;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#home-bg-3 {
  background-image: url("../images/hills.jpeg");
  min-height: 60%;
  position: relative;
  opacity: 0.55;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#home-bg-4 {
  background-image: url("../images/home3.jpeg");
  min-height: 100%;
  position: relative;
  opacity: 0.55;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#about-bg-1 {
  background-image: url("../images/about1.jpeg");
  min-height: 60%;
  position: relative;
  opacity: 0.55;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#about-bg-2 {
  background-image: url("../images/about2.jpeg");
  min-height: 60%;
  position: relative;
  opacity: 0.55;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#services-bg-1 {
  background-image: url("../images/services1.jpeg");
  min-height: 60%;
  position: relative;
  opacity: 0.55;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#services-bg-2 {
  background-image: url("../images/services2.jpeg");
  min-height: 60%;
  position: relative;
  opacity: 0.55;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#faq-bg-1 {
  background-image: url("../images/faq1.jpeg");
  min-height: 60%;
  position: relative;
  opacity: 0.75;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#faq-bg-2 {
  background-image: url("../images/faq2.jpeg");
  min-height: 60%;
  position: relative;
  opacity: 0.55;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#contact-bg-1 {
  background-image: url("../images/contact1.jpeg");
  min-height: 60%;
  position: relative;
  opacity: 0.55;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#contact-bg-2 {
  background-image: url("../images/contact2.jpeg");
  min-height: 60%;
  position: relative;
  opacity: 0.55;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* background image content */
.caption {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  font-size: 30px;
  letter-spacing: 10px;
  text-align: center;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
}
#home-bg-1 .caption {
  font-family: 'Tangerine', cursive;
  font-size: 40px;
}
#image-logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 15%;
  height: auto;
}
.full-page-bg span.border {
  background-color: rgba(17, 17, 17, 0.6);
  padding: 18px;
  letter-spacing: 10px;
  display: inline;
  border-radius: 15px;
}
.half-page-bg span.border {
  background-color: rgba(17, 17, 17, 0.6);
  padding: 18px;
  letter-spacing: 10px;
  display: inline;
  border-radius: 15px;
}
#fade-logo {
  background-color: rgba(19, 17, 17, 0.9);
  padding: 18px;
  letter-spacing: 10px;
  display: inline;
  border-radius: 15px;
}
.half-page-bg hr {
  width: 20%;
  border: none;
  height: 3px;
  color: #fff;
  background-color: #fff;
}

/* section content */
.section-content {
  background-color:#282E34;
  color:#ddd;
  text-align: justify;
  position: relative;
  padding: 60px 0;
  font-family: 'Josefin Sans', sans-serif;
}
.section-content h2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.section-content hr {
  height: 30px;
  border-style: solid; 
  border-color: #fff; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
}

.section-content hr:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #fff; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}
.section-content .nav-tabs li {
  font-size: 19px;
}
.section-content .tab-content {
  font-size: 16px;
}
.section-content .panel-body {
  color: #333;
  line-height: 1.1;
}

/* google map */
#map {
  width: 100%;
  height: 60%;
  opacity: 0.85;
  position: relative;
}

/* footer */
footer {
  background-color: #222;
  color:#ddd;
  padding: 20px 0;
  font-family: 'Josefin Sans', sans-serif;
}

/*.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  background-image: url("../images/home1.jpeg");
}*/

.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-tabs>li>a.service-tabs:hover, .nav-tabs>li>a.service-tabs:focus, .nav-tabs>li>a.service-tabs:active {
  background-color: #fff;
}

@media (max-width: 767px) {
  #home-bg-1 {
    background-image: url("../images/home1.jpeg") no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }

  .caption span.big-screen, div.text-center h2.bigger-screen {
    display: none;
  }

  #nav-logo {
    /*width: 12%;*/
    /*position: absolute;*/
    padding: 0%;
  }

  #fade-logo {
    width: 60%;
  }

  .section-content .nav-tabs li>a.service-tabs {
    font-size: 18px;
  }

  .section-content .tab-content {
    font-size: 14px;
  }
  footer div a {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .caption span.small-screen, div.text-center h2.smaller-screen {
    display: none;
  }
}
