@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000;
}

#quibbles{
	background-image: url("../images/Quibbles_Background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.other{
	background-image: url("../images/other_background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

h1{
	font-family: 'Chelsea Market', cursive;
	font-size:40px;
	color:white;
	text-align:center;
	padding-top:30px;
}

h2{
	font-family: 'Chelsea Market', cursive;
	font-size:18px;
	color:white;
	text-align:center;
}

h3{
	font-family: 'Chelsea Market', cursive;
	font-size:22px;
	color:white;
	text-align:left;
}

h4{
	font-family: 'Chelsea Market', cursive;
	font-size:28px;
	color:white;
	text-align:center;
}

p {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:white;
	padding: 0px 30px 0px 30px;
}

h5 {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	color:white;
	padding: 0px 30px 0px 30px;
}

img{
	margin:auto;
	text-align:center;
}

hr {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: white;
    border-width: 1px 0 0 0;
    border-radius: 20px;
	width: 80%;
}
hr:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: white;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

a {
	color:coral;
}

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


.button{
	margin:auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color:white;
	font-size:1.25em;
	background-color:#991a4a;
	width:280px;
	padding: 10px 0px 10px 0px;
	border-radius: 30px;
	border: 2px solid white;
	text-decoration: none;
	box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, .25);
}
.button:hover{
	margin:auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color:#2f1356;
	font-size:1.25em;
	background-color:white;
	width:280px;
	padding: 10px 0px 10px 0px;
	border-radius: 30px;
	border: 2px solid white;
	text-decoration: none;
	transition: .25s;
	box-shadow: 0px 6px 6px 5px rgba(0, 0, 0, .5);
}

.button2{
	margin:auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color:black;
	font-size:16px;
	background-color:white;
	max-width:150px;
	padding: 10px 0px 10px 0px;
	border-radius: 10px;
	border: 2px solid white;
	text-decoration: none;
	box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, .25);
}

.button2:hover{
	margin:auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color:white;
	font-size:16px;
	background-color:black;
	max-width:150px;
	padding: 10px 0px 10px 0px;
	border-radius: 10px;
	border: 2px solid white;
	text-decoration: none;
	transition: .25s;
}

.spacer{
	padding: 50px 0px 0px 0px;
}

.footer{
	margin:auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color:white;
	background-color:#252525;
	padding: 25px 0px 25px 0px;
}

.center{
	margin: auto;
	text-align: center;
}

.knightmares{
	
	background-image: linear-gradient(to right, #009204 , #034905);
	background-image:url("../images/Knightmares-BLURRY.png");
	background-size: cover;

}

.quibbles{
	background-color:#4A0F85;
	background-image: linear-gradient(to right, #4A0F85 , #7e3cc0);
	background-image:url("../images/Quibbles_BLURRY.png");
	background-size: cover;
}

.image_shadow{
	box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, .25);
}

audio {
    filter: grayscale(100%) contrast(100%) invert(100%);
    width: 60%;
    height: 40px;

}

.sales {
	max-width: 250px;
	display: inline-block;
	padding: 0px 10px 25px 10px;
}

.separator-title{
	padding:0px 0px 18px 0px;
	background-color:black;
	opacity: .7;
}
/*
.box {
	padding: 0px 5px 18px 5px;
	border: 2px #991a4a solid;
	border-radius: 10px;
	background-color:black;
	width:80%;
}*/

