/*******************************
            Page Toolkit Styles
*******************************/

.hero-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-bg .segment:before {

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.hero.container.segment {
  padding-top: 19.5rem !important;
  padding-bottom: 17.5rem !important;
}
.hero.container .ui.header {
  font-family: "trumpsoftpro",sans-serif !important;
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 600 !Important;
}
.hero.container .ui.divider.inverted:after, .hero.container .ui.divider.inverted:before {
  border-top-color: rgba(34,36,38,.15)!important;
  border-left-color: rgba(34,36,38,.15)!important;
  border-bottom-color: rgba(255,255,255,.15)!important;
  border-right-color: rgba(255,255,255,.15)!important;
  background-image: url(../images/big-divider.png) !important;
  background-repeat: no-repeat;

}
.hero.container p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2.75rem;
  color: #fff;
  line-height: 3.2rem;
  font-weight: 300;
  margin-top: 2rem;
}
.content-section.background-image {
  background-size: cover !important;
  background-position: center !important;
}
.content-section.background-image.parrallax {
  background-attachment: fixed !important;
}
.content-section.segment {
  margin: 0;
}
.content-section .accordion .title {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
}
.content-section .accordion .active.title {
  color: rgba(255,255,255,0.9);
}
.content-section .accordion .content {
  padding: 0 3.4rem !important
}
.content-section .accordion .content p {
  font-size: 1.2rem;
  line-height: 1.9rem;
    color: #333333;
    padding-bottom: 1.2rem;
}
.content-section .ui.grid {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
.hero.container.segment {
		padding-top: 13.5rem !important;
		padding-bottom: 6.5rem !important;
}

}