﻿@import url('https://fonts.googleapis.com/css?family=Noto+Serif|Quintessential|Open+Sans');

.banner {
	position: absolute;
	top: 276px;
	background-image: url('../images/banner.png');
	height: 41px;
	width: 100%;
	display: none;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(15, 60, 110, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-top--fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.cd-top:hover {
	background-color: #0f3c6e;
	opacity: 1;
}
#content {
	margin-top: 50px;
}

.footBox {
	margin: 4px;
	padding: 4px 0;
}
.foot-links {
	list-style: none;
	padding: 0 0 0 18px;
}
footer {
	font-size: 12px;
	color: #000;
	padding: 10px 0;
	border-top: 1px #eee solid;
}
footer a {
	color: #337ab7;
}
footer a:hover {
	color: #e56815;
}
footer .nav>li>a {
	padding: 10px;
}
footer .nav>li>a:focus, footer .nav>li>a:hover {
	background-color: transparent;
}

h1 {
	font-family: 'Noto Serif', serif;
}
.hpass {
	display: none;
}

#logo {
	height: 120px;
}

.mobile-only {
	display: inline;
}

#name {
	font-family: 'Noto Serif', serif;
	color: #fbc0cd;
	-webkit-text-stroke-width: 0px;
	-webkit-text-stroke-color: #000;
	font-size: 14px;
	position: absolute;
	left: 100px;
	top: 16px;
}
.navbar {
	border: 0;
	margin-bottom: 10px;
}
/*.navbar-default {
	background-color: transparent;
	border-color: transparent;
}*/
.navbar-default {
	background-color: #9c6;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #ea4a76;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #ea4a76;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #ea4a76;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a {
	color: #fff;
	background-color: #ea4a76;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #fff;
	background-color: #ea4a76;
}
.no-mobile {
	display: none;
}

#paypal {
	position: absolute;
	right: 0;
	top: 180px;
}

.red {
	color: #a60909;
}
.relative {
	position: relative;
}

#sub {
	position: absolute;
	top: 46px;
	left: 120px;
	font-family: 'Quintessential', cursive;
	font-size: 14px;
	color: #79b34d;
}

@media (min-width: 458px) {
	#name {
		font-size: 20px;
	}
	#sub {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.banner {
		top: 276px;
		display: block;
	}
	.container {
		width: 100%;
	}
	.facebook {
		display: block;
		margin-top: 10px;
	}
	footer .nav {
		margin-bottom: 10px;
	}
	footer .nav>li {
		float: left;
		display: block;
	}
	#logo {
		height: 174px;
	}
	#name {
		-webkit-text-stroke-width: 1px;
		font-size: 35px;
		left: 150px;
		top: 26px;
	}
	#paypal {
		right: 0;
		top: 120px;
	}
	#sub {
		top: 80px;
		left: 184px;
		font-size: 22px;
	}
}

@media (min-width: 992px) {
	.banner {
		top: 304px;
	}
	.container {
		width: 970px;
	}
	#logo {
		height: 200px;
	}
	#name {
		font-size: 45px;
		left: 170px;
		top: 26px;
	}
	#paypal {
		right: 0;
		top: 140px;
	}
	#sub {
		top: 96px;
		left: 210px;
		font-size: 26px;
	}
}

@media (min-width: 1200px) {
	.banner {
		top: 276px;
	}
	.container {
		width: 1170px;
	}
	#logo {
		height: 223px;
	}
	#name {
		font-size: 55px;
		left: 190px;
		top: 26px;
	}
	#paypal {
		right: 0;
		top: 150px;
	}
	#sub {
		top: 110px;
		left: 240px;
		font-size: 30px;
	}
}

