
/* 
/* 01. =webfonts and iconfonts
/* =================================================================== */
@import url("fonts.css");
@import url("font-awesome/css/font-awesome.min.css");

/* 
/* 02. =document setup
/* =================================================================== */

/* Body 
---------------------------------------------------------------------- */
html,
body {
	height: 100%;
}

html {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

body {
	margin: 0;
	font: 15px/30px "montserrat-regular", sans-serif;
	font-weight: normal;
	color: #575859;
}

div.main {
	position: relative;
	height: 100%;
	width: 100%;
	background: url(../images/1.jpg) no-repeat left top fixed;
	opacity: 0.5;
}

/* Typography
--------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "montserrat-bold", sans-serif;
	color: #1784b6;
	font-size: 50px;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 18px 0 15px;
	opacity: 1.0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #1784b6;
	font-weight: inherit;
}

h1 {
	font-size: 45px;
	line-height: 36px;
	margin-top: 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}



p {
	margin: 15px 0 15px 0;
}

hr {
	border: solid #1784b6;
	border-width: 1px 0 0;
	clear: both;
	margin: 23px 0 12px;
	height: 0;
}