@charset "utf-8";
* {
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.6em;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header {
    display: grid;
    width: 100%;
    height: 78vh;
    background: url( "/vhimages/tables2.jpg") fixed no-repeat center center;
    background-size:cover;
    padding: 15%;
    align-items: end;
    text-shadow: 0px 0px 8px #000000;
}

.lowerText {
    margin: 0 10px 50px 10px;
    padding: 10px;
    text-align: center;
    color:red;
}

h3,h1 {
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 2vw;
}
.section{background-color:antiquewhite;
height: 200px;
    width:100%vw;
}
.blocker{background color: aliceblue;
    height: 600px;
width: 100vw;}


div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;

    
}
div.gallery img {
  width: 100%;
  height: auto;
    padding: 30px;
    display:inline-block;
}



.gallery img-bottom {
        display: none !important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
          
.gallery img-top:hover{
        display:none;
        
    }

div.desc {
  padding: 15px;
  text-align: center;
    
}
div.space {



    width:44.99999%;
      text-decoration: none;}

.responsive {
  padding-top: 0 6px;
  float: left;
  width: 24.99999%;
    text-decoration: none;
}
box{
padding-top: 30px;


}
 


@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 90%;
      padding-left: 5px;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

header h2 {
    color: #fff;
    font-size: 3vw;
    font-weight: 300;
}
.topBar {
    /*    margin: 10px;*/
    padding: 18px 20px 15px 20px;
    background: rgba(255, 252, 230, 0.95);
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 200;
}
.topBar img {
    margin-top: -8px;
    margin-left: 0px;

}
.navigation {
    float: right;
}
#siteNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#siteNav ul li {
    display: inline-block;
}
#siteNav ul li a {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    padding: 10px 20px;
    color: forestgreen;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
}
.current {
    border: 1px #654c4e solid;
}
.news
{border: 1px #F33B3E solid;
}
.constant{border: 1px #0A7610 solid;}

#siteNav ul li a:hover {
    background:#E31A1D;
    color: #fff;
}
.lowerText {
    margin: 0 10px 50px 10px;
    padding: 10px;
    text-align: center;
    color: #fff;
    transition: all 5s;}
.about{
    padding: 100 ;
    border: thin;
    
}

.grid-12-col {
    padding-top: 200px;
    border-color: antiquewhite;
    box-sizing: border-box;
  
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 80px;
    align-items: center;
}


@media only screen and (max-width: 1025px) {
    .grid-12-col {
        grid-template-columns: repeat(6, 1fr);
    }
    .sectionHead {
        grid-column-end: span 6;
        padding: 30px 15% 50px 15%;
    }
    .six {
        grid-column-end: span 3;
    }
    header h2 {
        font-size: 5vw;
    }
    .topBar {
        margin: 0px;
        padding: 5px 5px 14px;
        text-align: center;
        height: auto;
        width: 100%;
    }
    .topBar img {
        display: none;
    }
    .navigation {
        float: none;
    }
    #siteNav ul {
        margin: 15px 0 0 0;
    }
    #siteNav ul li a {
        padding: 7px 10px;
    }
    .dark {
        padding: 80px 30px 60px;
    }
    h2 {
        font-size: 3vw;
    }
}

@media only screen and (max-width: 700px) {
    .grid-12-col {
        grid-template-columns: repeat(2fr);
    }
    .sectionHead {
        grid-column-end: span 6;
        padding: 30px 15% 50px 15%;
    }
    .six {
        grid-column-end: span 3;
    }
    header h2 {
        font-size: 5vw;
    }
    .topBar {
        margin: 0px;
        padding: 5px 5px 14px;
        text-align: center;
        height: auto;
        width: 100%;
    }
    .topBar img {
        display: none;
    }
    .navigation {
        float: none;
    }
    #siteNav ul {
        margin: 15px 0 0 0;
    }
    #siteNav ul li a {
        padding: 7px 10px;
    }
    .dark {
        padding: 80px 30px 60px;
    }
    h2 {
        font-size: 3vw;
    }
}

/* Mobile sized screens */

@media only screen and (max-width: 480px) {
    .sectionHead {
        grid-column-end: span 1;
        padding: 20px 0 30px;
    }
    .grid-12-col {
        grid-template-columns: 1fr;
    }
    .six {
        grid-column-end: span 1;
    }
    .two {
        grid-column-end: span 1;
    }
    .four {
        grid-column-end: span 1;
    }
    .dark {
        padding: 80px 20px 60px;
    }
    footer {
        grid-template-columns: 1fr 1fr;
    }
    h2 {
        font-size: 8vw;
    }
    header {
   
    width: 90%;
    height: 68vh;
   
   
}
