html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}

#app {
 height: 100%;
}

.flex-container {
	--corner-easing:5px;
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 200px;
	background-color: rgba(206, 229, 209, 0.8);
	font-family: 'Roboto Condensed', sans-serif;
	color: rgba(0,0,0,.8);
}

.audio-wrapper{
	display:flex;
	flex-flow:row wrap;
	justify-content: center;
	align-items: flex-end;
	border-radius:var(--corner-easing);
	max-width: 600px;
}


.audio-module {
	padding: 20px;
    margin: 8px;
	font-size: 1.5em;
	background-color:rgba(13, 193, 40,.8);
	border-radius:var(--corner-easing);
}

.freq-readout {
	background-color: rgba(13, 0, 40,0.4);
	border-radius:var(--corner-easing);
	padding: 5px 10px;
    border: 2px solid black;
}

input[type=checkbox] {
    position: relative;
    top: -16px;
    left: 36px;
    width: 20px;
    height: 20px;
}

h1, h3 {
	margin: 5px;
}

h5 {
	margin:0px;
	font-family: 'Roboto', sans-serif;
	color: white;
}

p {
	color: rgb(144, 150, 145);
}

a {
	text-decoration: none;
	color: inherit;
}

header{
	font-family: 'Roboto', sans-serif;
	padding-top: 10px;
}

footer{
	font-size: .9em;
	color: rgb(144, 150, 145);
	font-family: 'Roboto', sans-serif;
	padding-bottom: 10px;
}

div > span {
	position: relative;
    top: -17px;
    left: -12px;
}
