@font-face {
    font-family: 'baskerville';
    src: url('fonts/librebaskerville-regular-webfont.woff2') format('woff2'),
         url('fonts/librebaskerville-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'optimanormal';
    src: url('font/optima-webfont.eot');
    src: url('font/optima-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/optima-webfont.woff2') format('woff2'),
         url('font/optima-webfont.woff') format('woff'),
         url('font/optima-webfont.ttf') format('truetype'),
         url('font/optima-webfont.svg#optimanormal') format('svg');
    font-weight: normal;
    font-style: normal;

}
img{
	width: 100%;
}
.navbar{
    position: fixed;
	width: 100%;
	height: 65px;
    background-color: #940004;
    z-index: 1000;
}
#myBtn{
    background-color: transparent;
    border: none;
}

myBtn:hover{
    background-color: transparent;
}
.headerLeft{
	width: 30%;
	display: inline-block;
    margin-top: 12px;
}
.headerLeft img{
    width:100%;
	margin-left: 6%;
}
.headerRight{
    margin-right: 10px;
	display: inline-block;

}
.menu{
    color: white;
    display: inline-block;    
    font-family: 'optimanormal',serif;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
}

a:link{
	text-decoration:none;	
    color:white;
}
a:visited:not{
	color: white;
}
a:hover:not{
	color: white;
	text-decoration:underline;
}
a:active{
	color:grey;
}
a:visited{
    color:white;
}
body, html {
  height: 100%;
  margin: 0;
}
.BackGround{
    width: 100%;
    position: relative;
    background-image:url("backgroundimg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
}
.logoLarge{
    display: block;
    margin:0 auto;
    width:30%;
    padding-top: 50px;
}
.menubtn{
    display: block;
    margin: 100px auto;
    font-size: 16px;
    color: white;
    background-color: transparent;
    border-width: 2px;
    border-color: white;
    width: 120px;
    height: 50px;
    font-family:'optimanormal',serif;
}
.menubtn a:hover{
    width: 100%;
    height: 50px;
    color:black;
}

.menubtn:hover{
    background-color: white;
}
.about{
    width: 100%;
}
.aboutLeft{
    width: 50%;
    float: left;
}
.aboutRight{
    display: inline-block;
    width:50%;
}
.aboutRight img{
    width: 100%;
    margin: 10px auto;
}
h1{
    font-family: 'optimanormal', serif;
    text-align: left;
    color: #AF1C20;
    margin-top: 45px;
    margin-left: 30px;
}
h3{
    font-family: 'baskerville', serif;
    text-align: left;
    margin-left: 30px;
}
p{
    font-family: 'baskerville', serif;
    text-align: left;
    margin: 30px;
}
.hour{
    margin-top: 50px;
    width: 100%;
    height: 800px;
}
.hourLeft{
    width: 50%;
    float: left;
}
.line{
    width: 80%;
 	border: 0 none;
 	border-top: 1px solid lightgrey;
 	background: none;
 	height:0;
} 
.hour h3, p{
    font-family: 'optimanormal',san-serif;
}
.hourLeft a{
    color: black;
}
.mapRight{
    display: inline-block;
    width: 50%;
    margin: 50px auto;
}

footer{
    height: 220px;
    background-color: #2b2b2b;
}
.social{
    width: 150px;
    padding-top:  30px;
    padding-left: 30px;
}
.Left{
    width: 40px;
    float: left;
}
.Left img{
    width: 100%;
}
.Right{
    width: 39px;
    display: inline-block;
    margin-left: 20px;
}
.Right img{
    width: 100%;
}
.copyright{
    width: 100%;
}
.copyright p{
    display: block;
    text-align: center;
    color:white;
    font-family:'baskerville',serif;
    font-size: 12px;
    margin-top: 120px;
}



@media(min-width: 300px) and (max-width:780px) {
    .BackGround{
        width: 100%;
        position: relative;
        background: none;
        background-repeat: no-repeat;
        height: 600px;
       
    }
    .BGfix{
        width: 100%;
        height: 100%;
        position: fixed;
        background-image:url("mobilebg.jpg");
        background-position: center;
        background-repeat:no-repeat;
        background-attachment:scroll;
        background-size: cover;
        z-index: -100;
    }
    img{
        100%;
    }
    .logoLarge{
        display: block;
        margin:0 auto;
        width:45%;
        padding-top: 100px;
    }
    .menubtn{
        display: block;
        margin: 70px auto;
        border-width: 2px;
        border-color: white;
    }
    .about{
        background-color: white;
    }
    .aboutLeft{
        width: 100%;
    }
    .aboutRight{
        width: 100%;
    }
    .hour{
        background-color: white;
        margin-top: 0;
        height: 1300px;
    }
    .hourLeft{
        width: 100%;
    }
    .mapRight{
        width: 100%;
        height:400px;
        margin: auto;
    }
    footer{
        height: 170px;
    }
    .copyright p{
        margin-top: 50px;
    }
}





* {box-sizing:border-box}
.slideshow{
    background-color: white;
}
/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(120,0,0,0.8);
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dotBox{
    background-color: #940004;
    height: 20px;
    margin: auto;
    margin-top: -22px;
    max-width: 800px;
}
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
    border-color: white;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #bbb;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}






@media(min-width: 780px) and (max-width:1240px) {
    .BackGround{
        width: 100%;
        position: relative;
        background: none;
        background-repeat: no-repeat;
        height: 700px;
       
    }
    .BGfix{
        width: 100%;
        height: 100%;
        position: fixed;
        background-image:url("backgroundimg.jpg");
        background-position: center;
        background-repeat:no-repeat;
        background-attachment:scroll;
        background-size: cover;
        z-index: -10;
    }
    img{
        100%;
    }
     .about{
        background-color: white;
    }
    .hour{
        background-color: white;
        margin-top: 0;
    }
}




