/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
    
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #af1b1b;
    height:3em;

}
header h1{
    width:100%;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px;
    color:#ffffff;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

    

}
.Nav { text-align: center;}
.icon {
    margin: 5px;
    color:white;
    cursor: pointer;
    font-size: 30px;
    padding-left: 5px;
}
.main-menu {
    /* display: none; */
    position: fixed;
    z-index: 5;
    
    top: 3em;
    right: 0px;
    width: 100%;

    transform: translateX(100%);
    transition: transform 1s;
}
.main-menu.active {
    display: block;
    transform: translateX(0);
}
header img {width: 40px;
    height: 40px;
 }
 .main-menu li {
    font-size: 20px;
    padding:5px;
    text-align: center;
    color: #ffffff;
    background-color: rgb(255, 255, 255);
    width: 100%;
    

 }

 .main-menu a {
    text-decoration: none;
    color: #af1b1b;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:larger;
    font-weight:bolder
}

#list1 li {
    list-style-type: none;
}
#startingpicture {
    width: 100%;
    padding-top: 100px;
}

.mainsection h2 { 
    padding-top: 50px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 30px;
color:black;
font-weight: bold;
}

.mainsection p { text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:16px;
    color:black;
    padding:10px;
    margin-top:10px;
    margin-bottom: 40px;
    }
.mainsection iframe {
    padding: 10%;
    width:80%;
    height: 350px;
}

#about {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    padding-top: 20px;
    
}
#address {
    display: none;
}
.Stick {
    position: fixed;
    top: 0;
    width: 100%;
}

#button {text-align: center;
    border-color:transparent;
    

}
#myBtn {
    color:#ffffff;
    background-color: #af1b1b;
    border-color: transparent;
    border-radius: 20px;
    width: 150px;
    height: 40px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
}

footer {
    display:flex;
    align-items: center;
    background-color: #af1b1b;
    height:40px;
    color:#ffffff;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#A {
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    padding-top: 70px;
    padding-bottom: 30px;
}
#Schedule {
    font-size: 16px;
    margin: auto;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 50px;
    padding: 10px;
    padding-left: 30px;
}
#startingpicture1 {
    width:100%;
    padding-top: 50px;
}
#facebook {
    color: #ffffff;
    padding-right: 15px;
    margin-bottom: 5px;
    font-size: 25px;
    
    /* align-items: */
}
#contac {
    width:100%;
    color:#ffffff;
    line-height: 50px;
    text-align: center;
    background-color: #af1b1b;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-radius: 20px;
    


}

#ContactHeading {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    color: #af1b1b;
}
#MAP {
    width: 90%;
    margin-left: 5%;

}
#BodyContent {
    width:100%;
    padding:10%
    
}

#contactf {
    margin-top: 100px;
    display:flex;
    align-items: center;
    background-color: #af1b1b;
    height:40px;
    color:#ffffff;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#submitbutton {
    color:#af1b1b;
    background-color:#ffffff;
    border-color: transparent;
    border-radius: 20px;
    width: 100px;
    height: 40px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
}
#contactT {
    text-align: center;
}

.footerLocation {
    margin-top: 190px;
    display:flex;
    align-items: center;
    background-color: #af1b1b;
    height:40px;
    color:#ffffff;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#F {
    margin-top: 600px;
    display:flex;
    align-items: center;
    background-color: #af1b1b;
    height:40px;
    color:#ffffff;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

* {box-sizing:border-box}
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  /* 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(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

#footerLocationP {
    display:flex;
    align-items: center;
    background-color: #af1b1b;
    height:40px;
    color:#ffffff;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 220px;
}

.text {
    color:#ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: large;
}
.footerLocationE {
    display:flex;
    align-items: center;
    background-color: #af1b1b;
    height:40px;
    color:#ffffff;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 220px;
}