body
{
    background-color: black;
    background-image: url('images/slogan.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 71px; 
    background-size: 80%;


}
#myNav
{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 70px;
    width: 100%;
    text-align: center;
    vertical-align: center;
    
}

.navbar-nav{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

#myNavBar
{
    height: 100%;
    width: 100%;
    border-radius: 0px;
}

.navbar-nav
{
    position: relative;
    top: 23px;
}

#loginIcon 
{
    padding-right: 10px;
}

#logo
{
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: center; 
    
}


.nav-item
{
    font-size: 18px;
}

.hours
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    max-width: 400px;
}

#submit
{
    position: relative;
    top: 23px;
}


.padded
{
padding: 5px;
}

.hidden
{
        display: none;
}


.vertical-align {
    display: flex;
    align-items: center;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


#bgVideo {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px; 
    width: 100%;
}

#bg
{
    position: fixed;
    top: 70px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: black;
}

#slogan
{
    position: absolute;
    top: 45%;

}


.centered
{
    text-align: center;
    vertical-align: middle;
}

#industryStandard
{
    background-image: url('images/white50.png');
    position: absolute;
    top: 170px;
    left: 15%;
    width: 60%;
    height: 70%;
    opacity: 0;
    border-radius: 5px;
    z-index: -1;
}

#dtext
{
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}

#bodyContent 
{
position: relative;
top: 65px;
}