/*CITATIONS

1360 Grid System based upon the original 960 Grid System - Text CSS.

Learn more ~ http://960.gs/

Licensed under GPL and MIT.

All images created by Simple Line and copyrighted by Adobe Stock and licensed for personal and commercial use through https://stock.adobe.com/.

All fonts licensed from Envato Elements for personal and commercial use through https://elements.envato.com/ 

Button Hover Styles 'underline' effect created by John Heiner and licensed under MIT. Available here:https://codepen.io/johnheiner/pen/EyaLQW

Great Button Animation effect created by Valentin Galmand and licensed under MIT. Available here: https://codepen.io/valentingalmand/pen/ggKrpY

Licenses are included in the root folder in a "licenses" folder. */

@font-face {
  font-family: 'Oliver';
  src: url("fonts/Oliver-Thin.ttf");
}
@font-face {
  font-family: 'Bornia-Bold';
  src: url("fonts/Bornia-Bold.ttf");
}
body {
  background:/* #1a3954*/rgb(71,92,112);
  color: #f2f0eb;
  font-size: 11px;
  height: auto;
  padding-bottom: 20px;
}
a {
  text-decoration: none;
	color:#f2f0eb;
}
a:link{
	text-decoration: none;
	
}
a:visited{
	text-decoration: none;
}
a:hover {
  text-decoration: none;
	color:#4ba4f2;
}

a:active{
	text-decoration: none;
}
h1 {
  font-family:/* bebas-neue-by-fontfabric*/"Oliver", sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 5px;
  font-size: 58px;
  padding-top: 20px;
  text-align: center;
	text-transform: uppercase;
}
h2 {
  padding-top: 20px;
  text-align: center;
  color: /*#1a3954*/rgb(71,92,112);
  font-family:"Bornia-Semibold", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 28px;
	text-transform:uppercase;
}
p {
  /* border: 1px solid #1a3954;*/
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  background-color: /*#3370a6*/rgb(112,96,71);
  color: /*#f2f0eb*/rgb(197,185,165);
  font-family:/* bebas-neue*/"Bornia-Semibold", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 22px;
}
.p2 {
  /*border: 1px solid #1a3954;*/
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  background-color: /*#4ba4f2*/rgb(197,185,165);
  color: /*#f2f0eb*/ rgb(112,96,71);
}
.container_17 {
  background-color: /*#f2f0eb*/ rgb(197,185,165);
  background-repeat: repeat;
  margin-bottom: 20px;
}
.container_17 {
  /*url("../img/17_col_blue.gif")*/
	background:url("../img/17colgray.jpg")
}