﻿
body
{
	font-family: 'Roboto Condensed', sans-serif !Important;
	/*font-family: 'Alegreya Sans', sans-serif;*/
}

h1, h2
{
	font-size:40px;
	font-weight: 800;
}

h1, h2, h3, h4, h5.h6, ul, li
{
	padding: 0px;
	margin: 0px;
	
}

.featurecontainer li
{
	list-style-type: square;
	font-size: 15px;
	padding: 10px 2px;
	border-bottom: 1px solid rgba(29, 23, 23, 0.22);
	list-style-position:inside;
}



a
{
	text-decoration: none;
	color: black;
}

header
{
	position: relative;
	width: 100%;
	height: 54px;
	border-bottom: 1px solid black;
}

.headerlogo
{
	position: relative;
	width: 40%;
	float: left;
}

.menus
{
	width: 60%;
	float: left;
	margin-top: 5px;
}

	.menus ul li
	{
		float: left;
		padding: 10px;
	}

/*layer captions*/

.largecaption
{
	
	color: white;
	font-size: 120px;
	font-weight: bold;
}

.bigcaption
{
	color: white;
	font-size: 50px;
	font-weight: bold;
}

.mediumcaption
{
	color: white;
	font-size: 30px;
}

.smallcaption
{
	color: white;
	font-size: 25px;
}

.backgroundred
{
	background: rgba(249, 30, 38, 1);
	padding: 4px 15px;
}

.backgroundgreen
{
	background: green;
	padding: 4px 15px;
}

.captiondetail
{
	color: white;
	font-size: 20px;
	line-height: 24px;
}

/*end layer captions*/


.bigtitle
{
	background: url(../img/bg-noise.png);
	border-top: 2px solid rgb(163, 67, 18);
	border-bottom: 1px solid rgb(163, 67, 18);
}


.transitiodemo
{
	padding-bottom: 15px;
}

.featureheader
{
	padding: 25px 0px;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.16);*/
}

.ft
{
	padding: 12px 0px;
	text-indent: 12px;
	color: white;
	background:url(../img/pattern.png) rgba(63, 184, 59, 0.72);
}

select
{
	height: 30px;
	margin-top: 26px;
}

option
{
	font-size:15px;
}

footer
{
	padding: 15px 0px;
	background: rgb(52, 94, 186);
	margin-top: 40px;
	color: white;
}
