.navbar{
    margin-top: 10px;

}

.navbar-inner{
    border-radius: 20px;
}

.btn-main{
    border-radius: 30px;
    padding: 10px 40px;
    background-color: rgba(0, 0, 0, 0.58) !important;
}

.btn-main-container{
    padding-top: 100px;
}


.btn-menu{
    background-color: rgb(96, 108, 95) !important;
}

.hours{
    padding: 10px 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.727);
}

.col-main{
    background-color: #516e67;
}

.video-cont{
    position: relative;
    color: pink;
}

.video-header{
    z-index: 10;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 3rem;
    top: 20%;
    text-shadow: 0px 0px 20px #000000;
}

.vignette {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;
	z-index: 6;
}


.icon-location{
    animation: MoveUpDown 4s ease-in-out infinite;
    filter: invert();
    position: absolute;
    height: 8%;
    margin: auto;
    top: 40%;
    left: 0;
    right: 0;
    
}


@keyframes MoveUpDown {
    0%, 100% {
      top: 40%;
    }
    50% {
      top: 38%;
    }
  }

