* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  color: red;
}
p {
  margin-top: 1rem;
}
a:hover {
  color:#23527c;
}
a:visited {
  color: red;
}

a.platform, a.platform:visited {
		display: block;
		background: rgba(0,0,0,0.3);
		border: 1px solid #ffffff;
		text-decoration: none;
		padding: 8px;
		width: 22%;
		margin-right: 2%;
		color: #ffffff !important;
		float: left;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px;
}

a.platform:hover {
		background: rgba(0,0,0,0.6);
}

body {
	background: url(/img/bg-page.png);
	background-size: cover;
color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  margin: 0 auto;
  position: relative;
  font-size: 3vw;
  line-height: 1.5;
}

h1 {
		font-size: 5vw;
}

h3 {
	margin-top: 3vw;
	font-style: italic;
	font-size: 4.3vw;
	padding-top: 6vw;
}


p {
	display: block;
	width: 100%;
	clear: both;
}

#initial, #recordings, #headerdiv, #main {
	width: 95vw;
	max-width: 950px;
  display: block;
  margin: auto;
  margin-top: 2rem;
  padding: 0;
}

#questions {
	width: 95vw;
	max-width: 950px;
  display: block;
  margin: auto;
  margin-top: 1rem;
  padding: 0;
}


header, #qwrapper {
	padding-top: 0.6vw;
	padding-bottom: 5vw;
	width: 100%;
	background-color: #f1f3f4;
	color: #000000;
}


#main {
   padding-bottom: 2vw;
}

#main a {
 color: #000000;
font-weight: bold;
 
}

#main img {
		width: 50%;
		float: left;
		height: auto;
}

#initial {
		padding-bottom: 1vw;
}

#initial div#low, #initial div#high  {
margin: 0;
		display: block;
		width: 46vw;
		max-width: 470px;
	margin-top: 2rem;
	}

#initial div#low {
		float: left;
}

#initial div#high {
		float: right;
}

#initial div audio, #initial div button {
		float: left;
		clear: both;
		width: 100%;
}

#initial div button {
		clear: both;
		width: 100%;
}

#initial span.label {
	display: block;
	float: left;
	width: 22vw;
	max-width: 190px; 
	margin-top: 1rem;
}

#initial input {
	width: 72vw;
	display: block;
	float: right;
	height: 6vw;
		margin-top: 1rem;
		padding-left: 0.25rem;
	max-width: 750px;
	border: none;
	border-radius: 0.4vw 0.4vw;
	  font-family: 'Oxygen', sans-serif;
	  font-size: 4vw;
}

div.text, div.recordbuttons {
    width: 100%;
    clear: both;
}

#controls, #ready {
  display: none;
	width: 95vw;
	max-width: 950px;
  margin: auto;
  margin-top: 2rem;
  padding: 0;
}
button {
	width: 50%;
	float: left;
  height: 25vw;
  min-width: 2rem;
  border: none;
  border-radius: 0.15rem;
  background: #ed341d;
  cursor: pointer;
  display: block;
  justify-content: center;
  align-items: center;
  color:#ffffff;
  font-weight: bold;
  /*font-size: 1rem;*/
  font-family: 'Oxygen', sans-serif;
  font-size: 4vw;
}
button:hover, button:focus {
  outline: none;
  background: #c72d1c;
}
button::-moz-focus-inner {
  border: 0;
}
button:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 3rem;
}
button:disabled {
  pointer-events: none;
  background: lightgray;
}
button:first-child {
  margin-left: 0;
}
audio {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  clear: both;
  
}

li {
  list-style: none;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  
}
#formats {
  margin-top: 0.5rem;
  font-size: 80%;
}

#basetracks {
	
		bottom: 20px;
}

#recordings {
		display: none;
		margin-top: 4rem;
}

#loading {
	position: fixed;
	background: rgba(0,0,0,0.5);
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 5;
	left: 0;
	top: 0;
}

#loading img {
	display: block;
	margin: auto;
	margin-top: 15vw;
		width: 8vw;
		height: 8vw;
}

a.uploadButton {
		display: block;
		color: #ffffff;
		text-decoration: none;
		background-color: red;
		padding: 8px 15px;
		width: 35vw;
		text-align: center;
		font-weight: bold;
		overflow: auto;
		margin-top: 15px;
		float: right;
}

a.uploadButton:hover {
background: #c72d1c;
}

#againButton {
	background-color: #f1f3f4;
	color: #000000;
}

#readyButton {
	background-color: #ffffff;
	color: #000000;
}

#againButton:hover, #readyButton:hover {
background: #c72d1c;
	color: #ffffff;
}



p.downloads {
		display: none;
}

.downloadsvisible p.downloads {
		display: block;
}


@media only screen and (min-width: 800px) {
	
	header {
			padding-bottom: 2vw;
	}
  body {
    font-size: 2vw;
  }

h1 {
	font-size: 3.5vw;	
}
  
#initial input {
	height: 2.7vw;
}

h3 {
	margin-top: 2vw;
	font-size: 3vw;
}

button {
  font-size: 2vw;
   height: 6vw;
}

   
}



@media only screen and (min-width: 1335px) {
  body {
    font-size: 20px;
  }
  h1 {
	font-size: 30px;	
}

h3 {
	margin-top: 20px;
	font-size: 30px;
}
button {
  font-size: 27px;
}

}