body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4e5d97;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  margin-top: 66px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 0 !important;
}

header.masthead #background {
  float: left;
  top: 20;
  left: 0;
  height: 100%;
  width: 100%;
  min-width: 100% !important;
}

header.masthead .container {
  min-width: 100% !important;
  height: 100%;
  margin-top: 60px;
  position: absolute;
  float: left;
}

header.masthead .overlay {
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  position: absolute;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.inner_hidden {
  visibility: hidden;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.rel-fix {
  position: relative;
}

.showcase h1 {
  color: #4e5d97;
}

.showcase .event-title {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .event-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.divider360 {
  width: 100%;
  height: 30px;
  background: #61a59a;
  /* Old browsers */
  background: #61a59a;
  background: -moz-linear-gradient(left, #61a59a 0%, #4e5d97 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #61a59a), color-stop(100%, #4e5d97));
  background: -webkit-linear-gradient(left, #61a59a 0%, #4e5d97 100%);
  background: -o-linear-gradient(left, #61a59a 0%, #4e5d97 100%);
  background: -ms-linear-gradient(left, #61a59a 0%, #4e5d97 100%);
  background: linear-gradient(to right, #61a59a 0%, #4e5d97 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a59a', endColorstr='#4e5d97', GradientType=1);
}

.features-icons {
  /* IE6-9 */
  padding-top: 7rem;
  padding-bottom: 4rem;
  color: #4e5d97;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.logo-gradient {
  background: #61a59a;
  background: -moz-linear-gradient(top, #61a59a 0%, #4e5d97 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #61a59a), color-stop(100%, #4e5d97));
  background: -webkit-linear-gradient(top, #61a59a 0%, #4e5d97 100%);
  background: -o-linear-gradient(top, #61a59a 0%, #4e5d97 100%);
  background: -ms-linear-gradient(top, #61a59a 0%, #4e5d97 100%);
  background: linear-gradient(to bottom, #61a59a 0%, #4e5d97 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a59a', endColorstr='#4e5d97', GradientType=0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonials {
  color: #fff;
  background-color: #5fa09c !important;
  background-image: url("../img/360banner-lghd2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 1500px;
  padding-top: 2rem;
  padding-bottom: 20rem;
}

.testimonials .artist-block {
  text-shadow: 2px 2px 10px black;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0 5px 5px 0 #000;
}

@media (max-width: 575.98px) {
  .testimonials {
    background-size: 250%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .testimonials {
    background-size: 250%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonials {
    background-size: initial;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .testimonials {
    background-size: initial;
  }
}

@media (min-width: 1200px) {
  .testimonials {
    background-size: initial;
  }
}

.impression {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.impression .impression-item {
  overflow: hidden;
  max-height: 30rem;
  background-size: cover;
  background-position: center;
}

.impression .impression-item a img {
  display: block;
  width: 100%;
  height: auto;
}

.impression .impression-item img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

iframe {
  max-width: 100%;
}

#contact a {
  color: #fff;
  font-size: 1.5em;
}

.social-item {
  font-size: 1.5em;
}

#jobs a:hover {
  color: #fff !important;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background-image: url("../img/bg-masthead.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action img {
  max-width: 100%;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.cta-contact {
  background: url("../img/360-sand-lghd.png") center bottom no-repeat, -moz-linear-gradient(top, #bfaa63 0%, #ae9e81 100%);
  /* Old browsers */
  background: url("../img/360-sand-lghd.png") center bottom no-repeat, -moz-linear-gradient(top, #bfaa63 0%, #ae9e81 100%);
  /* FF3.6-15 */
  background: url("../img/360-sand-lghd.png") center bottom no-repeat, -webkit-linear-gradient(top, #bfaa63 0%, #ae9e81 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url("../img/360-sand-lghd.png") center bottom no-repeat, linear-gradient(to bottom, #bfaa63 0%, #ae9e81 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfaa63', endColorstr='#ae9e81', GradientType=0);
  /* IE6-9 */
}

.cta-location {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.social-item {
  padding-bottom: 5em;
}

.footer360 {
  background: #bfaa63 !important;
  color: #fff !important;
}

.footer360 a {
  color: #fff !important;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.navbar a:hover {
  color: #fff !important;
  font-weight: bold !important;
}

.navbar a {
  color: #fff !important;
}
