/* 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;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    font-family: 'Sriracha', cursive;
    font-size: 40px;
    text-align: center;
    color: #4C2512;
    margin-bottom: 20px;
    background-color: #ffffff;
 
    border-style: solid;
    border-width: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    max-width: 1024px;
    margin: auto;
    padding-bottom: 20px;
}


header {
    padding: 7px;
    padding-bottom: 0;
    background-color: #4C2512;
    box-shadow: 0 10px 17px rgb(0, 0, 0);
    background-image: url(images/wood.jpg);
}
body {
    background-image: url(images/2wood.jpg);

}
.title {
    display: block;
        width: 100%;
    text-align: center;
    margin: auto;
    background-color: #ffffff;
    max-width: 1024px;
    border-style: solid;
    border-width: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
footer {
    color: #ffffff;

    margin-top: 7px;
    font-family: 'Times New Roman', Times, serif;
    padding: 30px;
    grid-template-columns: 1fr 1fr;
    background-image: url(images/wood.jpg);
}
p {
    justify-content: space-between;
    background-color: white;
    border-radius: 20px;
    color: #000000;
   
    margin: auto;
    font-size: 30px;
    font-family: 'Sriracha', cursive;
    padding: 10px;
    box-shadow: 0 10px 17px rgb(0, 0, 0);
    text-align:justify;

}

@media screen and (min-width: 901px) {
    p {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 900px) {
    p {
      font-size: 19px;
    
    }
  }
  @media screen and (max-width: 900px) {
    .img {
      width: 200px;
    
    }
  }
  @media screen and (max-width: 900px) {
    iframe {
      width: 200px;
    
    }
  }
.center {
    margin-top: auto;
    margin-bottom: auto;
}

.middle {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.aboutmain {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-area: auto;
    grid-gap: 20px;
    height: fit-content;
    margin: 20px auto;
    max-width: 1200px;
    padding: 0 20px;
    justify-items: center;
}
.aboutmain3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-area: auto;
    grid-gap: 20px;
    height: fit-content;

    margin: auto;
    max-width: 475px;

  
}
.aboutmain5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-area: auto;
    grid-gap: 20px;
    height: fit-content;
    margin: 20px auto;
    
    padding: 0 20px;

}

.aboutmain4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-area: auto;
    grid-gap: 20px;
    height: fit-content;

    margin: auto;
    max-width: 475px;

  
}
.aboutmain2 {
    display: grid;

    grid-area: auto;
    grid-gap: 20px;
    height: fit-content;
    margin: 20px auto;
    max-width: 1200px;
    padding:  20px;
    justify-items: center;
}

.img {
    border-radius: 10px;
    border-style: solid;
    border-width: 0;
    margin: 20px;
}
iframe{
    border-radius: 10px;
    border-style: solid;
    border-width: 0;
    margin: 20px;
    max-width: 350px;
    height: 350px;
    grid-row: 1/3;
}
.num {
    text-align: right;
}

.button {
    max-width: 300px;
    background-color: #4C2512;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: 0.2s;
    grid-column: 2;
}
.mr {
    
    border-width: 0;
    border-style: solid;
    border-radius: 20pxg;
}
@media screen and (max-width: 950px) {
    .aboutmain3 {
        grid-template-columns: 1fr 1fr;
    }}
@media screen and (max-width: 900px) {
    
    .button {
     
      font-size: 30px;
    }
    

    #main-menu {
    display: none;
}

    .icon {
    
    text-align: right;
    padding: 20px;
}i{
    color: #000000;
}
nav {
    
        padding: 12px;
        margin: 20px;
        margin-top: 0;
        font-family: 'Sriracha', cursive;
        font-weight: bold;
        
    }
    
    li {
    
    
        text-align: center;
    
    
    }
    
    ul {
        display: flex;
        
        list-style-type: none;
    }
    
    li {
        max-width: 200px;
        text-align: center;
        margin: auto;
    
        margin-bottom: 10px;
        
    
    }
    
    a {
        display: block;
    }
    
    a:link,
    a:visited {
        color: #d38249;
        text-decoration: none;
    }
    
    .page:hover {
    
        color: #ffffff;
    
    }
    .button:hover {
    
        color: #ffffff;
    
    }
    
    .page {
        padding: 10px;
        transition: 0.2s;
        max-width: 200px;
        font-size: 20px;
    
    
    }

}
  


@media screen and (min-width: 901px) {
    nav {
    
        padding: 12px;
        margin: 20px;
        margin-top: 0;
        font-family: 'Sriracha', cursive;
        font-weight: bold;
        
    }

    .icon {
        display: none;
    }
    li {
    
    
        text-align: center;
    
    
    }
    
    ul {
        display: flex;
        
        list-style-type: none;
    }
    
    li {
        max-width: 200px;
        text-align: center;
        margin: auto;
    
        margin-bottom: 10px;
        
    
    }
    
    a {
        display: block;
    }
    
    a:link,
    a:visited {
        color: #d38249;
        text-decoration: none;
    }
    
    .page:hover {
    
        color: #ffffff;
    
    }
    .button:hover {
    
        color: #ffffff;
    
    }
    
    .page {
        padding: 10px;
        transition: 0.2s;
        max-width: 200px;
        font-size: 20px;
    
    
    }

}

h2 {
    text-align: left;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    justify-content: space-between;
    border-radius: 20px;

    padding-left: 70px;
    background-color: white;
    color: #000000;
    margin: auto;
    font-size: 30px;
    font-family: 'Sriracha', cursive;
    padding: 10px;
    box-shadow: 0 10px 17px rgb(0, 0, 0);
    width: fit-content;
    height: 400px;

}


main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;


    margin: auto;
}
.event main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;

    margin: auto;
}
article {
    margin: auto;
    align-items: center;
}
.get {
    width: fit-content;

    margin: 20px;
}
h4 {
    width: fit-content;
    font-size: 50px;
    margin: 20px auto;

    background-color: white;
    border-radius: 20px;
    color: #000000;
   
   

    font-family: 'Sriracha', cursive;
    padding: 10px;
    box-shadow: 0 10px 17px rgb(0, 0, 0);
 
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  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(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}
}
.hair {
    text-align: center;
    margin: auto;
    background-color: white;
    max-width: 400px;
    border-color: white;
    font-size: 60px;
    height: fit-content;
}
.mid {
    text-align: left;
    max-width: 500px;
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    max-width: 1000px;
    background-color: white;




    padding: 40px;
}
.bottom {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    max-width: 1000px;
    background-color: white;




    padding: 40px;
    max-width: 500px;
}
.top {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    text-align: left;
    max-width: 500px;
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    max-width: 1000px;
    background-color: white;




    padding: 40px;
}