html,
body {
    background-color: black;
}

.titlelogo {
	padding-top: 10vh;
	display: flex;
	justify-content: center;
}

.titleimg{
	width: 70vw;
}

.menubutton {
    display: block;
    max-width: 26vw;
    width: auto;
    height: auto;
}

.availableoptions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
	position:absolute;
    padding-top: 15vh;
}

/* @media screen and (min-device-height:750px) { */
	/* .availableoptions { */
		/* display: flex; */
		/* flex-direction: row; */
		/* flex-wrap: wrap; */
		/* justify-content: space-around; */
		/* position:absolute; */
		/* bottom:18vh; */
	/* } */
/* } */

/* @media screen and (min-device-height:1200px) { */
	/* .availableoptions { */
		/* display: flex; */
		/* flex-direction: row; */
		/* flex-wrap: wrap; */
		/* justify-content: space-around; */
		/* position:absolute; */
		/* bottom:22vh; */
	/* } */
/* } */

/* @media screen and (min-device-height:1400px) { */
	/* .availableoptions { */
		/* display: flex; */
		/* flex-direction: row; */
		/* flex-wrap: wrap; */
		/* justify-content: space-around; */
		/* position:absolute; */
		/* bottom:24vh; */
	/* } */
/* } */

.availableoptions>a {
    padding-top: 3vh;
}