/* Styled by Kristaleah Ware */
/*import font */
@import url('https://fonts.googleapis.com/css?family=Catamaran|Montserrat');

/****** Universal Stylings ******/

p{
    font-family: "Montserrat", sans-serif;
}


h1{ font-size:2em;
    font-weight: bold;
    font-family: 'Catamaran', sans-serif;
}
h2 { margin: 20px;
    font-size: 1.8em;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-family: 'Catamaran', sans-serif;
}
h3{ font-size:1.3em;
    font-family: 'Catamaran', sans-serif;
    font-weight: bold;
    padding-top:20px;
    padding-bottom: 10px;
}
h4{ font-size: 1.2em;
    font-weight: bold;
    font-family: 'Catamaran', sans-serif;
    text-align: center;
}
footer{
    font-size: 0.75em;
    text-align:center;
    background-color:#FFF8F0;
    } 


/*   Grandstand Section */

/***************************************************For Larger Screens*****************************************************/
@media only screen and (min-width: 1001px) {
body{
    width:100vw;
    background-image: url(/img/background-2200px.jpg);
    /* Set a specific height */
    height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.content{
    background-color: rgba(255,255,255,.75);
    width: 80vw;
    margin-left: 7.5vw;
    margin-right: 7.5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
}
.mobile-only{
        display:none; 
    }

.sidenav{
        display:none;
    }    
.openbtn{display:none;
    }
    
section{
        width:80vw;
        display:flex;
        flex-direction: column;
        justify-content:center;
        align-items:center;       
    }


.section2{
    padding-top:30px;

    }  


.section3{
    padding-top:30px;

    }
.page-title{
       height:150px;
       padding-left:7vw;
       padding-right:7vw;
       width:auto;
       float:left;
       z-index:150;
       background-color: #FFF8F0;
}

header{
        height:150px;
        width:100vw;
        background-size:cover;
        z-index:100;
        background-color:#92140C;
        position:fixed;
        top:0;
}

.phone-number{
        text-decoration: none;
        color:#FFF8F0;
        padding-bottom:30px;
        text-align:right;
        font-size:2em;
    }    
.head-left-side{

       color:black;
       
    }


/***** navigation stylings ******/

header{
        height:150px;
        width:100vw;
        background-size:cover;
        z-index:100;
        background-color:#92140C;
        position:fixed;
        top:0;
}
.head-wrapper{
    height:15px;
}
.phone-number{
        text-decoration: none;
        color:#FFF8F0;
        text-align:right;
        font-size:2em;
        padding-right:45px;
        padding-bottom:25px;
        padding-top:15px;
    }    
.head-left-side{
       width:100vw;
       color:black;
       
    }
.fa-facebook-square{
        font-size: 2.7em;
        position: fixed;
        margin-top:0;
        top:0px;
        margin-left:-40px;
        z-index:150;
        background-color:white;
        color: 	#3b5998;
}
/***** navigation stylings ******/
nav{    
        color:#c44900;
    }

nav a{
        text-decoration: none;
        z-index: 100;
        font-family: "Montserrat", sans-serif;
}
nav ul {
        background-color:#FFF8F0;
        background-size:cover;
        list-style-type: none;
        margin: 0;
        overflow: hidden;
        width:50vw;
        z-index: 100;
        float:right;
}

nav li {
        float: left;
}
nav li .active {
    color:#F8F8F8;
    background-color: #4f81bd;
}
nav li a { 
        width: 16vw;
        padding-top:10px;
        padding-bottom:10px;
        font-size:1.2em;
        font-family: "Montserrat", sans-serif;
        display: block;
        color: #92140C;
        text-align: center;
        text-decoration: none;
}
nav li a:hover{color:black;}

/* Change the link color to #111 (black) on hover */
nav li a:hover {
        color:white;
        background-color:#92140C;
}
nav li.current a:active {
        color:white;
        background-color:black;
}
a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}



/**************************** Grandstands Stylings ***********************************/
 .grandstands-banner{
     width:100%;
     display: flex;
     justify-content: center;
     align-items: center;
     padding-top:35px;
     padding-bottom: 20px;
    } 
.banner{ 
        display: flex;
        justify-content: center;
        align-items: center;
        padding:5px;
        width:45%;
        border-radius:10px;
        color:#FFF8F0;
        background-color:#12371E;
    }

.grandstands {
        padding-top:175px;
        display: flex;
        justify-content:center;
        align-items:center;
    }
.grandstands-content{
        width:100%;
    }
.grandstands-text{
        width:37vw;
        padding-right:3vw;
        float:left;
        font-size:1.1em;
}
.features{
        list-style: circle;
        padding-left:40px;
      font-family: "Montserrat", sans-serif;
    }
.features li{
           padding-bottom: 10px;
    }
.call-to-action{
    text-align: center;
    color:#92140C;
}
.call-to-action a{

    text-decoration:none;
    color:#92140C;
    font-size:1.8em;
    font-family: "Montserrat", sans-serif;
    text-align:center;
}

/****** Contact Us Stylings ******/
.contact-us{
    text-align: center;
}


.contact-us-text{
    padding-top:20px;
}
.bold{
        font-weight:bold;
    }
    .col1-1v1 {
  font-weight:bold;
    }
    .col1-1{
        width:80vw;
        margin-top:75px;
        text-align:center;
    }

    .col1-2{
        width:35vw;
        text-align: left;
        float:left;
        padding-left:15vw;
    }
    .col1-2 a{
      font-size:1.2em;
      text-decoration: none;
      color:#92140C;
      font-family: "Montserrat", sans-serif;
      text-align: left;
    }
    .col2-2{
        width:30vw;
        float:left;
        
        
    }
    .col2-2 a{
              font-size:1.2em;
              text-decoration: none;
              color:#92140C;
              font-family: "Montserrat", sans-serif;
              text-align: left;
    }
    .col1-1 a{ 
            text-align:center;
            font-size:1.2em;
            text-decoration:none;
            color:#92140C;
            font-family: "Montserrat", sans-serif;
    }
/* distinguish page features */
.img-text-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom:50px;
}

.about-us-text{
    width:40%;
    padding-top:20px;
    text-align:left;
    float:left;
    margin-bottom: 20px;
    font-size:1.1em;
    line-height:1.5em;
}
.silos{ 
        padding-top:20px;
        float:left;
        width:45%;     
    }

.footer-nav{
    width:100vw;
    height:70px;
}
.footer-nav ul li a {
    padding-top:10px;
    width:33vw;
    text-decoration: none;
    float:left;
    font-size:1.6em;
    font-family: "Montserrat", sans-serif;
    color: #92140C;
     text-align: center;
    
}
hr{ 
    width:50%;
    border:solid 1px grey;
}
}



/***************************************************For Medium Screens ****************************************************/
@media only screen and (min-width:701px) and (max-width: 1000px) {
body{
    width:100vw;
    background-image: url(/img/background-2200px.jpg);
    /* Set a specific height */
    height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.content{
    background-color: rgba(255,255,255,.80);
    overflow: auto;
}
/* styling for section banners */
.grandstands-banner{
     width:100%;
     display: flex;
     justify-content: center;
     align-items: center;
    
    }

.banner{ 
        display: flex;
        justify-content: center;
        align-items: center;
        padding:5px;
        width:45%;
        border-radius:10px;
        color:#FFF8F0;
        background-color:#12371E;
    }
/* anchor adjustment */
a.anchor{
  display: block;
    padding-top: 150px; 
    margin-top: -150px;
    visibility: hidden;
}

section{
    width:80vw;
    padding-left: 10vw;
    padding-right: 10vw;
    background-color: rgba(255,255,255,0.5);
}
.section3{
        vertical-align: middle;
    }
    
.page-title{
       height:120px;
       padding-left:7vw;
       padding-right:7vw;
       width:auto;
       float:left;
       z-index:150;
       background-color: #FFF8F0;
}

header{
        height:120px;
        width:100vw;
        background-size:cover;
        z-index:100;
        background-color:#92140C;
        position:fixed;
        top:0;
}
.head-wrapper{
    height:120px;
    
}
.phone-number{
        text-decoration: none;
        color:#FFF8F0;
        text-align:right;
        font-size:2em;
        padding-right:45px;
        padding-bottom:10px;
        padding-top:15px;
    }    
.head-left-side{
       width:100vw;
       color:black;
       
    }
/***** navigation stylings ******/
nav{    
        color:#c44900;
    }

nav a{
        text-decoration: none;
        z-index: 100;
        font-family: "Montserrat", sans-serif;
}
nav ul {
        background-color:#FFF8F0;
        background-size:cover;
        list-style-type: none;
        margin: 0;
        overflow: hidden;
        width:50vw;
        z-index: 100;
        float:right;
}

nav li {
        float: left;
}
nav li .active {
    color:#F8F8F8;
    background-color: #4f81bd;
}
nav li a { 
        width: 16vw;
        padding-top:10px;
        padding-bottom:10px;
        font-size: 0.95em;
        font-family: "Montserrat", sans-serif;
        font-size:1.1em;
        display: block;
        color: #92140C;
        text-align: center;
        text-decoration: none;
}
nav li a:hover{color:black;}

/* Change the link color on hover */
nav li a:hover {
        color:white;
        background-color:#92140C;
}
nav li.current a:active {
        color:white;
        background-color:black;
}

/********************Side Navigation ***********************/
.fa-bars{
        font-size: 2.7em;
        position: fixed;
        margin-top:0;
        z-index:150;
        z-index:25;
        left:5px;
    }
.fa-facebook-square{
        font-size: 2.7em;
        position: fixed;
        margin-top:0;
        top:0px;
        margin-left:-40px;
        z-index:150;
        background-color:white;
        color: 	#3b5998;
}
.sidenav {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index:50; 
    top: 0;
    left: 0;
    background-color: #92140C; 
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
}

/* The navigation menu links */
.sidenav a {
    padding: 40px 8px 40px 32px; 
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
    font-family: 'Catamaran', sans-serif;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/***************** Grandstands Section *****************/
.section1{
      display:flex;
      flex-direction: column;
      justify-content:space-around;
      align-items:center;
      height:auto;
      padding-top:120px;
    }
.section1 ul{
        padding-left:25px;
        list-style-type:disc;
        list-style-position: inside;
    }
.section1 li{
        font-family: "Montserrat", sans-serif;
        padding:10px;
    }
.grandstands-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
.grandstands-text{
        padding-top:20px;
        width:80vw;
        text-align:center;

    }
.balign{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align:left;
}

.call-to-action{
   text-align: center;
    color:#92140C;
    padding-top:30px;
}
.call-to-action a{
    padding:20px;
    text-decoration:none;
    color:#92140C;
    font-size:1.5em;
    font-family: "Montserrat", sans-serif;
    text-align:center;
}
.leftalign{
        text-align: left;
    }
.bottom-spacing{ 
    padding-bottom:20px;
        
    }
/***************** Contact Us Section ********************/
.section2{ 
            width:80vw;
            padding-top:50px;
            text-align:center;
    }
.contact-us-text{
    padding-top:20px;
    text-align: center;
}
.bold{
        font-weight:bold;
    }
    .col1-1v1 {
  font-weight:bold;
    }
    .col1-1{
        width:80vw;
        margin-top:75px;
    }

    .col1-2{
        width:30vw;
        text-align: left;
        float:left;
        padding-left:10vw;
    }
    .col1-2 a{
      font-size:1.2em;
      text-decoration: none;
      color:#92140C;
      font-family: "Montserrat", sans-serif;
      text-align: left;
    }
    .col2-2{
        width:40vw;
        float:left;
        
        
    }
    .col2-2 a{
              font-size:1.2em;
              text-decoration: none;
              color:#92140C;
              font-family: "Montserrat", sans-serif;
              text-align: left;
    }
    .col1-1 a{ 
            text-align:center;
            font-size:1.2em;
            text-decoration:none;
            color:#92140C;
            font-family: "Montserrat", sans-serif;
    }
/**************** About Us Section ********************/

.section3{
                padding-top:120px;     
                height:auto;
                padding-top:50px;
    }

.about-us-text{
         width:70vw;
         padding-left:5vw;
         padding-right:5vw;
         text-align: center;
         padding-bottom:20px;
         padding-top:20px;
    }
.silos{
        width:60vw;
        padding-left:10vw;
        padding-right:10vw;
        
    }
.footer-nav{
        clear: both;
        height:70px;
        margin-bottom:0px;
        font-family: "Montserrat", sans-serif;
        font-size:1.3em;
        display: block;
        color:#92140C;
        text-align: center;
        text-decoration: none;   
        width:100vw;
    }

.footer-nav ul li a {
    width:33vw;
    text-decoration: none;
    float:left;
    font-size:1.5em;
    font-family: "Montserrat", sans-serif;
    color: #92140C;
     text-align: center;
     padding-top:10px;
    
}
hr{ 
    width:50%;
    border:solid 1px grey;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content{
  padding-top: 150px;
    
    }

}

/**********************************************For smaller Screens ********************************************************/
@media only screen and (min-width:250px) and (max-width: 700px)  {
.content{
        background-color:rgba(255,255,255,.75);
        width: fit-content;
        height: fit-content;
        overflow:auto;
}
a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.desktop-only{
        display:none; 
    }

.grandstands-banner{
        margin-left: 12%;
        margin-right:12%;
        margin-top:5px;
        margin-bottom: 15px;
        width:75%;
        border-radius:10px;
        color:#FFF8F0;
        background-color:#12371E;
    
    }
/**** Header Settings ***/
    .head-wrapper{
        width:100vw;
    }
.page-title{
        width:100vw;
    }
nav{    
        color:#c44900;
        margin-top:0px;
        width:99.5vw;
        border-right:black 0.5px solid;
    }

nav a{  
        text-decoration: none;
        z-index: 100;
        font-family: "Montserrat", sans-serif;
        width:99vw;
        text-align: center;
}
nav ul {
        background-color:#FFF8F0;
        background-size:cover;
        list-style-type: none;
        margin: 0;
        overflow: hidden;
        z-index: 100;
        text-align: center;
}

nav li {
        float: left;
        border: 0.5px solid black;
}

nav li a { 
        font-family: "Montserrat", sans-serif;
        font-size:1.3em;
        display: block;
        color:#92140C;
        text-align: center;
        padding:12px;
        text-decoration: none;
}
nav li a:hover{color:black;}

/* Change the link color to #111 (black) on hover */
nav li a:hover {
        color:white;
        background-color:#92140C;
}
/****** Phone Number in header ****/
.phone-number{
      text-decoration: none;
      z-index:50;
      width:99.5vw;
      padding-top:10px;
      padding-bottom:10px;
      background-color: #92140C;
      color:#FFF8F0;
      text-align: center;
      font-size: 1.5em;
      font-weight: bold;
      font-family: 'Catamaran', sans-serif;
    }   
/********************Side Navigation ***********************/
/****Use Sandwich Icon for menu *****/
.fa-bars{
        font-size: 2.3em;
        position: fixed;
        margin-top:3px;
        z-index:150;

    }
.fa-facebook-square{
        font-size: 2.7em;
        position: fixed;
        margin-top:0;
        right:0;
        z-index:150;
        background-color:white;
        color: 	#3b5998;
}
.sidenav {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 25;
    top: 0; 
    left: 0;
    background-color: #92140C;
    overflow-x: hidden;
    padding-top: 60px; 
    transition: 0.5s;
}

/* The navigation menu links */
.sidenav a {
    padding: 40px 8px 40px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
    font-family: 'Catamaran', sans-serif;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/******************* Grandstands ******************/
.section1{
      padding-top:25px;  
      height:100%;
      width:100vw;
    }
.section1 ul{
        padding-left:25px;
        list-style-type: circle;
    }
.section1 li{
        font-family: "Montserrat", sans-serif;
        padding:10px;
    }
.grandstands-text{
        width:90vw;
        margin-left:5vw;
        margin-right:5vw;
        text-align:center;
    }

.leftalign{
    text-align:left;
    margin-left: 10vw;
}

/***** Call To Action Phone Number *****/
.call-to-action{
    width:80vw;
    color:#92140C;
    padding:5vw 10vw  5vw 10vw;
    text-align:center;
}
.call-to-action a{
    text-align:center;
    text-decoration:none;
    color:#92140C;
    font-size:1.6em;
    font-family: "Montserrat", sans-serif;
}


/*********************** Contact US  *******************************/
.section2{
            width:100vw;
            padding-bottom:20px;
            text-align:center;

    }
.contact-us-text{
    padding-top:20px;
     width:100vw;
}
.bold{
        font-weight: normal;
    }
    
/*************************** Contact Us Section ***************************/
    .col1-1v1 {
  font-weight:bold;
    }
    .col1-1{
        margin-top:75px;
        text-align:center;
    }

    .col1-2{
        width:100vw;
        text-align: center;
       
    }
    .col1-2 a{
      font-size:1.2em;
      text-decoration: none;
      color:#92140C;
      font-family: "Montserrat", sans-serif;
      text-align:center;
      font-weight:normal;
      padding-bottom: 20px;
    }
    .col2-2{
        width:100vw;
       
        
        
    }
    .col2-2 a{
              max-width:99vw;
              font-size:1.2em;
              text-decoration: none;
              color:#92140C;
              font-family: "Montserrat", sans-serif;
              text-align: center;
              font-weight:normal;
              padding-bottom: 20px;
    }
    .col1-1 a{ 
            text-align:center;
            font-size:1.1em;
            text-decoration:none;
            color:#92140C;
            font-family: "Montserrat", sans-serif;
            font-weight:normal;
    }
.mobile{
    font-size:1.3em; 
    text-align: center;
}
.bold{
        font-weight:normal;
        padding-bottom: 10px;
    }

.section3{
         overflow-y:scroll;      
         height:auto;
         padding:5vw;
    }
.about-us-text{
   
         height:auto;
         width:80vw;
         padding-left:5vw;
         padding-right:5vw;
         text-align: center;
         padding-bottom:20px;
    }
.silos{
        width:80vw;
        padding-left:5vw;
        padding-right:5vw;
        
    }

.footer{
    display:block;
    clear:both;
}
.footer-nav{    
        color:#c44900;
        margin-top:0px;
        width:99.5vw;
    }

.footer-nav a{  
        text-decoration: none;
        z-index: 100;
        font-family: "Montserrat", sans-serif;
        text-align: center;
}


.footer-nav li {
        border: 0.5px solid black;
}

.footer-nav li a { 
        font-family: "Montserrat", sans-serif;
        font-size:1.3em;
        display: block;
        color:white;
        text-align: center;
        padding:12px;
        padding-left: 4vw;
        padding-right: 4vw;
        text-decoration: none;
        background-color:#92140C;
}


hr{ 
    width:50%;
    border:solid 1px grey;
}
    
/* add number to top of pages */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/*padding to the top of the page*/
.sticky + .content{
  padding-top: 150px;
    
}
   
}