/* ----- MOBILE NAV ----- */
.navbar 
{
	background: #b30000;
}

/* ----- MAIN NAV---- */
nav a 
{
	border-bottom-color: #b30000;
	background-color: #b30000;
}

nav > a.active, nav a:hover, .drop:hover > a 
{
	color: white;
	border-color: white;
}

@media (min-width: 992px) {

	nav {
		text-align: right;
	}

	nav a {
		font-size: 1.2rem;
	}
}

@media (min-width: 1400px) {

	nav {
		text-align: right;
	}

	nav a {
		font-size: 1.4rem;
	}
}

/* ----- HEADER---- */

header 
{
	background-color: #b30000;
	background-image: url(/images/snowbg.png);
	background-position: top;
	background-repeat: repeat-x;
}

/* ----- FOOTER ----- */
footer
{
	background: #b30000;
}

/* ----- OTHER ----- */
h1, h2, main a
{
	color: #b30000;
}

#section2 p a
{
	padding: 10px 20px;
	font-size: 1.75rem;
	margin-top: 20px;
	display: inline-block;
	text-align: center;
	font-family: 'palanquinbold';
	background: #b30000;
	border: 1px solid #b30000;
	border-radius: 5px;
	color: white;
}

#section2 p a:hover
{
	cursor: pointer;
	text-decoration: none;
	background: white;
	border: 1px solid #b30000;
	border-radius: 5px;
	color: #b30000;
}