/* Enter Your Custom CSS Here */

header {
	background-color:#ffffff;
	padding: 20px 0px;
}

.logo-img {
	width: 180px;
}


.col-md-12 {
	width: 100%;
}

.mh {
  min-height: 500px;
}

.man-pt {
  padding-top: 140px;
}

.sec-title, .sec-copy {
  color: #ffffff !important;
}

.sec-cta {
  color: #ffffff;
  text-decoration: underline;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  display: block;
  margin: 20px auto;
}

#gallery {
}

.logo-two {
    width: 420px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: 160px;
}

.sec-list li {
  color: #ffffff;
}

@media (max-width: 812px) {
  .logo-two {
    width: 100%;
  }
}