/* Paletton Base Colour: 6E6BF4 */

body {
  position: relative;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 300;
	font-size: 16px;
	text-align: left;
  color: #EEE;
	margin: 0;
	padding: 0;
}

h1, h2, p, hr {
	line-height: 150%;
	margin: 0 0 20px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; line-height: 130% }
p  { text-align: justify; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:link, a:visited {
  color: #53C0DB;
}

a:hover, a:active {
  color: #626598;
  text-decoration: none;
}

header {
  position: relative;
}

header .external {
  left: 20px;
  font-size: 1.2em;
  font-weight: 300;
}
header .external ul li {
  margin-bottom: 20px;
}

header .external ul li a {
  background: #fff;
  color: #626598;
  font-weight: 400;
  padding: 5px;
}

header .external ul li a:hover {
  background: #626598;
  color: #fff;
}

header .social {
  text-align: center;
  right: 20px;
  font-size: 2em;
}

header .social ul li {
  margin-top: -8px;
}

header nav {
  position: absolute;
  top: 20px;
}

header nav a:link,
header nav a:visited {
  color: #FFFFFF;
}

header nav a:hover,
header nav a:active {
  color: #626598;
}

section {
	width: 100%;
	background-color: #181413;
}

footer {
	width: 100%;
	background-color: #181413;
}

footer h2, p {
  margin-top: 15px;
  margin-bottom: 5px;
}

footer .flat {
  margin: 40px 20px;
}

footer .logos {
  margin: 40px 0;
}

footer .logos .axon {
  width: 360px;
  margin: 38px 0;
}

.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

.disclaimer { font-size: 80%; font-style: italic; }
.align-left { text-align: left; }

.axon-container {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.axon-container .flat {
  margin: 60px 20px;
  padding: 0;
  position: relative;
}
@media (max-width: 980px) {
  .flat {
    margin: 20px 20px;
    padding: 0;
    position: relative;
  }
}

.axon-container .panel {
  margin: 0 auto;
  padding: 20px;
  background: rgba(0,0,0,0.75);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.parallax {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.gradient-content {
	padding: 80px;
	width: 80%;
	max-width: 800px;
}

.gradient-center .gradient-content {
	margin: 0 auto;
}

.gradient-left {
	margin-left: -40px;
	width: 80%;
	padding: 0;
	overflow: hidden;
	height: 100%;
  float: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+80,0+100 */
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 70%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.gradient-right {
	margin-right: -40px;
	width: 80%;
	padding: 0;
	overflow: hidden;
	height: 100%;
  float: right;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+20 */
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 30%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 30%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 30%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.gradient-center {
	margin: 0 auto;
	width: 80%;
	padding: 0;
	overflow: hidden;
	height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+20,0.5+50,0.4+80,0+100 */
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 20%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 20%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

@media (max-width: 980px) {
  .gradient-left,
  .gradient-right {
    margin: 0;
  	width: 100%;
    background: rgba(0,0,0,0.75);
  	padding: 0;
  	height: 100%;
    float: none;
  }
}

.background,
.no-overflow {
  overflow: hidden;
}

.header {
  /*height: 720px;*/
	background-image: url(images/QuenchTitle.jpg);
	background-size: 100% auto;
  position: relative;
}

.header img {
  width: 100%;
}

.trailer .video {
  width: 100%;
  height: 518px;
  margin: 0;
}

.trailer img {
  padding: 20px;
}

img.awards {
  width: 100%;
}

.trailer .storefronts {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;

}

.overview {
	height: 1000px;
	background-image: url(images/Cinematic.jpg);
	background-size: auto;
}

.overview .gradient-content {
  margin-top: 40px;
}
@media (max-width: 980px) {
  .overview .gradient-content {
    margin-top: 0;
    padding: 40px 20px;
    width: 100%;
    max-width: none;
    float: none;
  }
}

.overview li {
  margin-bottom: 5px;
}

.media-gallery .thumbnail {
  padding: 0;
  margin: 0 10px 10px 0;
  border: 1px solid #333;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.media-gallery .thumbnail:hover {
  border: 1px solid #FFC000;
}

.mailing-list {
  height: 1000px;
	background-image: url(images/IntroFlyover.jpg);
	background-size: auto;
}

.mailing-list .panel {
  margin-top: 20px;
  width: 67%;
  min-width: 250px;
}

.mailing-list h2 {
  margin-bottom: 10px;
}


#mc_embed_signup {
  clear: left;
  font-size: 14px; 
}

#mc_embed_signup form {
  padding: 0;
}

#mc-embedded-subscribe-form input[type=checkbox] { 
  display: inline; 
  margin-right: 10px;
  width: 240px;
}
#mergeRow-gdpr {
  margin-top: 20px;
}
#mergeRow-gdpr fieldset label {
  font-weight: normal;
}
#mc-embedded-subscribe-form .mc_fieldset {
  border:none;
  min-height: 0px;
  padding-bottom:0px;
}

#mc_embed_signup input.email {
  width: 100%;
  margin: 0 0 10px 0;
}

#mc_embed_signup input.button {
  width: 100%;
  height: 50px;
  font-size: 1.2em;
  background-color: #53C0DB;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#mc_embed_signup input.button:hover {
  background-color: #FFC000;
}

