@import url("https://fonts.googleapis.com/css?family=Vidaloka&display=swap");
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; }

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

html {
  box-sizing: border-box;
  min-height: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  color: #d1b59d;
  background: #000000;
  font-family: 'Vidaloka', serif;
  letter-spacing: 0.05em; }

a {
  color: #d1b59d;
  text-decoration: none; }

a, a:hover {
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  cursor: pointer; }

img {
  width: 100%;
  height: auto; }

h1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px;
  padding: 10px;
  font-size: 1.5em;
  z-index: 4; }

#_evh-button{
    display:none;
}

.envelope {
  color: #d1b59d;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  padding: 10px;
  font-size: 1.5em;
  z-index: 4;
  transform: scale(1);
  -webkit-transform: scale(1); }

.envelope:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.cannon-background {
  background: black url("../images/cannon-background.jpg") center center no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100vh;
  z-index: 1; }

.cannon-holes {
  width: 100%;
  height: 100vh;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0; }

.hole-1 {
  background: url("../images/cannonhole-1.png") center center no-repeat;
  background-size: auto 100%; }

.hole-2 {
  background: url("../images/cannonhole-2.png") center center no-repeat;
  background-size: auto 100%; }

.hole-3 {
  background: url("../images/cannonhole-3.png") center center no-repeat;
  background-size: auto 100%; }

.hole-4 {
  background: url("../images/cannonhole-4.png") center center no-repeat;
  background-size: auto 100%; }

.hole-5 {
  background: url("../images/cannonhole-5.png") center center no-repeat;
  background-size: auto 100%; }

.hole-6 {
  background: url("../images/cannonhole-6.png") center center no-repeat;
  background-size: auto 100%; }

.hole-7 {
  background: url("../images/cannonhole-7.png") center center no-repeat;
  background-size: auto 100%; }

.hole-8 {
  background: url("../images/cannonhole-8.png") center center no-repeat;
  background-size: auto 100%; }

.hole-9 {
  background: url("../images/cannonhole-9.png") center center no-repeat;
  background-size: auto 100%; }

.cannon img {
  width: auto;
  height: 35vh;
  margin: 0 auto;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); 
  z-index:9;
}
.ae-cform-modal-container.modal{
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    -ms-box-shadow: none!important;
}
#preloader{
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:black;
    z-index:999999999999999;
}
.modal a.close-modal{
    display:none;
}
#preloadeInner{
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:black;
    background-image:url('../images/preloader.gif');
    background-size:50px;
    background-position:center;
    background-repeat:no-repeat;
    background-position: center;
}
.start-modal, .end-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 10;
  background: rgba(0, 0, 0, 0.75);
  text-align: center; }

.end-modal {
  display:none;
}
.modal{
    background-color:transparent!important;
}
.modal-inner {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }

.modal-contents {
  width: 90%;
  height: auto;
  max-width: 600px;
  background: #d1b59d;
  margin: 0 auto;
  z-index: 4;
  text-align: center;
  padding: 30px;
  border: 10px solid #a58d72; }
  .modal-contents .decca-logo {
    max-width: 150px;
    height: auto;
    padding: 15px 0; }
  .modal-contents p {
    color: #000000;
    padding: 15px 0;
    line-height: 1.4;
    letter-spacing: 0.03em;
    max-width: 400px;
    margin: 0 auto;
    font-size: 1.1em; }
  .modal-contents .start-btn,
  .modal-contents .restart-btn {
    color: #856541;
    font-size: 2em;
    text-transform: uppercase;
    padding: 10px 3px;
    display: inline-block;
    position: relative;
    margin: 20px auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-delay: .5s;
    text-shadow: 0 0 3px #856541; }
  .modal-contents .start-btn:hover,
  .modal-contents .restart-btn:hover {
    transform: scale(1.1);
    transition-delay: .5s; }
  .modal-contents .start-btn:before,
  .modal-contents .restart-btn:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #856541;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .modal-contents .start-btn:after,
  .modal-contents .restart-btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #856541;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .modal-contents .start-btn, .modal-contents .start-btn:hover, .modal-contents .start-btn:after, .modal-contents .start-btn:before,
  .modal-contents .restart-btn, .modal-contents .restart-btn:hover, .modal-contents .restart-btn:after, .modal-contents .restart-btn:before {
    transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
  .modal-contents .start-btn:hover:after, .modal-contents .start-btn:hover:before,
  .modal-contents .restart-btn:hover:after, .modal-contents .restart-btn:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }

a.cannon{
  pointer-events: none;
}
#fire{
  display:none;
}
a.cannon img{
  pointer-events: auto;
  background-size:contain;
}
div.container{
  position: absolute;
  top: 45px;
  left: 31px;
}

.point0{
  background-image:url('../images/cannon/cannonanimation-8fps00000.png');
}
.point1{
  background-image:url('../images/cannon/cannonanimation-8fps00001.png');
}
.point2{
  background-image:url('../images/cannon/cannonanimation-8fps00002.png');
}
.point3{
  background-image:url('../images/cannon/cannonanimation-8fps00003.png');
}
.point4{
  background-image:url('../images/cannon/cannonanimation-8fps00004.png');
}
.point5{
  background-image:url('../images/cannon/cannonanimation-8fps00005.png');
}
.point6{
  background-image:url('../images/cannon/cannonanimation-8fps00006.png');
}
.point7{  
  background-image:url('../images/cannon/cannonanimation-8fps00007.png');
}
.point8{
  background-image:url('../images/cannon/cannonanimation-8fps00008.png');
}
.point9{
  background-image:url('../images/cannon/cannonanimation-8fps00009.png');
}
.point10{
  background-image:url('../images/cannon/cannonanimation-8fps00010.png');
}
.point11{
  background-image:url('../images/cannon/cannonanimation-8fps00011.png');
}
.point12{
  background-image:url('../images/cannon/cannonanimation-8fps00012.png');
}
.point13{
  background-image:url('../images/cannon/cannonanimation-8fps00013.png');
}
.point14{
  background-image:url('../images/cannon/cannonanimation-8fps00014.png');
}
.point15{
  background-image:url('../images/cannon/cannonanimation-8fps00015.png');
}
.point16{
  background-image:url('../images/cannon/cannonanimation-8fps00016.png');
}
.point17{
  background-image:url('../images/cannon/cannonanimation-8fps00017.png');
}
.blocker{
    z-index:999999999;
}
#ae-cform-container-1{
  display:none;
}
#mute{
    color: #d1b59d;
    position: absolute;
    top: 0;
    right: 40px;
    margin: 20px;
    padding: 10px;
    font-size: 1.5em;
    z-index: 4;
    transform: scale(1);
    -webkit-transform: scale(1);
}
a.mute i.fa-volume-off{
  display:inline-block;
}
a.mute i.fa-volume-up{
  display:none;
}
a.unmute i.fa-volume-off{
  display:none;
}
a.unmute i.fa-volume-up{
  display:inline-block;
}
.hide{
  display:none;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 4px auto;
  text-align: center;
  width: 100%;
  z-index: 99;
  padding: 10px; }
  footer .legals a {
    display: inline-block;
    color: #4f4f4f;
    font-size: 0.5em;
    text-transform: uppercase;
    border-left: 1px solid #4f4f4f;
    padding-left: 5px;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease; }
  footer .legals a:hover {
    color: #d1b59d;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease; }
  footer .legals a:first-of-type {
    border-left: none; }

@media screen and (max-width: 500px) {
    div.container{
      left: 30px;
      font-size: 12px;
      right: 29px;
      text-align: left;
    }
  footer .legals a {
    font-size:0.4em;
  }
  .modal-contents {
    padding: 20px; }
    .modal-contents .decca-logo {
      max-width: 100px; }
    .modal-contents p {
      font-size: 1em; }
    .modal-contents .start-btn, .modal-contents .restart-btn {
      font-size: 1.75em; } }


@media screen and (min-width: 600px) {
  div.container{
    font-size: 19px!important;
  }
  .modal-contents p{
    font-size:1.4em;
  }
}