/*!
 * Start Bootstrap - One Page Wonder v5.0.0 (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

body {
  font-family: 'Lato';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran';
  font-weight: 300 !important;
}

html body header.masthead.text-center.text-white div.masthead-content div.container h1.masthead-heading.mb-0{
 text-shadow: 1px 1px 5px #000;
}
.img-fluid.rounded-circle{border-radius: 0.5rem !important;}
.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}
.carousel-inner{max-height:800px;}
img.text-center.img-fluid{width:100%;}
.rounded-pill {
  border-radius: 0.5rem;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(233, 233, 233, 0.95);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background-image: url("../img/IMG_6338-2000x1200.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
@media (min-width: 1069px) {

html body div#carouselExampleControls.carousel.slide div.carousel-inner div.carousel-item span.text-center.masthead-heading.mb-0{
display:none
}
html body div#carouselExampleControls.carousel.slide div.carousel-inner div.carousel-item span.text-center.masthead-location.mb-0{
display:none
}
html body div#carouselExampleControls.carousel.slide div.carousel-inner div.carousel-item span.text-center.masthead-heading2.mb-0{
float: left;
font-size:1.5rem;
text-shadow: 1px 1px 5px #000;
width: 100%;
color: #FFF;
position: fixed;
z-index: 1001;
margin-top: 41rem;
}
html body div#carouselExampleControls.carousel.slide div.carousel-inner div.carousel-item span.text-center.masthead-location2.mb-0{
float: left;
font-size:1rem;
text-shadow: 1px 1px 5px #000;
width: 100%;
color: #FFF;
position: fixed;
z-index: 1001;
margin-top: 48rem;

}
}



@media (max-width: 1068px) {
html body div#carouselExampleControls.carousel.slide div.carousel-inner div.carousel-item span.text-center.masthead-heading2.mb-0{
display:none
}
html body div#carouselExampleControls.carousel.slide div.carousel-inner div.carousel-item span.text-center.masthead-location2.mb-0{
display:none
}
html body div#carouselExampleControls.carousel.slide div.carousel-inner div.carousel-item span.text-center.masthead-heading.mb-0{
float: left;
font-size:1.5rem;
text-shadow: 1px 1px 5px #000;
width: 100%;
color: #FFF;
position: relative;
z-index: 1001;
margin-top: -9rem;
}
html body div#carouselExampleControls.carousel.slide div.carousel-inner div.carousel-item span.text-center.masthead-location.mb-0{
float: left;
font-size:1rem;
text-shadow: 1px 1px 5px #000;
width: 100%;
color: #FFF;
position: relative;
z-index: 1001;
margin-top: -2rem;
}
header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 3rem;
}

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

@media (min-width: 992px) {

  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 3rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 3rem;
  }
}

.bg-primary {
  background-color: #ee0979 !important;
}

.btn-primary {
  background-color: #00ABE1;
  border-color: #00ABE1;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #039aca !important;
  border-color: #039aca !important;
}

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 150, 197, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(2, 150, 197, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}
