﻿body {
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  line-height: 1.75;
}

a {
  color: #e30074;
}

a:hover {
  color: #880045;
}

.text-primary {
  color: #e30074 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

.btn {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #e30074;
  border-color: #880045;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #e30074 !important;
  border-color: #880045 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #e30074;
  text-shadow: none;
}

::selection {
  background: #e30074;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: rgba(255, 255, 255, 0.75);
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #e30074;
  font-family: "Times New Roman", Times, serif;
}

#mainNav .navbar-brand {
  color: #e30074;
  font-family: Helvetica, Arial, cursive;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #e30074;
}

#mainNav .navbar-nav .nav-item .nav-link {
  
  font-weight: 600;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #001c55;
  font-family: Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #e30074;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #fff;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 5px 0;
  }
}

section#services {
  padding-top:50px;
}

section#staff {
  padding-top:150px;
}

section.home {
  	background-image: url("../img/bgs/home-md.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

section#home {
  padding-top:450px;
  padding-bottom:0px;
}

section#home .homebg {
  color: #fff;
  background-color: rgba(227, 0, 116,0.7);
  height:100%;
  padding:100px 25px 50px 25px;
}

@media (max-width: 768px) {

	section.home {
		background-image: url("../img/bgs/home-md.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
	}

	section#home {
	  padding-top:50px;
	  padding-bottom:0px;
	}
	
	section#staff {
	  padding-top:50px;
	}

}


section.why {
  	background-image: url("../img/bgs/why-md.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

section#why {
  padding:0px;
}


section#why .whybg {
  color: #fff;
  background-color: rgba(0,28,85,0.5);
  height:100%;
  padding:200px 25px 150px 25px;
}

/*SMALL SCREEN BG */
@media (max-width: 768px) {

		section.why {
	  	background-image: url("../img/bgs/why-md.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
	}
	
	section#why .whybg {
	  color: #fff;
	  background-color: rgba(0,28,85,0.5);
	  height:100%;
	  padding:50px 25px 50px 25px;
	}

}


section.about {
  	background-image: url("../img/bgs/about-md.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

/*SMALL SCREEN BG */
@media (max-width: 768px) {

	section.about {
	  	background-image: url("../img/bgs/about-md.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
	}
}


section#about {
  padding:0px;
}

section#about .aboutbg {
  color: #fff;
  background-color: rgba(255, 165, 0, 0.8);
  height:100%;
  padding:200px 25px 150px 25px;
}

section#contact {
  background-color: #212529;
  /*background-image: url("../img/map-image.png");*/
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom:25px;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
  font-family: Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
  font-family: Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: Helvetica, Arial, sans-serif;
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
}