/*colors - 

#000 : 37 37 91
#494B9F
#5691C6 : 86 145 198
#93D4CE : 147 212 206

*/

@font-face {
 font-family: Raleway-Bold;
 src: url(Raleway-Bold.ttf);
}
@font-face {
 font-family: Raleway-Light;
 src: url(Raleway-Light.ttf);
}
@font-face {
 font-family: Raleway-Regular;
 src: url(Raleway-Regular.ttf);
}
body {
	font-family: Raleway-Light;
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
	margin: 0;
	max-width:400px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Raleway-Regular;
	font-weight: 400;
	margin: 10px 0;
}
h2, h3 {
	border-bottom:#666 thin solid;
}
li {
	list-style:square;
}
#theMenuBut {
	position:absolute;
	float:right;
	top:5px;
	right:5px;
	padding:0;
	color:#00295F !important;
}
.fa {
	padding: 20px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}
.fa:hover {
	opacity: 0.7;
}
.fa-facebook {
	background: #3B5998;
	color: white;
	font-size:30px !important;
	width:80px;
}
.fa-instagram {
	background: #125688;
	color: white;
	font-size:30px !important;
	width:80px;
}
img {
	width:350px;
	vertical-align: middle;
	text-align:left;
	margin:0;
	padding:0;
}
#TheLogos {
	width:90%;
	text-align:center;
}
.center {
	margin: auto;
	width: 100%;
	padding: 10px;
}
.w3-container, .w3-panel {
	margin-top:15px;
}
.marquee {
	position: relative;
	float: left;
	width:350px;
	overflow: hidden;
	border: 1px solid #00;
	color: #FFF;
	background-color: #900;
	font-size: 1.6em;
	font-weight: bold;
	height:35px;
}
.myHeader h1 {
	text-align:center;
	margin-top:15px;
	font-family: Raleway-bold;
	color: #000;
	text-transform: uppercase;
	font-size: 1.3em;
}
a.btn {
	font-size: 1.0em;
	text-decoration: none;
	color: #FFF;
	background-color:#76551F;
	padding: 6px 6px;
 transition: background-color .5s;
	text-transform: uppercase;
	font-family: Raleway-Light;
	text-align:left;
}
a.btn:hover {
	background-color: rgba(78, 106, 123, .3);
}
#mySidebar a {
	text-align:left;
}
#mySidebar button {
	position:absolute;
	top:0;
	right:0;
	text-align:left;
	font-size:.7em;
	width:175px;
}
nav {
	z-index:99;
}
nav ul {
	font-size:.7em;
	margin-top:45px !important;
}
nav li {
	list-style:none;
	margin-left:15px;
}
nav li a {
	font-size:.7em;
	text-transform:uppercase;
	list-style:none;
}
nav li:before {
	padding-right: 8px;
}
footer p {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
}
.w3-btn, .w3-button {
	font-size:12px;
}
input.error {
	border-style:solid;
	border-color:red;
	background-color:#FFC;
}
div.error {
	position:relative;
	float:left;
	width:100%;
	padding:0;
	font-weight:normal;
	color:#F00;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.mySlides {
	display: none;
}
.mySlides img {
	vertical-align: middle;
}
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* The dots/bullets/indicators */
.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active {
	background-color: #717171;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
 @-webkit-keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
 @keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
 .text {
font-size: 11px
}
}
