
body {
  overflow-x: hidden;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  background-color: black;
}

p {
  line-height: 1.75
}

a {
  color: #ff0000
}

a:hover {
  color: #ff0000
}

.text-primary {
  color: #ff0000 !important
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/* Colors Used */
/* Logo Green: #87c61e */
/* Button Hover #7fba1c */
/* Light Green: #aec685 */
/* Dark Green: #495730 */

/* Parallax */
/* Parallax */
.parallax-window {
    min-height: 100vh;
    background: transparent;
    padding: 50px 10%;
    z-index: 1;
}

/* RESPONSIVE PARALAX IMAGES */
/* RESPONSIVE PARALAX IMAGES */
.parallax_img {
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
.parallax_img {
  background-attachment: inherit;
}
}
/* RESPONSIVE PARALAX IMAGES */
/* RESPONSIVE PARALAX IMAGES */





/* End Parallax */
/* End Parallax */

.responsive-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.img  {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}

.bg-light {
  background-image: repeating-linear-gradient(#a5a5a5, #5c5b5b) !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-image: repeating-linear-gradient(#4b4b4b, #000000) !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #000000 !important
}

.intro-text span.tagline {
  font-size: 220%;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;

}


.page-section {
  padding: 100px 0;
}

.page-section1 {
  padding: 40px 0;
}

.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px
}

.page-section h2.section-heading-dark {
  font-size: 40px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 15px
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

.page-section h3.section-subheading-dark {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  color: #ffffff;
  text-transform: none;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

@media (min-width:768px) {
  section {
    padding: 150px 0
  }
}

::-moz-selection {
  background: #ffffff;
  text-shadow: none
}

::selection {
  background: #ffffff;
  text-shadow: none
}

img::-moz-selection {
  background: 0 0
}

img::selection {
  background: 0 0
}

img::-moz-selection {
  background: 0 0
}

.btn {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700
}

.btn-xl {
  font-size: 18px;
  padding: 10px 20px
}

.btn-primary {
  background-color: #87c61e;
  border-color: #87c61e
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #7fba1c !important;
  border-color: #7fba1c !important;
  color: #fff
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem #87c61e !important
}
/* Colors Used */
/* Logo Green: #87c61e */
/* Button Hover #7fba1c */
/* Light Green: #aec685 */
/* Dark Green: #495730 */


#mainNav {
  background-color: rgba(0, 0, 0, 0.8);
}

#mainNav .navbar-toggler {
  font-size: 14px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background-color: #ff0000;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

#mainNav .navbar-brand {
  color: #ffffff;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #ffffff
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: .75em 0;
  letter-spacing: 1px;
  color: #fff;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ff0000
}

@media (min-width:992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top .3s, padding-bottom .3s;
    border: none;
    background-color: rgba(0, 0, 0, 0.6);  /* NAV TRANSPARENCY */
  }

  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all .3s
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important
  }

  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0
  }
}

/* HEADER BACKGROUND */
header.masthead {
  height: 100vh;
  text-align: center;
  color: #fff;
  /* background-image: url(../img/Cadillac_Tail_Light_R7_2000px.jpg);  HEADER BACKGROUND */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 100px;
  padding-bottom: 160px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  /* margin-bottom: 25px; */
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  /* margin-bottom: 25px; */
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

@media (min-width:768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    /* padding-bottom: 60px */
  }

  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    /* margin-bottom: 25px; */
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
  }

  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    /* margin-bottom: 50px; */
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
  }
}




/* CONTACT BACKGROUND IMAGE */
section#contact {
  background-color: #ffffff;
  /* background-image: url("../img/map-image.png");  CONTACT BACKGROUND IMAGE */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

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: #87c61e;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}




/* About Image Style */
.about-image-container {
  background-image: url("../img/nic-running-320x480px.jpg");
  background-color: #ffffff;
  background-position: center center;
	width: 273px;
	height: 410px;
	border-radius: 10px;
	border: 0px solid #000000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: auto;
  margin-bottom:20px;



}

.about-image-body {
	width:273px;
	height:72px;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	top:270px;
}

.about-image-title {
	font-size: 28px;
	color: #87c61e;
	text-align: center;
}

.about-image-text {
	font-size: 20px;
	font-style: italic;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
}




.contact-text {
  color: #ffffff;
}

.footer {
  width: 100%;
  padding: 0px 0;
  text-align: center
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

/* bigger than 600px */
@media only screen and (min-width:600px) {
  #testimonials {
    display: none;
  }

  #nav-testimonials {
    display: none;
  }
}

/* smaller than 600px */
@media screen and (max-width:600px) {
  #testimonial-boxes {
    display: none !important;
  }





}



/* Remove margins and padding and make everything touch sides of window. */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Main Body attributes */


/* intro is the video section at the top */
.intro2 {
  height: 100vh;

}

/* intro video is the dimentions of the video file in the intro section */
.intro2 video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* stretches the object (video) to fit width of window */
}

.intro2 H1 {
  color:white;
  position: absolute;

  top: 35%; /* positions H1 centered vertically */
  left: 50%; /* positions H1 centered horizontally */
  transform: translate(-50%, -50%); /* This puts the H1 in the center of the section */
}

/* intro is the video section at the top */
.head3 {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 


}


.head3 H1 {
  text-align: center;
  color:white;
  /* position: absolute; */

  top: 50%; /* positions H1 centered vertically */
  left: 50%; /* positions H1 centered horizontally */
  transform: translate(-50%, -50%); /* This puts the H1 in the center of the section */
}



a:link {
  color: rgb(255, 255, 255); 
  background-color: transparent; 
  text-decoration: none;
}

a:visited {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
}
a:active {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
}


/* ScrollTrigger Styling */

/* sets canvas to half width */
.player-small {
  width: 99%;
}




/* Captions On Images */
/* Centered text */

.container_caption {
  position: relative;
  text-align: center;
  color: white;
}

.centered_caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thumbnail-w {
  color: #ffffff;
}

.thumbnail-b {
  color: #000000;
}

.thumbnail-g {
  color: #737373;
}