body{
    background-image: url('../Images/wall.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	background-position: bottom;
    margin: 0px;
    padding: 0px;
	height: 100vh;
}
#photos {
    position: fixed;
    z-index: -1;
    bottom: -5px;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
#boombox{
    font-size: 1.2em;
    position: absolute;
    z-index: 0;
    bottom: 4%;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}
input, select{
    border-radius: 10px;
    border: 2px solid #dd0000;
}
#volume.selected {
    background-color: #dd0000;
    color: white;
    border: 2px solid #dd0000;
  }
#audiofile.selected {
    background-color: #dd0000;
    color: white;
    border: 2px solid #dd0000;
}
#tile{
    font-family: 'great-vibes-regular', arial, sans-serif;
	z-index: -2;
    color: rgb(34, 34, 114);
    text-transform: uppercase;
    position: relative;
	transform: rotate(0.5deg);
    animation: fadeIn 1s; 
    background-image: url('../Images/tile copy.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	height: 50vh;
	width: 50vh;
	margin-top: 1%;
    box-shadow: -10px 5px 20px rgba(0, 0, 0, 0.404);
}
h1{
    font-family: 'playoff', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
    color: rgb(34, 34, 114);
    text-transform: uppercase;
    align-items:center;
    display: flex;
    justify-content:center;
    text-align: center;
    animation: fadeIn 1s; 
}
h11{
    font-family: 'playoff', Arial, Helvetica, sans-serif;
	font-size: 0.5em;
    color: rgb(34, 34, 114);
    text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
    align-items:center;
    display: flex;
    justify-content:center;
    text-align: center;
    animation: fadeIn 1s; 
}
h2{
    font-family: 'playoff', arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;   
    font-size: 1em; 
    line-height: 1;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
}
h3{
    font-family: 'playoff', arial, sans-serif;
    text-transform: uppercase;
    color: #dd0000;   
	display: inline;
    font-size: 2em; 
    line-height: 1;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
}
#content{
	font-family: 'playoff', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
    color: rgb(34, 34, 114);
    text-transform: uppercase;
	align-content: center;
	justify-content: center;
    animation: fadeIn 1s; 
    flex-direction: row;
	margin: 0;
  	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	padding-left: 10%;
	padding-right: 10%;
	width: 40vh;
}
#linenr{
	width: 20%;
	padding-left: 40%;
	padding-right: 40%;
    font-family: 'playoff', arial, sans-serif;
    font-size: 1em;
    color: rgb(34, 34, 114);
    text-transform: uppercase;
    position: fixed;
    bottom: 20px;
    animation: fadeIn 1s; 
    text-align: center;
	justify-content: center;
}
.menu > img{
    height: 100%;
}
.poster{
    transform: rotate(9deg);
    width: 70%;
    height: 70%;
}
.menu-bg{
    font-size: 1em;
    height: 50px;
    margin-top: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #2b2c2d;
    text-align: center;
}
.menu{
    font-size: 1em;
    height: 50px;
    max-width: fit-content;
    margin:0px;
    padding-top: 0px;
    line-height: 80px;
    padding-bottom: -5px;
    display: flex;
    align-items: center;  
    background-color: #dd0000;
    vertical-align: center;
    text-align: center;
}
.button{
    border-width: 5px;
    border-radius: 50px;
    border-color: rgb(99, 0, 0);
    border-style: solid;
    background-color: rgb(99, 0, 0);
    width:max-content;
    padding: 20px;
    font-family: 'playoff', Arial, Helvetica, sans-serif;
    color: white;
    margin-top: 20px;
    transition: transform .3s ease-in-out;
}
#tile-menu{
	justify-content: center;
	flex-direction: row;
	z-index: -4;
}
#randomtitle {
	color: #FFFFFF; 
	font-size: 1em
}
#tile-controls{
	position: relative;
	margin-top: 20px;
	line-height: 33px;
	width:35%;
	margin-left: 15vh;
	border-radius: 20px;
	background-color: #DD0000;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	flex-direction: row;
	display: inline-block;
	z-index: -0;
}
#quotebnnr{
	display: inline;
	background-color: rgba(0,0,0,0.5);
	font-family: 'playoff', Arial, Helvetica, sans-serif;
	color: white;
	padding: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: -10px;
	z-index: -2;
}
#quotenr{
	margin-left: 20px;
}
button{
	font-size: 1.5em; 
	font-family: 'playoff'; 
	color: #dd0000;
	border-radius: 10px;
    border: 2px solid #dd0000;
}
input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: white;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 0px solid white;
    }
input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #b40000;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 0px solid white;
    }
p{
	font-family: 'playoff', arial, sans-serif;
    text-transform: uppercase;
    color: #b40000;   
    font-size: 1em; 
    text-decoration: none;
	position: fixed;
    bottom: 0;
	width: 100%;
	padding-bottom: 20px;
}
.button:hover{
    border-width: 5px;
    border-radius: 50px;
    border-color: #dd0000;
    border-style: solid;
    width:max-content;
    padding: 20px;
    font-family: 'playoff', Arial, Helvetica, sans-serif;
    transform: rotate(360deg);
    margin-top: 20px;
}
.sponsorlogo{
	max-height: 75px;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
a{
    font-family: 'playoff', arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    align-self: center;
    border-radius: 50px;
    border-width: 2px;
    border-color: rgb(99, 0, 0);
    margin-left: 10px;
    margin-right: 10px;
}
.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}
@font-face {
    font-family: playoff;
    src: url(../fonts/PlayoffProCond-Black.otf);
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A30000;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: -2px;
  bottom: 0px;
  top: -2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input[type='submit'] {
	font-size: 1.5em; 
	font-family: 'playoff'; 
	color: #dd0000;
	border: 2px solid #dd0000;
}

input:checked + .slider {
  background-color: #009E01;
}

input:focus + .slider {
  box-shadow: 0 0 1px #009E01;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  border: solid 3px #dd0000;
}

.slider.round:before {
  border-radius: 50%;
  border: solid 3px #dd0000;
}
@media (orientation: portrait) {
	body{
		height: 100vh; 
	}
	#randomtitle {
	color: #FFFFFF; 
	font-size: 1.5em;
}
#tile{
    font-family: 'playoff', arial, sans-serif;
    color: rgb(34, 34, 114);
    text-transform: uppercase;
    align-items:center;
    display: flex;
    justify-content:center;
	position: relative;
    text-align: center;
    background-image: url('../Images/tile copy.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9;
    height: 50vh;
	width: 50vh;
    margin-top: 150px;
    box-shadow: -10px 5px 20px rgba(0, 0, 0, 0.4);
}
H1{
    font-family: 'playoff', Arial, Helvetica, sans-serif;
    color: rgb(34, 34, 114);
    text-transform: uppercase;
    align-items:center;
    display: flex;
    justify-content:center;
    text-align: center;
    animation: fadeIn 1s; 
}
H2{
    font-family: 'playoff', arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;   
    font-size: 0.9em; 
    line-height: 1;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
}
#content{
	font-family: 'playoff', Arial, Helvetica, sans-serif;
    font-size: 3em;
    color: rgb(34, 34, 114);
    text-transform: uppercase;
    align-items:center;
    display: flex;
    justify-content:center;
    text-align: center;
    animation: fadeIn 1s; 
    flex-direction: row;
}
#linenr{
    width: 20%;
	padding-left: 40%;
	padding-right: 40%;
    font-family: 'playoff', arial, sans-serif;
    font-size: 2em;
    color: rgb(34, 34, 114);
    text-transform: uppercase;
    position: fixed;
    bottom: 40px;
    animation: fadeIn 1s; 
    text-align: center;
	justify-content: center;
}
#photos {
    position: absolute;
	width: 100%;
	margin-left: 0%;
    z-index: -1;
    bottom: 0;
}
#boombox{
    font-size: 2em;
    position: absolute;
    z-index: 0;
    bottom: 15%;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}
input[type='submit'] {
	font-size: 2em; 
	font-family: 'playoff'; 
	color: #dd0000;
	border: 2px solid #dd0000;
}
	input[type='text'] {
		font-size: 2em;
		line-height: 1.7;
	}
	input[type='select'] {
		font-size: 2.5em;
		
	}
#tile-menu{
	justify-content: center;
	flex-direction: row;
	z-index: -4;
}
#tile-controls {
	display:block;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 20px;
	line-height: 33px;
	width:60%;
	border-radius: 20px;
	background-color: #DD0000;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	flex-direction: row;
}
#quotebnnr{
	position: relative;
	font-size: 2em;
	margin-top: -20px;
	line-height: 2;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	z-index: -2;
}
}


#sfwtitle {
	color: #FFFFFF; 
	font-size: 1em
}



.btn {
	font-size: 1.5em; 
	font-family: 'playoff'; 
	color: #dd0000;
	border-radius: 10px;
    border: 2px solid #dd0000;
}

i {
	margin-top: 10px;
}
