﻿@viewport, @-ms-viewport {
	width: device-width;
    zoom: 1.0;
}

@font-face {
	font-family: ArialRounded;
	src: url("/fonts/arial_rounded_mt_bold-webfont.eot");
	src: url("/fonts/ArialRoundedMTBold.TTF");				
}

* {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
    }

html {
	background: url('/media/redesign/bg-bottom.png') left bottom / 100% auto no-repeat, url('/media/redesign/bg-gradient.png') left bottom / 100% 100% repeat-x, #bd161d;
    padding: 0;
}

body {
	background: url('/media/redesign/bg-top.png') no-repeat left top;
    background-size: 100% auto;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0 20px;
    display:flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap:wrap;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    text-align: center;
    color: #fbeae3;
}

h1 {
    margin-top: 0;
    margin-bottom: 2.5em;
}

h1 img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

a:link, a:visited {
    display: inline-block;
    border: 2px solid #fbfbfb;
    color: #fbfbfb;
    text-decoration: none;
    padding: 5px 15px;
    margin: 10px;
    width: 300px;
    border-radius: 5px;
}

a:hover, a:active {
    background-color: #fbfbfb;
    color: #aa0000;
}

a.menu-open {
	background-color: #f7f7f7;
	color: #aa0000;
}

h2 {
    font-family: ArialRounded, Arial, "sans-serif";
    display: inline;
    font-size: 1.0em;
}

.page {
    width: 100%;
    text-align: center;
}

.major-links {
    width: 100%;
}

.major-links a {
    line-height: 2.5em;
    font-family: ArialRounded, Arial, "sans-serif";
    transition: all 0.2s ease-in;
}

.dropdown {
    display: inline-block;
}

a.dropdown-toggle:link, a.dropdown-toggle:visited{
 
}

.dropdown-toggle span {
    float:right;
    line-height: 2.5em;
}

.dropdown-menu {
    top: 4em;
    left: 10px;
    right: 10px;
    border-top: 0 none;
    padding-right:0;
    border-radius: 0 0 5px 5px;
    background: #fbfbfb;
}

.dropdown-menu>li>a {
    width: 100%;
    margin: 0;
    padding: 5px 20px;
    border-radius: 0;
    font-size: initial;
    border: 0 none;
    text-align: left;
}

.dropdown-menu>li>a:hover {
    background: #efefef;
    color:#4b4b4b;
}
@media screen and (max-width: 767px) {
    body {
        padding: 0;
    }
    h1 {
        padding-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .dropdown-menu {
        top: 3.1em;
    }
    a.dropdown-toggle:link, a.dropdown-toggle:visited {
        margin-top: 0.5em;
    }
}