/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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,
a:visited {
  outline: 0;
  color: #000;
  opacity: 0.8;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
a:hover {
  opacity: 1;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1vw;
  /*background: #ebf4f7;*/
  background: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
body.showme {
  opacity: 1;
}
#cont {
  height: 100vh;
  width: 100vw;
}
#cont canvas {
  pointer-events: none;
}
#symbol {
  width: 30px;
  width: 2vw;
  height: 30px;
  height: 2vw;
  position: fixed;
  padding: 40px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  transform-origin: center;
  cursor: pointer;
  z-index: 1;
}
#symbol:hover {
  transform: rotate(275deg);
}
#symbol svg {
  width: 100%;
  height: auto;
}
#hero {
  position: absolute;
  z-index: -1;
  width: 40%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  height: 60%;
  background-image: url("../img/NoRome_ItsAllSmiles_3000px.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#hero img {
  display: none;
}
#hero.secondaryP {
  background-image: url("../img/NoRome_Smiles_Tour-2.jpg");
}

.mailingList {
  position: absolute;
  z-index: -1;
  width: 40%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.5);
}

#social {
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

#social ul li {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 5px;
}
#social ul li.vre {
  margin-bottom: 10px;
}
#social ul li.bLink {
  margin-bottom: 15px;
}
#social ul li.bLink a {
  font-size: 1.5em;
}
#social ul li.bbLink {
  margin-bottom: 20px;
  display: block;
}
#social ul li.bbLink a {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  padding: 0.3em 0.75em;
  transition: background-color 0.5s ease, color 0.5s ease;
  border: 1px solid #000;
}
#social ul li.bbLink a:hover {
  background-color: #fff;
  color: #000;
}
#social ul li svg {
  width: 16px;
  height: auto;
}
#wrapper {
  position: relative;
  height: calc(100vh - 16vh);
  width: 70%;
  max-width: 1920px;
  margin: auto;
  transform: scale(0.98);
}
#vinylcodes {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#vccodediv {
  width: 80%;
  display: inline-block;
  float: left;
}
#vclink {
  display: none;
}
#vcsubmitdiv {
  display: inline-block;
  float: left;
  width: 20%;
}
input#vccode,
input#vcsubmit {
  width: 100%;
  padding: 20px;
  text-align: center;
  border: 1px solid #fff;
  border: 0;
  color: #111;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Eurostile MN";
  outline: none;
}
input#vcsubmit {
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  outline: none;
  cursor: pointer;
}
input#vcsubmit:hover {
  background-color: #fff;
  color: #111;
}
.txt a {
  color: #fff;
}
.ui-dialog {
  font-family: "Apercu Pro";
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  top: 0 !important;
  width: calc(100% - 40px) !important;
  left: 0 !important;
  bottom: 0 !important;
  color: #fff;
}
.ui-dialog-buttonset {
  top: 2em;
  position: relative;
}
.ui-dialog-titlebar-close {
  position: absolute;
  right: 20px;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  #wrapper {
    width: 90%;
  }
  html,
  body,
  #cont {
    height: 100%;
  }
  #social {
    padding-bottom: 80px;
    position: unset;
    bottom: unset;
    display: block;
  }
  #symbol {
    top: 0;
    width: 32px;
    position: relative;
  }
  #cont {
    margin-bottom: 80px;
    height: auto;
  }
  #hero {
    width: 90%;
    max-height: unset;
    background-image: unset;
    position: relative;
    height: auto;
    margin-top: 0px;
    transform: unset;
    top: unset;
  }
  #hero img {
    display: block;
    width: 100%;
    height: auto;
  }
  .mailingList {
    width: 100%;
    height: auto;
    position: relative;
    top: unset;
    transform: unset;
  }
}

@media only screen and (max-width: 568px) {
  #wrapper {
    width: 96%;
    height: calc(100vh - 10vh);
  }
  #vccodediv {
    width: calc(100% - 40px);
    display: block;
    float: none;
  }
  #vcsubmitdiv {
    width: 100%;
    display: block;
    float: none;
    margin-top: 1em;
  }
}
