@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url(https://fonts.googleapis.com/css?family=Balthazar);

html {
	background: #f2f2f2;
}

body {
	font-size: 14px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
}

h1 {
	font-family: 'Balthazar', serif;
	color: #D20043;
	font-size: 26px;
	border-bottom: 1px solid;
}

h2 {
	font-family: 'Balthazar', serif;
	font-size: 22px;
	color: #D20043;
}

h3 {
	font-family: 'Balthazar', serif;
	font-size: 18px;
	color: #0043ff;
}

/*a, a:visited {
  color:#0043ff;
  text-decoration: underline !important;
}

a:hover, a:focus, a:active {
  color:#D20043 !important;
}*/

ul {
  margin: 0;
  padding: 0 0 0 32px;
}

header {
  padding: 20px;
}

nav {
  background: #d20043;
}

nav .button {
  display: none !important;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul li {
	display: inline-block;
}

nav ul li a,
nav ul li a:visited {
  color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 15px;
	text-transform: uppercase;
	display: block;
	text-decoration: none !important;
}

nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
  background: #0043ff;
  color: white !important;
}

/** CONTENT **/

main {
  padding: 2%;
}

user-logout {
  float: right;
}

/** FOOTER **/

footer {
  padding: 2%;	
}

footer img {
	max-width: 150px !important;
}
