html, body{
    height: 100%;
    max-height: 100vh;
}
body {
    font-family: "Lucida Console", Monaco, monospace;
    box-sizing: border-box;
    min-height: 100vh;
 /*     background: url("assets_nj/gallery/this-time.jpg");*/
      background-color:black;
      color: white;
}

a:link {
    color: white;
    text-decoration: none;
}

a {
    color: white;
    text-decoration: none;
}


.grid-container {
    display: flex;
    height: 100%;
    font-size: 20px;
    line-height: 60px;
    flex-wrap: wrap;
}
.grid, nav, ul{
    margin:auto ;
    width: 100%;
}


.grid-banner{
     display: block;
    width: 100%;
}


.pic img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

ul{
    width: 50%;
    margin:auto;
    display: flex;
    flex: 1;
      justify-content: space-between;
      padding: 0;
}
.contact, .tour-link{

    display: flex;
    margin: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.tour-link{

}

.socials{
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 25px;
}
.socials span a img {
    padding:0 5px 0px;
    width: 24px;
}

.socials span a img:hover, .email:hover{
    opacity: .6;
    transition: ease-in-ease-out;
}

p{
    margin: 0;
}
nav{
    display:block;
    height:100%;
}
ul {
    width: 75%;
    list-style: none;
    
}

.announcement{
    padding:25px;
}

li a:hover, a:hover {
    transition: ease-in-ease-out;
     opacity: 0.6;
}

.header, .tour-header {
    text-transform: uppercase;
    text-align: center;

}


@media only screen and (max-width: 768px) {
    html, body{
    height: 100%;
    max-height: 100%;
}
    body {
        overflow: auto;
    }
    .header{
        padding: 10%;
    }
.bit-details-inner-wrapper{
    margin: 5px;
}
nav{
    padding-top:10%;
}
    .pic img {
        width: 100%;
    }
    .grid-container {
        display: block;
        padding: 0;
        width: 100%;
        line-height: 50px;
        font-size:16px;
        height: auto;
    }
.gri, ul{
    width:100%;
     display: block;

}
ul{
    flex-wrap:
        wrap;
        text-align: center;
    
}


}
