#wrapper {
	display: flex;
	position: absolute;
	width: 100%;
	height: 600px;
}

#main-table {
	width: 60%;
	border: 0px;
}

#title-text {
	text-align: center;
	font-weight: normal;
}


#left-table {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 2vw;
	font-weight: bold;
	color: #efd7e5;
	background-color: #7e0852;
	}

#right-table {
	text-align: center;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 2vw;
	color: #ffffff;
	background-color: #969696;
	}

#middle-row-left {
	background-color: #7e0852;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#middle-row-right {
	background-color: #969696;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#ursula {
	font-family: 'Mistral', serif;
	font-size: 50px;
	color: #7e0852;
	line-height: 90px;
	}

#james {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 45px;
	color: #969696;
	line-height: 90px;
	}

.button {
        width: 174px;
        height: 174px;
	background: url("button-grey.png") no-repeat;
	display: inline-block;
	}

.button:hover {
	background: url("button-white.png") no-repeat;
	}

.button:active {
	background: url("button-green.png") no-repeat;
	}

@media (max-width: 1000px) {
	#wrapper {
		flex-direction: column-reverse;
		height: 600px;
		width: 50%;
		top: 10%;
		left: 25%;
		margin: 0 auto;
	}
	#leftbox, #rightbox {
		width: auto;
	}
}
