/*
-------------------
Fonts
-------------------
*/

@font-face {
	font-family: 'Montserrat Alternates';
	font-style: normal;
	font-weight: 400;
	src: url('../woff/montserrat.woff') format('woff');
}

@font-face {
	font-family: 'FS Sinclair';
	font-style: normal;
	font-weight: 500;
	src: url('../woff/fssinclair.woff') format('woff');
}

@font-face {
	font-family: 'Font Awesome';
	font-style: normal;
	font-weight: 400;
	src: url('../woff/fontawesome.woff') format('woff');
}

/*
-------------------
Body and main tags
-------------------
*/

body {
	background: #EDEDE3;
	margin: 0px 0px 0px 0px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	line-height: 26px;
}

a {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.18);
	padding: 1px 4px;
	color: #e4303a;
	border-radius: 2px;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: color: #e4303a;
}

a:hover {
	background: rgba(255, 255, 255, 0.3);
}

h1,a.protecting {
	font-family: 'Helvetica Neue', 'Helvetica', 'Montserrat Alternates';
	font-weight: bold;
	margin: 0;
}

div#leftRight {
	width: 1240px;
	min-height: 550px;
	margin: 0 auto;
	position: relative;
}

a.signup {
	color: #FFF;
	background-color: #e4303a;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
}

a.signup:hover{
	background: #f4404a;
	text-decoration: none;
}

/*
-------------------
Header
-------------------
*/

div#header {

}

div#header a {
	color: #FFF;
}

div#header div#top {
	background: #948C7C;
	padding: 5px 0;
	color: #FFF;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 4px solid #BCB5AB;
}

/*
-------------------
Left
-------------------
*/

div#left {
	float: left;
	padding: 0 30px;
	margin-top: 20px;
}

div#left div#deflect {
	background-image: url('../img/deflect.png');
	background-position: center;
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-color: #E72D34;
	width: 400px;
	height: 300px;
	margin: 0 auto 20px auto;
	border-radius: 30px;
}

div#left div.blueBox {
	background: rgba(3, 71, 127, 0.8);
	width: 370px;
	padding: 20px;
	border-radius: 15px;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 20px;
	font-size: 12px;
}
 
div#left a.protecting{

	color:#ffffff;
	text-decoration: none;
	display: block;
	font-size:24px;

}

div#left div.blueBox a {
	padding: 0;
	background: transparent;
}

div#left div.blueBox p {
	text-align: justify;
	font-size: 16px;
}

div#left div.hiddenInfo {
	display: none;
	position: fixed;
	top: 5%;
	width: 390px;
	font-size: 16px;
	margin-left: 10px;
	text-align: justify;
}

div#left div.hiddenInfo h1 {
	color: #e4303a;
}

div#map {
	width: 500px;
	height: 300px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 200px;
}

/*
-------------------
Right
-------------------
*/

div#right {
	float: left;
	padding: 0 30px 0 40px;
	margin-top: 30px;
	width: 690px;
	text-align: justify;
	position: absolute;
	right: 0;
}

div#right h1 {
	color: #e4303a;
}

/*
-------------------
Info Boxes
-------------------
*/

div#infoBoxes {

}

div#infoTabs {
	color: #FFF;
	display: block;
}

div.infoTab {
	display: inline-block;
	float: left;
	border-radius: 7px 7px 0 0;
	background: rgba(228, 48, 58, 0.9);
	padding: 2px 8px 8px 8px;
	font-size: 11px;
	margin: 0 10px 0 5px;
	height: 40px;
	cursor: pointer;
	width: 160px;
	text-align: left;
}

div.infoTab h3 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0;
}

div.infoTab span {
	line-height: 15px;
	display: block;
}

div.infoTab:hover {
	background: rgba(228, 48, 58, 1);
}

div#infoBox {
	box-shadow: 7px 7px rgba(228, 48, 58, 0.9);
	border: 4px solid rgba(228, 48, 58, 0.9);
	border-radius: 5px;
	margin-bottom: 140px;
	width: 562px;
	height: 160px;
	overflow: hidden;

}

div#infoBox img {
	width: 562px;
	height: auto;
}


/*
-------------------
Bottom
-------------------
*/

div#bottom {
	width: 100%;
	min-width: 1240px;
	background: #f6f6f1;
	border-top: 3px solid #e4303a;
	position: fixed;
	bottom: 0;
	padding: 5px 0;
}

div#bottom img {
	width: 50px;
	height: auto;
	margin: 5px 0 0 30px;
}

div#bottom p {
	padding: 0 30px;
	font-size: 14px;
	line-height: 20px;
	width: 1000px;
	color: #111;
	border-radius: 15px;
	float: right;
	text-align: right;
}
