html{
  align-self: center;
}
header{
  
  background-color: rgba(30, 88, 117, .5);
  vertical-align: top;
  margin: 0px;
  background-image: url("images/skyline.png");

}
header img{
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
body{	
	padding: 0px;
	background-color: #fff;
	font: 62.5% 'Cinzel Decorative', cursive, Verdana,Arial, sans-serif; 
	margin: 10px;
	margin-top: 15px;
	z-index: -1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-color: rgb(65, 105, 225);
  border-style: solid;
  text-align: center;

}
/*p and body styles */

p { 
	padding: 0px; 
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 150%;
}

blockquote {
  font-size: 115%;
  color: rgb(114, 80, 65);
  text-shadow: transparent;
}
head{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
section {
  clear: left;
  background-color: rgb(240, 248, 255);
  margin: 10px, auto;
  float: center;
  display: block;
}
label {
  font-size:110%;
}
aside{
    background-color: rgb(237, 220, 113);
    margin: 0px;
    padding: inherit;
    height: 80px;
    contain: content;
    display: inline-flex;
    width: 50%;
    border-image: url(images/border.png) 30 round;
}
footer{
  display: inline;

}
a {
  padding: 10px;
}
/*h1/h2 styles */
.column h1{
  font-family: 'Boogaloo', cursive, Verdana, Arial, sans-serif;
}
#contact h1 {
  font-size: 3em;
} 

#contact h2 {
  font-style: inherit;
}


/*list and tables styles */
ul {
  list-style-type: none;
  text-align: center;
}

.schedule {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 160%;
}

/*id and class styles */
#contact{
  display: inline-block;
  overflow: hidden;

}
#faq {
  clear: left;
  background-color: rgb(240, 248, 255);
  margin: 10px, auto;
  float: center;
  display: block;
  width: 1000px;
  text-align: left
}
#faq ul{
  text-align: left;
}
#container {
 width: 1000px;
 overflow: hidden;
 margin: 0px;
 background: white;
}
.homeBody{
  text-align: center;
}

/*photobanner*/
.photobanner {
 height: 600px;
 width: auto;
 margin-bottom: 80px;
        -webkit-animation: bannermove 60s linear infinite;
        -moz-animation: bannermove 60s linear infinite;
        -ms-animation: bannermove 60s linear infinite;
        -o-animation: bannermove 60s linear infinite;
         animation: bannermove 60s linear infinite;
  white-space: nowrap;
  height: 100%;
  vertical-align: top;
}
.photobanner img {
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
 height: 100%
 width: auto;
}
 
.photobanner img:hover {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
 cursor: pointer;
 
 -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
 -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
 box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
img {
  max-width:500px;
  max-height:100%;
  vertical-align: top;
}
/*question styles */
button {
  background-color: rgb(255, 255, 255);
  font-size: 2em;
}
#questiona{
    width: 100%;
    padding: 50px auto;
    text-align: left;
    background-color: rgba(30, 88, 117, .5);
  margin-top: 20px;
  display: none;
  clear: left;
  font-size: 2em;
  font-family: 'Comfortaa', cursive, Verdana, Arial, sans-serif;
}
#questionb {
    width: 100%;
    padding: 50px auto;
    text-align: left;
    background-color: rgb(219, 215, 142);
  margin-top: 20px;
  display: none;
  clear: left;
  font-size: 2em;
  font-family: 'Comfortaa', cursive, Verdana, Arial, sans-serif;
}
#questionc {
    width: 100%;
    padding: 50px auto;
    text-align: left;
    background-color: rgba(30, 88, 117, .5);
  margin-top: 20px;
  display: none;
  clear: left;
  font-size: 2em;
  font-family: 'Comfortaa', cursive, Verdana, Arial, sans-serif;
}
#questiond {
    width: 100%;
    padding: 50px auto;
    text-align: left;
    background-color: rgb(219, 215, 142);
  margin-top: 20px;
  display: none;
  clear: left;
  font-size: 2em;
  font-family: 'Comfortaa', cursive, Verdana, Arial, sans-serif;
}
#questione {
    width: 100%;
    padding: 50px auto;
    text-align: left;
    background-color: rgba(30, 88, 117, .5);
  margin-top: 20px;
  display: none;
  clear: left;
  font-size: 2em;
  font-family: 'Comfortaa', cursive, Verdana, Arial, sans-serif;
}
#questionf {
    width: 100%;
    padding: 50px auto;
    text-align: left;
    background-color: rgb(219, 215, 142);
  margin-top: 20px;
  display: none;
  clear: left;
  font-size: 2em;
  font-family: 'Comfortaa', cursive, Verdana, Arial, sans-serif;
}
#questiong {
    width: 100%;
    padding: 50px auto;
    text-align: left;
    background-color: rgba(30, 88, 117, .5);
  margin-top: 20px;
  display: none;
  clear: left;
  font-size: 2em;
  font-family: 'Comfortaa', cursive, Verdana, Arial, sans-serif;
}
#questionh {
    width: 100%;
    padding: 50px auto;
    text-align: left;
    background-color: rgb(219, 215, 142);
  margin-top: 20px;
  display: none;
  clear: left;
  font-size: 2em;
  font-family: 'Comfortaa', cursive, Verdana, Arial, sans-serif;
}


/*keyfram animations*/
@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2125px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
iframe {
 height: 325px; 
 width: 325px;
 margin-left: auto; 
 margin-right: auto;
 align-content: left;
 display: inline-flex;
 float: left
 width: 50%;
}
/* nav styles */
/* Add a black background color to the top navigation */
.topnav {
  background-color: rgb(240, 248, 255);
  overflow: hidden;
  width: 600px;
  height: auto;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.topnav ul{
  padding: 0px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  border-color: grey;
  color: #000;
  text-align: center;
  padding: 30px 30px;
  text-decoration: none;
  font-size: 19px;
  font-family: 'Lilita One', cursive;
  font-weight: 400;
  background-image: url('images/singleFilm.png');
  background-size: 150px 100px;
  height: auto;
  display: inline-block;
  max-width: auto;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #808080;
  color: white;
}

/*column styles */
.column {
  float: left;
  display: inline-block;
  height: 300px;
  width: 30.3%;
  padding: 1.5%;
  font-family: 'Comfortaa', cursive;
  font-size: 110%;

}
.column button{
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
  background-color: yellow;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}