/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v20-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-600 - latin */
@font-face {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/quicksand-v20-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v20-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v20-latin-600.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quicksand-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v20-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}

html {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: 100vw;
  height: auto;
  
  overflow: hidden;
}
 .logo {
  position: absolute;
  width: auto;
  height: 65px;
  top: 0px;
  left: 80px;
 }
 .content {
  display: block;
  width: 100vw;
  height: auto;
  align-items: center;
  justify-content: center;
  position:relative;
  text-align: center;
  color: #571c29;
  font-family: 'Quicksand';
  font-size:24pt;
  font-style: normal;
  font-weight: 100; 
 }
 .live {
  height: 75px;
 }
 .player-controls {
  display: block;
  height: 100px;
  position: relative;
  outline: 0;
 }
 .repeat {
  display: block;
  width: 100vw;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #5e5b5b;
  font-family: 'Quicksand';
  font-size:14pt;
  font-style: normal;
  font-weight: 100;
 
 }
 .player-controls .playpause-btn {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: Transparent;
  outline: none;
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}
.player-controls .playpause-btn::-moz-focus-inner {
  border: 0;
}
.player-controls .playpause-btn:active {
outline: none;
border: none;
}

.player-controls .playpause-btn:focus {
outline: none;
border: none;
}

#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input {
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
#menuToggle span {
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #fffff;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
  position: absolute;
  width: 190px;
  height: 80vh;
  box-shadow: 0 0 10px #85888C;
  margin: -50px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background-color: #571c29;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li {
  padding: 10px 0;
  transition-delay: 2s;
}
#menuToggle input:checked ~ ul {
  transform: none;
}
body {
 background-color: #ffffff;
 margin: 0;
 padding: 0;
}
a {
 text-decoration: none;
 color: #ffffff;
 opacity:1;
 font-family: Quicksand;
 font-size: 1.5em;
 font-weight: 400;
 transition: 200ms;
}
a:hover {
 opacity:0.5;
}
ul {
 padding: 0;
 list-style-type: none;
}
nav {
 background-color: #571c29;
 height: 65px;
 width: 100vw
}
h1 {
 text-align: left;
 color: #571c29;
 font-family: 'Quicksand';
 font-size:24pt;
 font-style: normal;
 font-weight: 100; 
}
h2 {
 text-align: left;
 color: #5e5b5b;
 font-family: 'Quicksand';
 font-size:18pt;
 font-style: normal;
 font-weight: 700; 
}
h3 {
 text-align: left;
 color: #5e5b5b;
 font-family: 'Quicksand';
 font-size:18pt;
 font-style: normal;
 font-weight: 100; 
}



@media (max-width: 275px) {
 .logo {
  height: 55px;
  top: 5px;
  left: 70px;
 }
}

@media (min-height: 550px) {
 .content {
  font-size:26pt;
 }
 .live {
  height: 85px;
 }
 .repeat {
  font-size:18pt;
 }
 .player-controls {
  height: 120px;
 }
 .player-controls .playpause-btn {
  width: 120px;
  height: 120px;
  border-radius: 60px;
 }
}



@media (min-height: 650px) {
 .content {
  font-size:32pt;
 }
 .live {
  height: 100px;
 }
 .repeat {
  font-size:20pt;
 }
 .player-controls {
  height: 150px;
 }
 .player-controls .playpause-btn {
  width: 150px;
  height: 150px;
  border-radius: 75px;
 }
}



@media (min-height: 7000px) {
 .content {
  font-size:32pt;
 }
 .live {
  height: 125px;
 }
 .repeat {
  font-size:22pt;
 }
 .player-controls {
  height: 160px;
 }
 .player-controls .playpause-btn {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 80px;
 }
}
