body {
    background-color: #41393d;
	padding: 0.0em;
	width: 900px;
	margin: 5em;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Athelas Rg", serif;
    overflow: hidden;
    background-color: #41393d;
}

li {
    float: right;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #be1e2d;
}


.main{
	position: relative;
	width: 900px;
	height: 300px;
	}

video {
    width: 100%;
    height: auto;
}


h1 {
color: #be1e2d;
font-family: Majesti Banner, serif;
background-color: #41393d;
}

h2 {
color: #8a8c8f;
font-family: Majesti Banner,serif;
border-style: double;
}

p {
color: #ffffff;
font-family: "Athelas", serif;
}


header {
	background-color: #FFFFFF;
}

#specials {
	padding: 2em;
	float: center;
	background-color: #8a8c8f;
	column-count: 3;
	column-width: 900px;
}

#active {
	background-color: #8a8c8f;
}


footer {
	margin-top: 1em;
	margin-bottom: 2em;
	padding-top: 1em;
	background-color: #be1e2d;
}
.footer-content {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 3em;
}
.footer-social {
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: center;
	background-color: #be1e2d;
}
.footer-social li {
	float:none;
	display: inline-block;
	margin: 0 2em 0 0;
}
.footer-social li a {
	line-height: 2em;
	display: inline-block;
	width: 1em;
	height: 1.5em;
	text-align: center;
	border: 2.5px solid rgba(255,255,255,.3);
	border-radius: 50%;
}
.footer-social li a:hover {
	border-color: #fff;
	background: #fff;
}
.footer-social li a img {
	width: auto;
	height: 1em;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}
.footer-info {
	padding-top: 1em;
}
.footer-info p {
	font-size: .8em;
	color:#fff;
	line-height: 1.55;
	max-width: 36em;
	margin-bottom: 2em;
}
.footer-info {
	clear: both;
}
.footer-legal {
	opacity: .8;
}
.footer-credit a:hover {
	text-decoration: none;
}
.footer-credit {
	float: right;
	width: 40%;
	text-align: right;
}

.footer-disclaimer {
	float: left;
	width: 60%;
	position: relative;
}

#menu {
	padding: 1em;
	margin: 2em;
	background-color: #FFF;
	align-content: center;
	
	
}

button {
	background-color: #ef4e22; /* Spicy */
    border: none;
	border-radius: 8px;
    color: white;
    padding: 15px 32px;
    text-align: center;
	float: auto;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-family: "Majesti Banner Bold", serif;
}

#buttons {
	padding: 1em;
	margin: 1em;
	float: center;
	align: center;
	background-color: #8a8c8f;
	column-count: 2;
	column-width: 900px;
	column-gap: 150px;