
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 47px;
  left: 430px;
  width: 44px;
  height: 55px;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #175782;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 250px;
  height: 80%;
  margin: 0;
  padding: 125px 0;
  list-style: none;
  background-color: #000;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .40s;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #175782;
}




.logo {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 1.2rem;
  color: #0e2431;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}
strong{
  display: none;
}

#wrapper{
  display: grid;
  grid-template-columns: minmax(0px, 1fr) repeat(4, minmax(0, 175px)) minmax(0px, 1fr);
}
h6{
  display: none;
  font-family: 'Rubik', sans-serif;

}
header{
  grid-column: 1/7;
  background-color: #000000;
  text-decoration: none;
}
nav{
  color: #fff;
  font-size: 2.7rem;
  grid-column: 1/7;
  font-family: 'Rubik', sans-serif;

  
}

#logo{
  text-align: center;
  position: relative; top: -px;
  height: auto;
  }
nav a:hover{
  color: #175782;
}

#homehero{
  grid-row:2/4;
  grid-column: 1/9 ;
  background-image: url(duck.jpeg);
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


#theatre{
padding-left: 13rem;
}
#numbertexttheatre{
  color: #175782;
font-size: 35px;
padding: 8px 12px;
position: absolute;
margin: 0;
padding-left: 1rem;
}
main{
  grid-row:4/13;
  grid-column: 1/7;
  background-color: #d9d9d9;
  text-align: center;
 
}

footer{
  grid-column: 1/7;
  background-color: #000000;
  color: #d9d9d9;
  text-align: center;   
}

header a {
  color:#d9d9d9;
  text-decoration: none;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  background-color: #d9d9d9;
 
}

 .flex-container > div {
  background-color: #fff;
  height: 400px;
  margin: 17px;
  margin-top: -7px;
  text-align: center;
  line-height: 40px;
  font-size: 30px; 
  text-align: left;
  padding-left:1rem ;
}
.flex-container > div{
  overflow: scroll;

}
#infobox{
  grid-column: 1/7;
}

 h1{
  text-align: center;
  color: #175782;
  font-size: 50px;
 }


 * {box-sizing:border-box}

.slideshow-container {
    position: relative;
    grid-row: 6/7;
    grid-column: 1/7;
    height:1100px;
    width: 1100px;
    margin: 17rem;
    padding-right:13rem;
    padding-top: 29rem;

    }

.mySlides {
display: none;
}

.prev, .next {
cursor: pointer;
position: absolute;
top: 68%;
width: auto;
margin-top: 22px;
padding: 16px;
color: #175782;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
padding-right: 3rem;
margin-right:11rem;
}

.next {
right: 0;
border-radius: 3px 0 0 3px;

}
h5{
  display: none;
}

.numbertext {
color: #175782;
font-size: 35px;
padding: 8px 12px;
position: absolute;
margin: 0;
}

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


.fade {
animation-name: fade;
animation-duration: 1.5s;
}


@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
#gtext{
  grid-row:6/7 ;
  grid-column: 1/7;
  color: #175782;
}
div p{
  font-size: 2rem;
  color: #fff;
  padding-left: 24rem;
  font-family: 'Rubik', sans-serif;

  
  }
h4{
  color: #fff;
}
p a {
text-decoration: none;
color: rgb(255, 255, 255);
padding-right: 20rem;
}
h1 a{
text-decoration: none;
color: #175782;
padding: 11rem;
}


div h1{
font-size: 3rem;
}
main p{
  padding-left: 50rem;
  padding-right: 50rem;  
}

main h1 a:hover{
  color: #fff;
}
main p a:hover{
  color: #175782;
}



@media only screen and (max-width: 992px) {
  #wrapper{
      grid-template-columns: minmax(0px, 1fr) repeat(4, minmax(0, 150px)) minmax(0px, 1fr);
  }
    #homehero{
      grid-column: ;
    }
  div p{
  padding-left:7rem;
}
    .slideshow-container{
     top: 4rem;
     width: 100%;
     height:auto ;
     right: 20%;


    }
    .menu__btn {
      display: none;
    }
    .prev, .next{
    
    }
    .flex-container > div{
      overflow: scroll;
      font-size: 20px;
    }
    footer{
      grid-column: ;

    }
    h1 a{
      text-decoration: none;
      color: #175782;
      padding: 5rem;
}
#logo{
  width: 150%;
  right: 25%;
}
}


@media only screen and (max-width: 768px){
  #wrapper{
    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 150px)) minmax(0px, 1fr);
}
header{
  grid-column: 1/8;
  grid-row: 1/1;
  
}
.menu__btn {
  display: block;
}
#homehero{
  height: 500px;
  
}

footer{
  grid-column: 1/8;
}
main{
  grid-column: 1/9;

}



.slideshow-container{
  height: 660px;
  width: 660px ;
 right:63.5%;
 top: 47%;
}
.prev, .next{
  top: 87%;

}

.flex-container{
  flex-direction: column;

}
div p{
  display: none;
}
#logo{
width: 192%;
margin-left: -16rem;

}
nav a{
  display: none;
}
h6{
  display: inline;
  color: #fff;
  padding-left: 6rem;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;


}
h1 a{
  display: none;
}
strong{
  display: block;
}
#aboutmeep{
  color: #175782;
  padding-left: 9rem;
  display: block;
  text-align: left;

}
#questions{
  color: #175782;
  padding-left: 10rem;
  display: block;

}

#tippies{
  color: #175782;
  padding-left: 10.3rem;
  display: block;
}
h4{
  padding: 13rem;
  display: ;
  font-size: .3rem;
}

h5{
  display: block;
  color: #fff;
  font-family: 'Rubik', sans-serif;
}


}

