/* Main components */

body {
    background-color: #f5f6ea;
    margin: 0;
}

p{
    
    font-family: roboto,Arial;
    margin: 0;
}

/* off season warning */

.closed{
    background-color: #f8371e;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #f5f6ea;
}

p.closed{
    margin-left: 40px;
    margin-right: 40px;
}

/* nav bar & menu */

.navexpanded{
    overflow: hidden;
    height: 92px;
    transition: linear .15s;
}

.navbarmain{
    height: 92px;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
    grid-template-columns: 134px auto 0px;
    
}

.topbarbox{
    display: inline-block;
    overflow: hidden;
    min-height: 92px;

}

.topnav{
    background-color: #f5f6ea;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: 46px;
    
}
.topnav a {
    text-decoration: none;
    color: rgb(85, 85, 85);
    font-family: roboto,Arial;
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    float: right;    
    transition: .15s;
}

.homebtn{
    text-decoration: none;
    color: rgb(85, 85, 85);
    font-family: roboto,Arial;
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    transition: .15s;

    
    float: left;
    width: 120px;
    font-size: 22px;
    padding: 4px;
    padding-left: 10px;
    height: 88px;
}

.topnav :hover {
    opacity: .8;
    background-color: #2b2b2b;
    color: #fff;
}

.topnav :active {
    opacity: .8;
    background-color: #2b2b2b;
    color: #fff;
}

@media (max-width: 800px) {
    .navbarmain {
        grid-template-columns: 134px 0px auto;
    }
}

/* js dropdown css code */

.link {
    background: none;
    border: none;
    text-decoration: none;
    color: rgb(85, 85, 85);
    display: inline;
    width: auto;
    float: right;
    font-size: 20px;
    margin-top: 30px;
  }

.navexpanded.active > .link {
    color: aqua;
}

.navexpanded.active{
    height: 310px;
  }

.vnav {
    display: block;
    text-decoration: none;
    color: rgb(85, 85, 85);
    font-family: roboto,Arial;
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    padding: 10px;   
    transition: .15s;
}

/* top image */

div.mainimg{
    position: relative;
    text-align: center;
    background-color: #177013;
    height: 400px;
    margin: 0;
    overflow: hidden;
    
}

img.mainimg{
    width: 101%;
    position:absolute;
    /*
    bottom:0px;
    left:0px;
    */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

p.mainimg{
    font-size: 60px;
    font-family: 'Times New Roman', Times, serif;
    color: #f2f2f2;
    text-shadow:1px 1px #aaaaaa;
}

p.gaming {
    text-align: center;
    padding-top: 100px;
    size: 40px;
    color: #f2f2f2;
    margin: 0;
}

@media (max-width: 530px){
    img.mainimg{
        height: 101%;
        width: auto;
        
    }
}

/* Main content structure */

.maindiv{
    margin: 40px;
    min-height: 400px;
}

@media (min-width: 800px){
    .maindiv{
        margin-right: 120px;
        margin-left: 120px;
    }
}

@media (min-width:1400px){
    .maindiv{
        margin-right: 240px;
        margin-left: 240px;
    }
}

.bline{
    background-color: #555555;
    height: 1px;
    margin: 12px;
    margin-left: 0;
    margin-right: 0;
}



/* text styles */

.title{
    color: rgb(85, 85, 85);
    margin-bottom: 44px;
    text-align: center;
    font-size: 44px;
}

.title2{
    color: rgb(85, 85, 85);
    margin-bottom: 10px;
    text-align: left;
    font-size: 44px;
    font-weight: 300;
    font-family: roboto, Arial;
}

.text{
    color: rgb(85, 85, 85);
     margin: 4px;
     text-align: center;
     font-size: 18px
}

.text2{
    color: rgb(85, 85, 85);
     margin: 4px;
     text-align: left;
     font-size: 18px
}

a.text{
    color: rgb(85, 85, 85);
    text-align: center;
    text-decoration: none;
    font-family: roboto,Arial;
}

ul.text{
    color: rgb(85, 85, 85);
    
    text-align: left;
    text-decoration: none;
    font-family: roboto,Arial;
    font-size: 18px
}

.ltext{
    color: rgb(85, 85, 85);
    margin: 4px;
    text-align: left;
    font-size: 18px
}


/* Footer */

footer.f {
    display: grid;
    grid-template-columns: repeat(4, 1fr) ;
    grid-gap: 6px;
    background:rgb(85, 85, 85);
    padding: 12px;
    color: #f5f6ea;
    overflow: hidden;
 }

.f_element {
    display: block;
    background:rgb(85, 85, 85);
    overflow: hidden;
    
    padding: 12px;
}


@media (max-width: 1400px) {
    footer.f{
        grid-template-columns: repeat(2, 1fr) ;
    }
}

@media (max-width: 800px) {
    footer.f{
        display: block;
        
    }

    .f_element{
        margin-bottom: 12px;
    }
}

.f_element > a {
    text-decoration: none;
    color: #f5f6ea;
    font-family: roboto,Arial;
    margin: 0;
}


.f_element > a:hover {
    text-decoration: none;
    color: #fff;
    font-family: roboto,Arial;
}

.ftitle{
    color: #f5f6ea;
    margin:0;
    display: block;
    text-align: left;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 12px;
}

.ftext{
    color: #f5f6ea;
    margin:0;
    display: block;
    text-align: left;
    font-weight: 100;
    margin-bottom: 12px;
}

div.line {
    background-color: #f5f6ea;
    height: 1px;
    margin: 12px;
    margin-left: 0;
    margin-right: 0;
}


