/* PBvsGR - Radio */

@font-face {
  font-family: 'teacher_A';
  src: url('fonts/Teacher_a.eot');
  src: url('fonts/Teacher_a.eot?#iefix') format('embedded-opentype'),
       url('fonts/Teacher_a.woff') format('woff'),
       url('fonts/Teacher_a.ttf')  format('truetype'),
       url('fonts/Teacher_a.svg#916a30928cd1afb44802dad39fddee73') format('svg');
       
  font-style:   normal;
  font-weight:  normal;
}

* {
  -webkit-font-smoothing: antialiased;
}

html {
  height:100%;
  width:100%;
  font-family: 'teacher_A';
}

body {
    background: url('../img/background.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width:100%;
    color:#ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}
.upgrade {
  display:none;
}
.mobile {
  position:absolute;
  top:50%;
  left:50%;
  padding: 15px;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  background-color: rgba(53,180,151,1);
  display: block;
  font-family: sans-serif, Verdana;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(41,41,41,0.8);
  -moz-box-shadow: 0px 0px 10px 0px rgba(41,41,41,0.8);
  box-shadow: 0px 0px 10px 0px rgba(41,41,41,0.8);
  z-index: 10;
  overflow-y:scroll;
  width:60%;
  height:80%;
}
.mobileInstructions, .mobile {
  display:none;
}
.overlayContainer {
  background-color: rgba(0,0,0,0.4);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 8;
}
.overlay {
  font-family: 'teacher_A';
  position: absolute;
  top:50%;
  left:50%;
  padding: 15px;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 10;
  text-align: center;
  font-size: 34px;
  background-color: #35B497;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(41,41,41,0.8);
  -moz-box-shadow: 0px 0px 40px 0px rgba(41,41,41,0.8);
  box-shadow: 0px 0px 40px 0px rgba(41,41,41,0.8);
}
.fontSwap {
  font-family: 'teacher_A';
  position:relative;
  top:2px;
}
h1 {
  margin: 10px 0;
  font-family: 'teacher_A';
  text-align: center;
  margin:0 auto;
}

.instructions {
  font-family: sans-serif, Verdana;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
}
.pink {
  color:#e5047e;
  font-weight: bold;
}
.prompt {
  position: fixed;
  left:2%;
  bottom:2%;
  cursor: pointer;
  font-size: 36px;
  z-index: 5;
  text-shadow: 1px 1px 5px rgba(41,41,41,1);
}
.map {
  margin:0 auto;
  width:100%;
  height:100%;
  z-index: 0;
}
.buy {
  margin:2% auto;
  width:100%;
  text-align: center;
}
.domino, .itunes {
  width:115px;
  height:auto;
  vertical-align: middle;
  padding: 0 4px;
}
li {
  width:45%;
  height:auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #e5047e;
  padding: 2% 1%;
  margin: 1% 1%;
  line-height: 20px;
  float:left;
  min-height: 70px;
}

@media only screen and (max-width: 667px) {
  body {
    overflow-y:scroll;
  }
  .map, .overlayContainer, .overlay, .prompt {
    display:none;
  }
  li {
    float: none;
    width:90%;
    margin:1% auto;
    padding: 3% 3%;
    margin: 5px 1%;
  }
  .mobile {
    display:block;
    height:auto;
    position: static;
    margin:2%;
    padding:1%;
    width:94%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    overflow: auto;
  }
  h1 {
    text-align: center;
    font-size: 20px;
  }
  .instructions {
    text-align: center;
  }
  .domino, .itunes {
    width:105px;
  }

}