@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Mrs+Saint+Delafield&family=Benne&family=Viaoda+Libre&display=swap');

html *:focus{
    outline: 0 !important;
}

html *:active{
    outline: 0 !important;
}

html * {
    outline: 0 !important;
}

video {
    position:absolute;
    height: 100vh;
    z-index:-1;
    object-fit: cover;
}

.fillWidth{
    width: 100%;
}

.topNav{
   box-shadow: 0 0 10px rgba(0,0,0,.5);
}

#video-container {
    position: absolute;
}

#video-container {
    top:0%;
    left:0%;
    height:100%;
    width:100%;
    overflow: hidden;
}

.dropdown-menu {
    background: rgba(0,0,0,.5) !important;
}

.dropdown-item:hover {
    background: rgba(0,0,0,.8) !important;
}

.logoIcon{
    height: 30px;
    width: 30px;
    margin-left: 30px;
    margin-right: 10px;
}

.logoText{
    font-family: 'Mrs Saint Delafield', cursive;
    color: white;
    font-size: 35px;
}

.navButtons{
    font-family: 'Benne', sans-serif;
    color: white;
    font-size: 18px;
    margin-right: 30px;
}

.navbar{
    background: rgba(0,0,0, .5);
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.nav-item{
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-collapse{
    
    text-align: center;
    margin-top: 0;
}

.jumbo-container{
    z-index: 99;
    height: calc(100vh - 80px);
    width: 100%;
}

.jumbotron{
    font-family: 'Benne', serif;
    color: white;
    font-size: 36px;
    text-shadow: 0 0 5px rgba(0,0,0,.8);
}

.ctaButton{
    background: transparent;
    border: 2px solid white;
    font-size: 20px;
    color: white;
    padding: 5px 10px 0px 10px;
    font-family: 'Benne', serif;
    text-shadow: 0 0 5px rgba(0,0,0,.8);
    box-shadow: 0 0 10px rgba(0,0,0,.5), 0 0 10px rgba(0,0,0,.5) inset;
}

.ctaButton svg{
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.ctaButton:hover{
    background: #222;
    transition: all .2s;
}

.sectionHead{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
}

.sectionHead.light{
    color: #222;
}

.sectionHead.dark{
    color: #fff;
}

.sectionHead img{
    color: #ccc;
}

.sans
{
    font-family: 'Josefin Sans', sans-serif;
}

#services, #gallery{
    background: #4b4b4b;
}

.serviceStrip{
    background: white;
    border-radius: 20px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.8);
}

.vFont{
    font-family: 'Viaoda Libre', serif;
}

.nav-tabs{
    border: 0;
}

.nav-tabs > .nav-item > .nav-link.active
{
    border: 0;
    outline: 0;
    font-weight: 600;
}

.nav-tabs > .nav-item > .nav-link.active:focus
{
    outline: 0;
}

.nav-tabs > .nav-item > .nav-link.active:active
{
    outline: 0;
}

.nav-tabs > .nav-item > .nav-link:hover
{
    border: 0;
    outline: 0;
    font-weight: 600;
    color: #4b4b4b;
}

.menu-card{
    box-shadow: rgba(0,0,0,.8);
}

.menu-list
{
    font-size: 16px;
    font-weight: 300;
}

.sub-menu
{
    font-size: 14px;
}

#photos {
/* Prevent vertical gaps */
line-height: 0;
    
-webkit-column-count: 4;
-webkit-column-gap:   0px;
-moz-column-count:    4;
-moz-column-gap:      0px;
column-count:         4;
column-gap:           0px;  
}

#photos img {

width: 100% !important;
height: auto !important;
border: solid 4px rgba(0,0,0,0);
z-index: 1;
}
  
#photos img:hover {

width: 95%;
transition-duration: .33s;
z-index: 100;

}

@media (max-width: 1200px) {
    #photos {
    -moz-column-count:    4;
    -webkit-column-count: 4;
    column-count:         4;
    }
}
@media (max-width: 1000px) {
    #photos {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
    }
}
@media (max-width: 800px) {
    #photos {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
    } 
}
@media (max-width: 400px) {
    #photos {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
    }
}

.form-control{
    border: 1px solid black;
    background: transparent;
    border-radius: 0;
    color: black;
    font-family: Arial;
    font-size: 12px;
    resize: none;
}

.form-control:focus{
    box-shadow: none;
    outline: none;
}

.form-button{
    border: 1px solid black;
    background: transparent;
    padding: 5px 10px;
    text-align: center;
}

.form-button:hover{
    background: #bdbdbd;
    transition-duration: .33s;
}

#footer{
    background: #222;
}