body {
	background: url(betalsa.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header {
	text-align: center;
	margin-top: 4em;
	font-family: 'Jacques Francois Shadow', cursive;
}

.text {
	text-align: center;
	border: 10px outset white;
	width: 30%;
	position: absolute;
	left: 35%;
	background-color: rgba(240,234,214,0.5);
}

#contact-info p {
	font-size: 1.5em;
	color: black;
	font-family: 'Sorts Mill Goudy', serif;
}

#about-info p {
	font-size: 1.25em;
	font-family: 'Sorts Mill Goudy', serif;
}

a:hover {
	text-decoration: none;
	color: black;
}

a {
	color: black;
}

.boxes {
	position: relative;
	left: 30%;
	width: 70%;
}

.about-us {
	text-align: center;
	margin-top: 1em;
	border: 2px solid black;
	width: 15%;
	background-color: rgba(240,234,214,0.5);
	margin-bottom: 1em;
	margin-right: 1.5em;
	display: inline-block;
	font-size: 1.5em;
	color: black;
	font-family: 'Sorts Mill Goudy', serif;
}

.about-us:hover {
	background-color: rgba(230,225,223,0.93);
}

.contact-us {
	text-align: center;
	margin-top: 1em;
	border: 2px solid black;
	width: 15%;
	background-color: rgba(240,234,214,0.5);
	margin-bottom: 1em;
	display: inline-block;
	font-size: 1.5em;
	color: black;
	font-family: 'Sorts Mill Goudy', serif;
}

.contact-us:hover {
	background-color: rgba(230,225,223,0.93);
}

.watch {
	text-align: center;
	border: 2px solid black;
	width: 15%;
	background-color: rgba(240,234,214,0.5);
	margin-bottom: 1em;
	margin-right: 1.5em;
	display: inline-block;
	font-size: 1.5em;
	color: black;
	font-family: 'Sorts Mill Goudy', serif;
}


.watch:hover {
	background-color: rgba(230,225,223,0.93);
}
.break {
	word-break: break-all;
}

.vid {
	width: 50%;
}
.video-div {
	position: absolute;
	left: 25%;
	width: 50%;
}