body, html {
  height: 100%;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

a:link {
	color: #590000;
	text-decoration: none;
}

a:visited {
	color: #590000;
	text-decoration: none;
}

a:hover {
	color: #590000;
	text-decoration: none;
}

a:active {
	color: #590000;
	text-decoration: none;
}

.navbar-brand img {
	max-width:220px;
}

.header-top-bar a{
	color:#000 !important;
}

.navbar {
    padding:30px !important;
    background-color: #212529 !important;
}

.footer {
    padding-top:40px;
    padding-bottom:40px;
	background-color: #212529 !important;
}

.form label {
    padding-bottom:5px;
    font-weight:bold;
}

.form-group{
    margin-bottom:10px;
}

.nav-custom {
	background-color: #fff;
	border-bottom: 2px solid #650000!important;
}

.text-right {
	width:100%;
	text-align:right !important;
}

.text-left {
	width:100%;
	text-align:left !important;
}

.page-header {
	width: 100%;
	padding:30px;
	text-transform: uppercase;
	text-align: middle;
	color: #590000;
}


.contact-form {
	min-height: 350px !important;
}
.contact-form input {
	width:100% !important;
	max-width:100% !important;
}

.contact-form select {
	width:100% !important;
	max-width:100% !important;
}

.contact-us-btn {
	color: #FFF !important;
	background-color: #650000 !important;
	border-color: #590000 !important;
	padding: 0.5rem 3rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: 0.3rem !important;
}

.contact-us-btn:hover {
	color: #650000 !important;
	background-color: #FFF !important;
}
.footer {
	padding:5px;
	color: #650000 !important;
}

.footer .social i{
	font-size:30px !important;
}

.contact-manual ul {
	width: 100%;
}

.contact-manual ul li {
	display:block;
	width: 100%;
	text-align: right;
	font-size: 1.25em;
}

#mainNav.navbar-shrink {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #212529;
}
#mainNav.navbar-shrink .navbar-brand {
	font-size: 1.25em;
}
#mainNav.navbar-shrink .navbar-brand svg,
#mainNav.navbar-shrink .navbar-brand img {
	height: 3rem;
}
#mainNav .navbar-nav .nav-item {
	margin-right: 1rem;
}
#mainNav .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url("../images/masthead-background-opacity-60.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead .masthead-subheading {
	color: #590000;
	font-size: 2rem;
	font-style: italic;
	line-height: 2rem;
	margin-bottom: 25px;
	font-weight:700;
}
header.masthead .masthead-heading {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}

header.masthead .btn{
	background-color: #a80000;
	color:#fff;
	padding:10px 25px;
	border-color:#a80000;
}

header.masthead .btn:hover{
	color:#590000;
	background-color:#fff;
	border-color:#fff;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }
  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}

section#contact {
	padding:30px;
	background-color: #212529;
	background-image: url("../images/map-image.png");
	background-repeat: no-repeat;
	background-position: center;
}
section#contact .section-heading {
  color: #fff;
}

.page-section {
  padding: 6rem 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 4rem;
}

#aboutus h3 {
	font-size: 2rem;
	color: #590000 !important;
	padding:15px 10px;
}

.icon-background-red{
	color:#590000 !important;
}