/*********************************************************************************************

Project : rwdgrid - responsive grid system for your next project
URI: http://rwdgrid.com/
Version: 1.0
Author: Vineeth G S 
Author URI: http://www.gsvineeth.com
Github URI: https://github.com/gsvineeth/rwdgrid/

**********************************************************************************************

1.  Default / for Grid 1200px             
2.  960px 
3.  720px
4.  lt 720px 


**********************************************************************************************/


body{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;
	background-color: #fff;
	color: #444;
	text-align: center;
	line-height: 1.4em;
}

.header{
	text-align: center;
	margin-top: 200px;
	margin-bottom: 100px;
}

.main{
	margin-bottom: 50px;
}

.board{
	margin-bottom: 50px;
}

.board p{
	font-style: italic;
}

.contact{
	margin-top: 50px;
	margin-bottom: 150px;
}

address{
	font-style: normal;
}

ul{
	display: block;
	list-style: none outside;
	margin: 0;
	padding: 0;
}

a, a:hover, a:active, a:visited{
	color: #444;
	text-decoration: none;
	border-bottom: 3px solid #ddd;
}

a:hover{
	transition: all 0.3s ease-out;
	border-bottom: 3px solid #257545;
}

h1, h2{
	color: #257545;
	line-height: 1em;
}

h1{
	font-family: 'Merriweather', serif;
	font-weight: 900;
	font-size: 2em;
	letter-spacing: -1px;
}

h2{
	font-family: 'Merriweather', sans-serif;
	font-weight: 900;
	font-size: 1em;
	margin-bottom: 10px;
}

.hr{
	height: 3px;
	width: 25%;
	margin: 0 auto;
	background-color: #257545;
}

/********************************************************************************************* 

3.  720px 

*********************************************************************************************/ 

@media only screen and (min-width: 720px) and (max-width: 959px) {
 
}
 
 

/********************************************************************************************* 

4.  lt 720px 

*********************************************************************************************/ 

@media only screen and (max-width: 719px) {

}
