@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Raleway');

/* Global styles
================================================== */

html{
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
	color: #333333;
	background: #fff;
}

.body-inner{
	position: relative;
	overflow: hidden;
}

a:link,
a:visited{
    text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #000;
}

section{
	padding: 40px 0;
	position: relative;
}

.no-padding{
	padding: 0;
}
.padding10{
	padding: 10px;
}
.padding5{
	padding: 5px;
}
.topnav{
	padding: 5px;
	line-height: 150%;
	font-weight:700;
}
.leftnav td a{
	padding: 5px;
	line-height: 150%;
	font-weight:700;
}
a:focus{
	outline: 0;
}

img.pull-left, .pull-left > img {
	margin-right: 15px !important;
}

img.pull-right, .pull-right > img {
	margin-left: 15px !important;
}

.img-responsive {
    width: 100%;
    height: auto;
}
/* Typography
================================================== */

body, p{
	font-family: 'Raleway', sans-serif;
	font-weight: 300; 
	font-size: 14px;
}

h1{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

h3, h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700; 
}

h3{
    font-size: 20px;
    line-height: 24px;
}

h4{
    font-size: 18px;
    line-height: 22px;
}

.footer{
	font-weight: 300; 
	font-size: 12px;
	line-height: 16px;
}
