@charset "utf-8";
/*
	[Master Stylesheet]
	Theme Name: Enar
	Theme URI: http://enar.ideal-theme.com/html5/
	Description: Responsive Multi-Purpose HTML5 Template
	Author: IdealTheme
	Author URI: http://themeforest.net/user/IdealTheme
	Version: 1.4
*/
@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto:300,400');

a {
	color: #004f6d;
	text-decoration: none;
	outline: none;
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;	
	
}
a:hover {
	color: #7b811d;	
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;
}

a:visited {
	color: #7b811d;	
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;	
}

h2{
    color: #324545;
	font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-bottom: 15px;
    position: relative;
    font-family: "Oswald", "Open Sans", sans-serif;
    line-height: 40px;
}
	
h3{
   margin-bottom: 25px;
   font-size: 27px;
   font-weight: 500;
   letter-spacing: 1px;
   margin-top: 20px;
   margin-bottom: 10px;
   padding-bottom: 10px;
   position: relative;
   font-family: "Oswald", "Open Sans", sans-serif;
   line-height: 40px;
}

h4{
   margin-bottom: 25px;
   font-size: 24px;
   font-weight: 500;
   letter-spacing: 1px;
   margin-top: 20px;
   margin-bottom: 10px;
   padding-bottom: 10px;
   position: relative;
   font-family: "Oswald", "Open Sans", sans-serif;
   line-height: 40px;
}

h5{   
   font-size: 20px;
   font-weight: 600;
   letter-spacing: .6px;   
   margin-bottom: 5px;
   padding-bottom: 5px;
   position: relative;
   font-family: 'Raleway', sans-serif;
   font-family: 'Roboto', sans-serif;
   line-height: 40px;
   color:#004f6d;
}

p {
    margin-bottom: 15px;
    line-height: 24px;
    /*font-family: "lato", sans-serif;*/
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 auto 20px;
}

