@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&subset=greek');
/* LAYOUT *
-----------------------------------------------*/
html, body{
    height:100%;
    width:100%;
}
* {
  box-sizing: border-box;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* COLORS *
-----------------------------------------------*/
/* FONTS *
-----------------------------------------------*/
@font-face {
  font-family: 'Sacramento';
  font-style: normal;
  font-weight: 400;
  src: local('Sacramento'), local('Sacramento-Regular'), url(https://fonts.gstatic.com/s/sacramento/v5/buEzpo6gcdjy0EiZMBUG4C0f-A.ttf) format('truetype');
}
.script {
  font-family: 'Sacramento', cursive;
}
.display {
  font-family: 'Roboto Slab', sans-serif;
}
/* GLOBAL *
-----------------------------------------------*/
body {
  margin: 0;
  background-color: #dd4444;
  background-image: url('http://nicholaspetersen.is/wp-content/themes/v3.1/images/blackbg1-transparent.png');
  color: white;
  text-align: center;
  font-family: 'Roboto Slab', sans-serif;
}
@media screen and (min-width: 38em) {
  body {
    font-size: 112.5%;
  }
}
.page-wrap {
  width: 100%;
  overflow: hidden;
  background: url('christmas-trees-mobile.png') no-repeat;
  background-position: top center;
  background-size: 100% auto;
  min-height:100%;
}
@media screen and (min-width: 38em) {
  .page-wrap {
    background: url('christmas-trees.png') no-repeat;
    background-size: 100% auto;
  }
}
.wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
p.small {
  font-size: 0.8em;
}
a {
  color: #9c3538;
}
a:hover {
  color: #bf3d3f;
}

#password{
    background: rgba(19, 19, 19, 0.14);
    border-radius: 4px;
    padding: 1em 1.5em;
    text-align: center;
    text-decoration: none;
    color: #f8f8f8;
    font-size: 1.5em;
    transition: all 0.3s ease-out;
    border:0;
    transition:all 0.3s;
    margin-right:10px;
    margin-bottom:10px;
}

.icons img{
    width: 10%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    margin-right: 0.5%;
    margin-bottom: 2em;
    max-width: 100px;
}

#finalselected{
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
    -webkit-transform:translate3d(-50%,-50%,0);
    -moz-transform:translate3d(-50%,-50%,0);
    -ms-transform:translate3d(-50%,-50%,0);
    -o-transform:translate3d(-50%,-50%,0);
    width:50%;
}

#finalselected img{
    margin:0 auto 30px;
    max-width:200px;
    height:auto;
    width:100%;
}

#finalselectedname{
    font-size:2em;
    font-weight:bold;
}

a.sc-player,
.button {
  display: inline-block;
  background: #bf3d3f;
  background: rgba(19, 19, 19, 0.14);
  border-radius: 4px;
  padding: 1em 1.5em;
  text-align: center;
  text-decoration: none;
  color: #f8f8f8;
  font-size: 1.5em;
  transition: all 0.3s ease-out;
}
a.sc-player:hover,
.button:hover {
  background: #9c3538;
  background: rgba(19, 19, 19, 0.24);
  color: #f8f8f8;
}
.button svg {
  fill: #f8f8f8;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.main {
  margin-bottom: 4em;
}
.transition {
  transition: all 0.3s ease-out;
}
h1 {
  position: relative;
  margin-top: 50px;
  font-family: 'Roboto Slab', sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1;
  text-shadow: 0.15em 0.1em 3px rgba(19, 19, 19, 0.22);
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 20em) {
  h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 38em) {
  h1 {
    font-size: 3.5em;
    margin-top: 10vh;
    margin-bottom: 2vh;
  }
}
@media screen and (min-width: 68em) {
  h1 {
    font-size: 4em;
  }
}
h1 .small {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.15em;
  margin-bottom: -0.15em;
  text-transform: none;
  font-weight: normal;
  font-size: 0.6em;
  position: absolute;
  left: 50%;
  margin-left: -1.75em;
  top: -0.25em;
}
h1 .script {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.15em;
  margin-bottom: -0.15em;
  font-weight: normal;
  text-transform: none;
}
@media screen and (min-width: 38em) {
  h1:hover {
    -webkit-transform: translate(-0.1em, -0.1em) scale(1.05);
            transform: translate(-0.1em, -0.1em) scale(1.05);
    text-shadow: 0.25em 0.2em 10px rgba(19, 19, 19, 0.22);
  }
}
p {
  max-width: 55em;
  max-width: 55rem;
  margin: 0 auto 2em;
  line-height: 1.2;
  text-align: left;
  font-size: 100%;
}

#preloader{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate4d(-50%,-50%,0);
    -webkit-transform:translate3d(-50%,-50%,0);
    -moz-transform:translate3d(-50%,-50%,0);
    -ms-transform:translate3d(-50%,-50%,0);
    -o-transform:translate3d(-50%,-50%,0);
    width:100px;
    height:100px;
    display:none;
}

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