* {
margin: 0;
padding: 0;
}

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap');

body,
header,
footer,
#wrap,
#content {
width: 100%;
}

body {
font-family: 'Quicksand', sans-serif;
font-weight: 300;
text-align: center;
background: rgba(252, 252, 252, 1);
}

header {
position: fixed;
top: 0;
left: 0;
z-index: 3;
height: 8em;
float: left;
background: rgba(252, 252, 252, 0.8);
border-bottom: 1px solid rgba(200, 200, 200, 1);
}

#wrap {
position: relative;
margin: 0 auto;
overflow: hidden;
text-align: left;
}

#content {
position: relative;
left: 75%;
float: left;
padding: 2em 0;
}

#main {
position: relative;
float: left;
width: 69%;
right: 72%;
padding: 0;
min-height: 20em;
}

#side {
position: relative;
float: right;
width: 22%;
right: 78%;
}

#sidea,
#sideb,
#sidec {
width: 100%;
min-height: 8em;
clear: left;
float: left;
margin-bottom: 1em;
}

#poster,
#map {
position: relative;
top: 0;
left: 0;
width: 100%;
margin-top: 8em;
}

header h1 {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
margin: 2%;
font-size: 1.2em;
}

#poster h1 {
position: absolute;
top: 5em;
width: 100%;
text-align: center;
z-index: 8;
color: white;
text-shadow: 5px 5px 10px black;
display: none;
}

#picture {
width: 48%;
height: auto;
min-height: 300px;
margin: 1em 1%;
float: left;
}

#picture picture {
margin: 0.08em;
}

.dropdown {
position: relative;
display: inline-block;
}

.dropbtn {
position: relative;
width: 10%;
height: auto;
margin: 1%;
border: none;
}

.dropdown-content {
display: none;
position: absolute;
background: rgba(252, 252, 252, 0.9);
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
padding: 0.6em;
text-decoration: none;
display: block;
}

.dropdown-content a:hover {
background: rgba(252, 252, 252, 0.2);
}

.dropdown:hover .dropdown-content {
display: block;
}

.dropdown:hover .dropbtn {
background: rgba(252, 252, 252, 0.2);
}

nav {
position: absolute;
top: 1.6em;
width: 95%;
left: 14%;
float: left;
}

nav a {
display: block;
width: 18%;
float: left;
font-size: 1.6em;
margin: 1%;
text-decoration: none;
}

.cart {
position: absolute;
top: 0;
right: 0;
display: inline-block;
width: 3%;
height: auto;
margin: 5%;
border: none;
}

footer {
clear: both;
float: left;
min-height: 10em;
margin-top: 2em;
background: rgba(240, 240, 240, 0.8);
border-top: 1px solid rgba(200, 200, 200, 1);
}

footer #center {
position: relative;
left: 50%;
clear: left;
float: left;
}

footer #logos {
position: relative;
right: 50%;
float: left;
display: block;
}

footer img {
height: 4em;
width: auto;
margin: 2em;
}

hr {
margin: 2em 0;
}

img {
width: 100%;
height: auto;
border: 0;
}

video {
width: 98%;
height: auto;
margin: 1em 1%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
text-align: left;
text-decoration: none;
margin-bottom: 1em;
font-weight: 300;
}

h1 {
font-size: 2.1em;
margin: 0.4em;
font-weight: 300;
}

h1 span,
h2 span {
font-size: 0.8em;
color: rgba(100, 100, 100, 0.8);
}

h2 {
font-size: 1.6em;
text-align: center;
background-color: rgba(200, 200, 200, 0.2);
color: rgba(100, 100, 100, 1);
display: block;
padding: 0.5em;
padding-bottom: 1em;
border: 1px solid rgba(200, 200, 200, 1);
height: 2em;
}

h3 {
font-size: 1.4em;
color: rgba(73, 155, 234, 1);
margin: 2.5em 0.5em 0.5em;
}

h4 {
font-size: 1.4em;
text-align: left;
color: rgba(100, 100, 100, 1);
padding: 0.5em;
height: 2em;
}

h4 span {
color: rgba(252, 80, 80, 1);
}

h5 {

}

h6 {
font-size: 1.5em;
color: rgba(252, 0, 0, 1);
}

p {
font-size: 1.2em;
line-height: 1.4em;
text-align: justify;
margin: 0.5em;
}

b {
font-size: 1.0em;
text-decoration: bold;
}

a {
font-size: 1.0em;
color: rgba(0, 0, 252, 1);
text-decoration: none;
}

a:visited,
a:hover {
color: rgba(120, 0, 252, 1);
}

address,
address a {
text-align: center;
font-size: 1.4em;
line-height: 1.4em;
margin: 2em auto;
clear: both;
}

form {
text-align: left;
}

select,
input {
font-size: 1.2em;
font-weight: 300;
width: 120px;
height: 40px;
margin: 5px;
background-color: rgba(200, 200, 200, 0.2);
border: 1px solid rgba(200, 200, 200, 1);
color: rgba(100, 100, 100, 1);
}

.small {
width: 74px;
}

input[type="submit"] {
-webkit-appearance: none;
}

input[type="number"] {
-webkit-appearance: none;
width: 100px;
}

input[type="time"],
input[type="date"] {
-webkit-appearance: none;
width: 140px;
}

input[type="radio"],
input[type="checkbox"] {
width: 20px;
height: 20px;
z-index: 2;
margin: 10px;
}


@media only screen and (max-width: 1080px){




@media only screen and (max-width: 810px){
/* portrait mode */

header {
height: 6em;
}

#content {
position: relative;
left: 0;
}

#main {
position: relative;
right: 0;
left: 3%;
float: left;
width: 94%;
padding: 1em 0;
}

#side {
clear: left;
float: left;
width: 100%;
right: 0;
padding: 1em 0;
}

#sidea {
position: relative;
left: 3%;
width: 29%;
clear: none;
float: left;
}

#sideb {
position: relative;
right: 3%;
width: 62%;
clear: none;
float: right;
}

#sidec {
position: relative;
left: 3%;
width: 94%;
clear: none;
float: left;
}

#sidec img {
width: 23%;
height: auto;
border: 0;
margin: 0%;
}

nav{
top: 1.0em;
}

nav a {
font-size: 1.2em;
}

#poster {
margin-top: 6em;
}

footer img {
height: 3em;
width: auto;
margin: 1em;
}

address,
address a {
font-size: 1.2em;
line-height: 1.2em;
margin: 2em auto;
}


@media only screen and (max-width: 375px){

header {
height: 4em;
}

header h1 {
font-size: 0.8em;
}

#sidea,
#sideb,
#sidec {
position: relative;
left: 3%;
width: 94%;
min-height: 7.5em;
padding: 0;
clear: left;
float: left;
}

#poster {
margin-top: 4em;
}

#picture {
width: 98%;
height: auto;
}

.dropbtn {
top: 0.8em;
}

nav {
top: 0.6em;
margin-left: 1.6em;
}

nav a {
font-size: 0.6em;
margin: 1%;
}

footer img {
height: 2em;
width: auto;
margin: 0.4em;
}

address,
address a {
font-size: 1em;
line-height: 1.4em;
margin: 2em auto;
}


}
}
}
}