/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

p {
  text-align:justify;
}

a {
	font-weight:700;
}

h1 span {
  display: block;
}

h1 span.major {
  font-size:2.0rem;
  font-weight:600;    
  text-align:center;
  padding-bottom:6px;
}

h1 span.minor {
  font-size:1.3rem;
  font-weight:600;      
  text-align:center;
  font-style: italic;
  padding-bottom:6px;
}

h2 {
  font-size:1.3rem;  
  font-weight:600;
  text-align:center;
  text-decoration: underline;
  padding-top:15px;
  padding-bottom:6px;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg-dark {
  background-color:#000 !important;
}

.lead {
  font-size:1.3rem;  
	font-weight:600;
	text-align:center;
}

.text-para {
	font-size:1.1rem;
	text-align:justify;
  line-height:1.4;
}

img.phone {
  padding:10px;
  border:1px solid white;
  border-radius:5px;
}

.header {
  font-size: 1.3rem;
  color: white;
  text-align:center;
  font-weight:700;
}

.contact {
  padding-top:10px;
  font-size: 1.2rem;
  color: white;
  text-align:center;
  font-weight:600;
}

.navbar-dark .navbar-nav .nav-link{
  color:white;
}

.m-0 {
  padding-bottom:25px;
}

.share-this {
  padding-bottom:30px;
}

.full-page {
  padding-top:10px;
}

.white {
  color:white;
}

.py-5 {
  padding-top:2rem !important;
}