/*============= FONTS SECTION =============*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/*============= NAV SECTION =============*/
.navbar {
    background: rgba(0,88,0,0.6);   
}

.navbar-brand img {
    height: 3rem;
}


/*============= VIDEO SECTION =============*/
.video-background {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0,0,0,0.2);
}

.logo {
    width: 7rem;
    margin: 2rem;
}

.caption {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
}

.caption h1 {
    color: white;
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: .2rem;
    text-shadow: .15rem 15.rem .5rem black;
    padding-bottom: 1rem;
}

.caption h3 {
    color: rgba(254,254,254,0.75);
    font-weight: 300;
    font-size: 1.5rem;
    text-shadow: .1rem .11rem .5rem black
        ;
    padding-bottom: 1.6rem;
}

.btn-lg {
    border-width: medium;
    border-color: rgba(0,88,0,0.75);
    border-radius: 0;
    font-size: 1.1rem;
    padding: .6rem 1.3rem;
}
/*============= COURSE SECTION =============*/

body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #505962;
    
}

.contact {
    padding: 3rem 0rem;
}

/*============= SOCIALS SECTION =============*/

.socials{
    padding: 3rem 0rem;
}

.socials h2 {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #005800;
}

.socials h4 {
    position: relative;
    text-align: center;
    font-weight: 400;
    letter-spacing: .1rem;
    color: #005800;
}

.socials hr {
    margin: 1rem 2rem;
    border-color: #005800;
}

.textpadding {
    padding: 1rem 5rem;
}

.textpadding bold {
    color: rgba(0,88,0,1);
    font-weight: 900;
}

/*============= COURSE SECTION =============*/

.col-md-8 {
  margin: 2rem auto 8rem;
  padding-top: 2rem;
}
.col-md-8 h1 {
    font-size: 2.4rem;
  }
.btn-secondary {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem;
  border-color: #1EBBA3;
  background-color: #005800;
  color: rgba(0,88,0,0.75);
}
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #005800;
  background-color: #005800;
  color: rgba(0,88,0,0.75);
}

@media (max-width: 760px) {
    .caption h1 {
        font-size: 1.8rem;
        letter-spacing: .15rem;
        padding-bottom: .5rem;
    }

    .caption h3 {
        font-size: 1.1rem;
        padding-bottom: 1.2rem;
    }

    .btn-lg {
        font-size: 1rem;
        padding: .5rem 1rem;
    }
    .col-md-8 h1 {
        font-size: 1.7rem;
    }

.socials h2 {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #005800;
}

.socials h4 {
    position: relative;
    text-align: center;
    font-weight: 400;
    letter-spacing: .1rem;
    color: #005800;
}

.socials hr {
    margin: 1rem 1rem;
    color: #005800;
}


}

/*============= CONTACT SECTION =============*/

.contact {
    background-color: rgba(254,254,254,0.2);
    text-align: center;
    margin: 10%;
}

.contact hr {
    margin: 1rem 1rem;
    border-color: white;
    opacity: 50%;
    
}

.contact h2 {
    text-align: center;
    color: white;
}

.contact h5 {
    color: white;
    font-weight: 400;
}

.contact p {
    color: white;
    font-weight: 300;
    letter-spacing: 0.05rem
}

.contact a {
    color: white;
}

.parallax-container {
  /*  this is where the magic happens:  */
  background-image: url(/cover.jpg);
  background-attachment: fixed;
  background-position: bottom;
  background-size:auto;
  padding: 5rem 5rem;
 

  /* dimensions are important, ensure it is tall enough to scroll */ 
  min-height: 50vh;

  /* you are free to lay out the container items with flexbox or whatever means you wish */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


/*============= FOOTER SECTION =============*/

footer {
    padding: 0.1rem 0rem 0.1rem 0rem;
    background-color: rgba(0,88,0,0.0);
}

footer p {
    text-align: center;
    font-size: 8px;
    color: white;
    opacity: 50%;
}
/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/