/* General
================================================== */
body {
  font-family: "Poppins", Helvetica, sans-serif;
  
/*   background:  url('background_image.png') no-repeat scroll top center; */
}
h1, h2, h3, h4, h5, h6, .gui-page-title, .title-font {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
  line-height:1.5em;
}

#header .alertbar {
  background: #4d263b;
  color: #ffffff;
}

/* Headlines */
.headline-1 {
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
}
.headline-2 {
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
}
.headline-3 {
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
}

.full-width-banner{
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
}
/* End headlines */
.home-text .right .general-content,
.home-text .right .general-content p{
  color: #ffffff;
}