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;
}

sup {
  vertical-align:  super !important;
  font: var(--input);
}

sub {
  vertical-align:  sub !important;
  font: var(--input);
}

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;
}

a:active, a:focus, input:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

i, em {
font-style: italic;
}

strong, b {
font-weight: bold;
}


body {
background: black;
color: white;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
color: white;
}

#container {
margin: 0px auto;
width: calc(100% - 80px);
max-width: 900px;
padding: 40px;
text-align: center;
}

#nav a{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
color: white;
text-decoration: none;
display: inline-block;
margin: 0px 15px;
text-transform: uppercase;
}

img {
width: calc(100% - 20px);
border: 10px solid #ccc;
margin: 30px 0px;
}

img#logo {
border: none;
}

.white {
 font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
 font-size: 25px;
 line-height: 40px;
 }
 
 h1 {
 font-family: "Brush Script MT", 'Pacifico', cursive;
 color: red;
 font-size: 55px;
 line-height: 60px;
font-weight: bold;
 margin-bottom: 30px;
 }
 
 .red, h2 {
 color: red;
 font-size: 35px;
 line-height: 60px;
font-weight: bold;
 }
 
 .bigger {
 font-size: 55px;
 line-height: 60px;
 }

.not-red {
color: white;
}



h3 {
 color: red;
 font-size: 25px;
 line-height: 40px;
font-weight: bold;
margin-bottom: 30px;
}



.white-helvetica, #footer {
 font-size: 20px;
 line-height: 30px;
} 

.white-helvetica-large, #shipping {
 font-size: 30px;
 line-height: 50px;
font-weight: bold;
}

p, ul {
font-size: 20px;
line-height: 30px;
}

p, h2 {
margin-bottom: 30px;
}

ul {
list-style: none;
margin-left: 40px;
}

ul li {
margin-bottom: 20px;
}

#backToTop {
  position: fixed;       
  bottom: 40px;          
  right: 40px;           
  z-index: 1000;         
  display: none;         
  background-color: #000;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 50%;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

#backToTop:hover {
  background-color: #555;
  transform: scale(1.1);
}

.book, #shipping, #footer, #movie {
border-top: 5px solid #ccc;
padding-top: 60px;
margin-top: 60px;
}

@media(max-width: 925px) {
  #nav a {
display: block;
    margin: 20px 0px;
  }
}

#movie-poster, .book img {
width: 150%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

@media(max-width: 1420px) {
#movie-poster,  .book img {
width: calc(100vw - 40px);
}
}


.copy p {
font-size: 12px;
line-height: 15px;
}

.copy p.larger {
font-size: 14px;
line-height: 24px;
}


.book i {
color: white;
font-style: italic;
}

.submit {
border: 0px;
background: red;
color: white;
padding: 20px;
font-size: 30px;
border-radius: 5px;
margin-top: 20px;
cursor: pointer;
}

.reg {
vertical-align: super;
font-size: smaller;
}

.g-recaptcha div {
margin: 20px auto !important;
  
}