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

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

a {
	color: #c50e6d !important;
}

a:hover {
	color: #ad0c60 !important;
}

header.masthead {
  position: relative;
  /*background-color: #343a40;*/
  /*background: url("../img/bg-ch-landing.jpg") no-repeat center center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 10rem;
}

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

header.masthead h4 {
  font-size: 1.25rem;
}

hr {
    display: block;
    height: 1px;
    width: 50%;
    border-top: 3px solid white;
    margin: 1em auto;
    padding: 0;
}

header.masthead .display-2 {
	font-size: 1.5rem;
	font-weight: 400;
}

.display-4 {
	font-size: 2rem;
}

.mb-6 {
	margin-bottom: 5rem;
}

header.masthead img {
	width: 128px;
	height: 128px;
}

.ch-logo-container {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
  header.masthead h1 {
    font-size: 4rem;
  }
  
  .ch-logo-container {
	margin-left: 0rem;
	margin-right: 0rem;
  }
  
  .ch-title-container {
	border-left: 6px white solid;
  }
  
  .display-4 {
	font-size: 3.5rem;
}
  
}

.btn-primary {
    background-color: #c50e6d !important;
    border-color: #c50e6d !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #ad0c60 !important;
    border-color: #ad0c60 !important;
}

.text-primary {
	color: #c50e6d !important;
}

.showcases {
	  padding-top: 7rem;
}

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

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

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

.widget-sizer {
 height: 30rem;
}

.features-icons, .stay-tuned {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

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

.features-icons .features-icons-item .features-icons-icon img {
  width: 4.5rem;
  height: 4.5rem;
}

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

.features-icons .features-icons-item:hover .features-icons-icon img {
  width: 5rem;
  height: 5rem;
}

.call-to-action {
  position: relative;
  /*background-color: #343a40;*/
  /*background: url("../img/cta-ch-landing.jpg") no-repeat center center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.call-to-action h4 {
  font-size: 1.25rem;
}

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