html,
body {
  height: 100%;
  background-color: #0069aa;
  color: #000;
  font-size:20px;
}

@charset "UTF-8";

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Tahoma:400,700);

@media print {
  a[href]:after {
    content: none !important;
  }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-11 {
  width: 91.66666666666666%;
}
.col-sm-10 {
  width: 83.33333333333334%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-8 {
  width: 66.66666666666666%;
}
.col-sm-7 {
  width: 58.333333333333336%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-5 {
  width: 41.66666666666667%;
}
.col-sm-4 {
  width: 33.33333333333333%;
 }
 .col-sm-3 {
   width: 25%;
 }
 .col-sm-2 {
   width: 16.666666666666664%;
 }
 .col-sm-1 {
  width: 8.333333333333332%;
 }

}

/* HEADINGS */

h1 {
	font: 26px/30px 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #0069aa;
}
h2 {
	font: 20px/24px 'Lato', sans-serif;
	color: #b2ab41;
}
h3 {
	font: 18px/22px 'Lato', sans-serif;
	color: #222222;
	font-style: italic;
}

/* TEXT ELEMENTS */ 

.light { /* secondary content importance, such as blog meta info, page notes, captions */
	color: #999999;
}

/* LINKS */

a:link, a:active { /* body content links only */
	color: #9c1272;
	text-decoration: none;
}
a:hover, a:visited {
	color: #9c1272;
	text-decoration: underline;
}

/* FORMS & BUTTONS */

input, .inputArea {
	font: 14px/19px 'Lato', sans-serif;
	color: #585858;
	background: #ededed;
	border: solid 2px #d1d1d1;
	display: block;
	line-height: 20px;
	padding: 5px;
}
input:focus, .inputArea:focus {
	border: solid 2px #b2ab41;
}
.submit {
	background: #9c1272;
	border: solid 2px #9c1272;
	color: #ffffff;
	cursor: pointer;
	line-height: 40px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	font: 16px 'Oswald', sans-serif;
	text-transform:uppercase;
	text-decoration: none;
}
.submit:hover {
	background: #ffffff;
	color: #9c1272;
}

.standard-bullet {
    list-style: none;
    padding:0;
    margin:0;
}

.standard-bullet li {
    padding-left: 3em; 
    text-indent: -.7em;
}

.standard-bullet li:before {
    content: ">";
    padding-right:14px;
    color: #9c1272;
}

.panel-default {
    border: none;
}

.panel-default > .panel-heading {
  background: #0069aa;
  border: none;
}

.navbar-custom { background-color: #0069aa !important;}

.navbar-default .navbar-text {
  color: #FFF !important;
}

.nav-pills > li{
  margin-left:30px;
  margin-right:30px;
}

.navbar-default .nav-pills > li > a {
  font-size: 1.8em !important;
  color: #FFF !important;
  box-shadow: 0px 0px 10px #777;
}
 
.navbar-default .nav-pills > li > a:hover, .navbar-default .nav-pills > li > a:focus {
  font-size: 1.8em !important;	
  color: #9c1272 !important;
  background-color: #757575;
}

.navbar-default .nav-pills > .active > a, .nav-pills > .active > a:hover  {
  background-color: #757575;
}

/*
.navbar-default {
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
}
*/