/*!
 * Start Bootstrap - Landing Page v5.0.6 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

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

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-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin:0;
}

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

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

img.campus{
	height:100%;
	width:100%;
	overflow: hidden;
	
}

#title{
	background-color:#7D1419;
}

#title p{
	margin-top:1rem;
}

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

.showcase{
	background-color:#7D1419;
	margin:2rem;
	margin-top:0;
}


.showcase .showcase-text {
  padding: 3rem;
  color: #fff;
  
}

.showcase .showcase-text.about-us {
  padding: 3rem;
  color: #fff;
  
}

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

.showcase .row{
	border-bottom: white solid 1px;
}

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


}

.features-icons {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.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;
}

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

.features-icons h3{
	color:#7D1419;
}

.testimonials {
  padding-top: 0;
  padding-bottom: 1rem;
}

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

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

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg.jpg") no-repeat center center;
  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;
}

footer.footer {
  padding-top: 1.0rem;
  padding-bottom: 0.5rem;
}

footer a{
	color:#7D1419;
}


.btn{
	background-color:#7D1419;
	border:#7D1419 solid 1px;
	color:#fff;
	margin-top:1rem;
}

.btn:hover{
	background-color:#660000;
	border:#7D1419 solid 1px;
	color: #fff;
	border:#660000 solid 1px;
}

.mapouter img{
	display: block;
	width:90%;
	height:20rem;
	margin: auto;
}
  
  .logo{
	max-width:40%;
	margin:auto;
}
  @media (min-width: 768px) {
  .logo{
	max-width:10%;
	margin:0;
	}
}

.contact-details{
	text-align:left;
	margin:auto;
}

#head{
	margin:auto;
	padding:0;
}



@media (max-width: 978px) {

.showcase{
	background-color:#7D1419;
	margin:0;
	margin-top:0;
}

div.form-row{
	width:80%;
	margin:auto;
}
}

.container.thx{
	text-align:center;
}