    html body {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 24px;
        overflow-y: scroll; 
        overflow-x:hidden;
        position: relative;
        padding-top: 60px;
    }
    
    :root {
    --yellow: #ffce00;
    --red: #cf102d;
    --gray: #868e96;
    --gray-dark: #343a40;
    --light: #e5e5e5;
    --dark: #343a40;
           }

/* HEADER */
.header1 { 
/* The image used */
    background-image: url("../FHLax/images/Header1.jpg");

/* Set a specific height */
    height: 100vh;
    margin-bottom: 0px;

/* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.headline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Barlow Condensed', sans-serif;
    text-shadow: 6px 4px 12px rgba(0,0,0,0.8);
    text-align: center;
    font-size: 90px;
    line-height: 85%;
    text-transform: uppercase;
}

.subheader {
    font-size: 24px; 
    color: var(--yellow); 
    margin-top: 24px;
    line-height: 180%;
    text-transform: none;
}

header {
  position: relative;
  background-color: var(--red);
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto%;
  height: auto;
  z-index: 0;
  padding-top: 56.25%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header container {
  position: relative;
  z-index: 2;
}

header overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}


/* BEGIN BASEBALL */
.vaughn1 { 
  /* The image used */
  background-image: url("../images/vaughn1.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;
}

.baseball_head { 
/* The image used */
    background-image: url("../images/baseball_head.jpg");

/* Set a specific height */
    height: 100vh;
    margin-bottom: 0px;

/* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.baseball2 { 
  /* The image used */
  background-image: url("../images/baseball2.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.baseball3 { 
  /* The image used */
  background-image: url("../images/baseball3.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* BEGIN SOCCER */
.sasho1 { 
  /* The image used */
  background-image: url("../images/sasho1.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;
}

.leone1 { 
  /* The image used */
  background-image: url("../images/leone1.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;
}

.soccer_head { 
/* The image used */
    background-image: url("../images/soccer_head.jpg");

/* Set a specific height */
    height: 100vh;
    margin-bottom: 0px;

/* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.soccer2 { 
  /* The image used */
  background-image: url("../images/soccer2.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.soccer3 { 
  /* The image used */
  background-image: url("../images/soccer3.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/* BEGIN GOLF */
.golf_head { 
/* The image used */
    background-image: url("../images/golf_head.jpg");

/* Set a specific height */
    height: 100vh;
    margin-bottom: 0px;

/* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.rodenhaver1 { 
  /* The image used */
  background-image: url("../images/rodenhaver1.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;
}

.cantu1 { 
  /* The image used */
  background-image: url("../images/cantu1.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;
}

.golf2 { 
  /* The image used */
  background-image: url("../images/golf2.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.golf3 { 
  /* The image used */
  background-image: url("../images/golf3.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}




/* BEGIN SOFTBALL */
.montgomery1 { 
  /* The image used */
  background-image: url("../images/montgomery1.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;
}

.softball_head { 
/* The image used */
    background-image: url("../images/softball_head.jpg");

/* Set a specific height */
    height: 100vh;
    margin-bottom: 0px;

/* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.softball2 { 
  /* The image used */
  background-image: url("../images/softball2.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.softball3 { 
  /* The image used */
  background-image: url("../images/softball3.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/* BEGIN TRACK */
.valmon1 { 
  /* The image used */
  background-image: url("../images/valmon1.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;
}

.track_head { 
/* The image used */
    background-image: url("../images/track_head.jpg");

/* Set a specific height */
    height: 100vh;
    margin-bottom: 0px;

/* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.track2 { 
  /* The image used */
  background-image: url("../images/track2.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.track3 { 
  /* The image used */
  background-image: url("../images/track3.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}








/* NAVIGATION */
.nav-item {
    font-size: 16px;
    font-weight: 300;
    color: white;
}
          
.nav-text {
    color: var(--yellow);
    text-shadow: 6px 4px 12px rgba(0,0,0,0.8);
    font-size: 28px;
    font-weight: 500;
    display: block;
}

.dropdown-menu {
    background-color: var(--red);
}

.dropdown-menu a:hover {
    background-color: black;
    color: white;
}

.dropdown a:link {
    color: white;
}

.dropdown a:hover {
    color: white;
    text-decoration: none;
}

.fixed-top-2 {
    margin-top: 0px;
}

.nav-item a:link {
    color: white;
}

.nav-link {
    color: white;
}

.navbar-dark a {
    color: white !important;
}

*[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -40px; 
  height: 40px; 
  visibility: hidden; 
}

.active {
    color: white;
}

/* RED SECTION */
.redsection {
    background-color: var(--red);
}

.redsection_head {
    font-family: 'Barlow Condensed', sans-serif;
    color: white;
    font-weight: 500;
    font-size: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
    }


/* WHITE SECTION */
.whitesection {
    background-color: white;
}

.whitesection_head {
    font-family: 'Barlow Condensed', sans-serif;
    color: var(--red);
    font-weight: 500;
    font-size: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    }

/* GRID SECTION */
.gridtitle {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    color: var(--red);
    padding: 6px 0px 6px 0px;
    text-transform: uppercase;
    line-height: 120%;
    margin-top: 6px;
}

.gridsubtitle {
    font-size: 18px;
}

.grid_line_red {
    border-bottom: solid var(--red) 12px;
    width: 120px;
}

.grid_line_gold {
    border-bottom: solid var(--yellow) 12px;
    width: 120px;
}

.gridborder {
    outline: 1px solid #cf102d;
}

.learnmore {
    background-color: var(--red);
    padding: 9px;
    color: white;
    min-width: 120px;
    text-transform: uppercase;
}

.pghead {
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    color: var(--red);
    font-weight: 900;
    font-size: 48px;
    padding-top: 0px;
}

.detailshead {
    font-family: 'Barlow Condensed', sans-serif;
    color: var(--red);
    font-weight: 900;
    font-size: 30px;
    }

.parallax1 { 
  /* The image used */
  background-image: url("../FHLax/images/FHL2.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parallax2 { 
  /* The image used */
  background-image: url("../FHLax/images/FHL3.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parallax3 { 
  /* The image used */
  background-image: url("../FHLax/css/images/BPC3.jpg");

  /* Set a specific height */
  height: 120vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;
}

.parallax4 { 
  /* The image used */
  background-image: url("../FHLax/css/images/BPC4.jpg");

  /* Set a specific height */
  height: 130vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;
}

.parallax5 { 
  /* The image used */
  background-image: url("../FHLax/images/Cathy1.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;
}

.parallax6 { 
  /* The image used */
  background-image: url("../FHLax/images/Missy2.jpg");

  /* Set a specific height */
  height: 100vh;
  margin-bottom: 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;
}

/* COACH QUOTE PHOTOS */
.left-text {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  padding: 5%;
  width: 35%;
  background:rgba(255,255,255,0.8);
  border: 1px #e5e5e5 solid;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
  
}
      
.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5%;
  width: 70%;
  background:rgba(255,255,255,0.8);
  border: 1px #e5e5e5 solid;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}

.details-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3%;
  width: 80%;
  background:rgba(255,255,255,0.8);
  border: 1px #e5e5e5 solid;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}

.title-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5%;
  width: 90%;
}

.right-text {
  position: absolute;
  top: 50%;
    left: 75%;
  transform: translate(-50%, -50%);
  padding: 5%;
  width: 35%;
  background:rgba(255,255,255,0.8);
  border: 1px #e5e5e5 solid;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
  
}
      
.table {
  border-bottom: 1px solid #dddddd;
}


/* CAROUSEL */
/* Position the image container (needed to position the left and right arrows) */
.container-slide {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
    color: #ffffff;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: #ffffff;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
     
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }

/* 
Forces carousel image to be 100% width and not max width of 100% 
*/ 
.carousel-item .img-fluid { width:100%; height:100%; }/*
Forces carousel image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
width:100%;
height:100%;
}


@media screen and (min-width: 1610px) {
    .dropdown-main {
        display: none;
    }
}

@media screen and (max-width: 1610px) {
.nav-text {
display: none;}

    .dropdown-main {
        display: none;
    }
}

@media screen and (max-width: 1410px) {
.navfull {
    display: none;
    }
    .dropdown-main {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .dropdown-main {
        display: none;
    }
    
    .navfull {
        display: block;
    }

    .nav-text {
        display: block;
    }
}

@media screen and (max-width: 768px) {
.headline {
    color: white;
    font-family: 'Barlow Condensed', sans-serif;
    text-shadow: 6px 4px 12px rgba(0,0,0,0.8);
    text-align: center;
    font-size: 48px;
    line-height: 100%;
}

.subheader {
    font-size: 24px; 
    color: var(--yellow); 
    margin-top: 24px;
    line-height: 120%;
    text-transform: none;
}

    .dropdown-main {
        display: none;
    }
    
    .navfull {
        display: block;
    }
    
    .nav-text {
        display: block;
    }

}

@media screen and (max-width: 576px) {
.nav-text {
display: none;}
    
    .dropdown-main {
        display: none;
    }
    
    .navfull {
        display: block;
    }
    
      header {
    background: url("../FHLax/images/Header1.jpg") black no-repeat center center scroll;
    opacity: 0.5;
    background-color: black;
  }
  header video {
    display: none;
  }

}
