@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
body {
	font-family: 'Lato', sans-serif;
	width: auto;
	line-height:auto;
	color:#333;
}
hr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	clear: both;
	width: 100%;
	clear: both;
}

.font-dark-gray{
  color:#333;
	}
.font-white{
	color:#fff;
	}
p, ul, ol, li{
	font-size:16px;
	line-height:normal;
	font-weight:lighter;
	line-height:26px;
	}
.kill-margin{
	margin-top:0px;
	margin-bottom:0px;
}
/*************** ALL LINKS SAME STYLE LAAAAA **************************************/
a.link{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

a.link:hover {

	outline-style: solid;
  outline-color: #ccc;
	outline-width:3px;
	outline-offset: -3px;
}


/*************** TITLE STYLE **************************************/
h1{
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight:lighter;
}

h2{
	text-decoration: none;
	font-size: 18px;
	font-weight: lighter;
}
h3{
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}
.justify{
	text-align:justify;
	}
.center{
	text-align:center;
	}
.left{
	text-align:left;
	}
.right{
	text-align:right;
	}
ol, ul{
	padding-left: 25px;
}




/*************** READ MORE BUTTON **************************************/
.readmore{
	color: #FFF;
	text-decoration: none;
	background-color: #0b1e2f;
	padding: 7px 25px 4px 25px;
	border-radius:5px;
	display:inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-transform:uppercase;
	font-size:13px;
	margin-bottom:20px;
}
.readmore:hover{
	background-color:#F30;
	opacity:1;
}

/*********************CONTACT US INFO ARRANGEMENT*******************************************/


.contact span{
	width:40px;
	display:inline-block;
	
}
