h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "CubanoRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  padding-bottom: 40px;
  color: #755e4e;
  background-color: #fff;
  background: url(/assets/img/bg.png) repeat;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #009788;
}

a:hover,
a:focus {
  color: #ff6c00;
  text-decoration: none;
}

.header-image {
  background: url(/assets/img/bg2.jpg) repeat;
  background-position: top;
  height: auto;
  display: block;
  width: 100%;
  text-align: center;
}

.headline {
  padding: 120px 0;
}

.headline > .container > h1 {
  color: #ff6c00;
  font-size: 170px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

.headline > .container > h2 {
  color: #ffb700;
  font-size: 77px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

.navbar {
  font-family: "CubanoRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

.nav {
  font-size: 26px;
  margin-top: 6px;
}

.nav > li > a {
  color: #009788;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #ffb700;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #ff6c00;
  background: none;
}

.navbar-brand {
  max-width: 300px;
  font-size: 32px;
  color: #ffb700;
}

.logo {
  margin: 0 -2px 0 6px
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #ff6c00;
  text-decoration: none;
  background-color: transparent;
}

.text-red {
  color: #ff6c00;
}

/*FEATURETTE*/

.featurette-divider {
}
.featurette {
  overflow: hidden; 
}

.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

.featurette-heading {
  font-size: 50px;
  color: #ffb700;
}

/*FOOTER*/

footer span.pull-left {
  margin-left: 30px;
}

footer span.pull-right {
  margin-right: 30px;
}

.social {
  list-style: none;
  font-size: 150px;
  padding: 0;
  text-align: center;
}

.social li {
  display: inline-block;
  padding: 0 50px;
}

/* TEXT SELECTION */

::-moz-selection {
  background: #fcfcfc;
  background: rgba(0, 0, 0, 0.1);
    text-shadow: none;
}

::selection {
  background: #fcfcfc;
    background: rgba(0, 0, 0, 0.1);
    text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

/* RESPONSIVE CSS */

@media (max-width: 1200px) {

.headline > .container > h1 {font-size: 140px;}
.headline > .container > h2 {font-size: 63px;}
.featurette-image.pull-left {margin-right: 20px;}
.featurette-image.pull-right {margin-left: 20px;}
.featurette-heading {font-size: 35px;}

}

@media (max-width: 991px) {

.headline > .container > h1 {font-size: 105px;}
.headline > .container > h2 {font-size: 50px;}
.featurette-image {max-width: 50%;}
.featurette-image.pull-left {margin-right: 10px;}
.featurette-image.pull-right {margin-left: 10px;}
.featurette-heading {font-size: 30px;}
footer > p > .pull-right {float: left;}
.social {font-size: 100px;}

}

@media (max-width: 768px) {
  
.container {margin: 0 15px;}
.featurette-heading {font-size: 25px;}

}


@media (max-width: 668px) {

.headline > .container > h1 {font-size: 70px;}
.headline > .container > h2 {font-size: 32px;}
.social {font-size: 70px;}
.social li {padding: 0 30px;}

}

@media (max-width: 640px) {

.headline {padding: 75px 0 25px 0;}
.headline > .container > h1 {font-size: 60px;}
.headline > .container > h2 {font-size: 30px;}
.social {font-size: 50px;}
.social li {padding: 0 20px;}

}

@media (max-width: 375px) {

.navbar-brand {float: left;}
.logo {display: none;}
.featurette-image {max-width: 100%;}
.featurette-image.pull-left {margin-right: 0; margin-bottom: 10px;}
.featurette-image.pull-right {margin-left: 0; margin-bottom: 10px;}
.social {font-size: 40px;}
.social li {padding: 0 15px;}

}
