body
{
	margin:0;
	padding:0;
	line-height:28px;
	text-align:justify; 
	font-family: 'Varela', sans-serif;
}
h1
{
	color:#0377AA;
	font-size:50px;
}
span
{
	color:#DBC660;
	font-size:50px;
}
a:hover
{
	text-decoration:none;
}
.navbar-default
{
	border:none;
	background:none;
}
.imgwidth
{
 width:100%;
}
.banner
{
	background-image:url('../images/1.jpg');
	background-size:cover;
	margin-bottom:2%;
}
.banner.two {
    background: url(../images/1.jpg) no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 200px;
}
.maintitle
{
    font-size: 60px;
    color: #fff;
    padding: 100px;
    text-align: center;
}
.banner-text
{
	 color: #fff;
    padding: 140px;
    text-align: center;
}
.banner-text h2
{
	    font-size: 40px;
    line-height: 60px;
}
.banner-text p
{
	font-size:20px;
	text-align:center;
	color:#fff;
}
.read-more
{
	margin-top:4%;
}
.read
{
background: #06B6FF;
    color: #fff;
    padding: 10px 50px;
    font-size: 25px;
	    border: none;
}
.title
{
	font-size:35px;
	text-align:center;
}
.subtitle
{
	font-size:25px;
	text-align:center;
}
.form-control
{
	width:100% !important;
	font-size:15px;
	margin:1% 0px;
}
p
{
	font-size:16px;
	text-align:justify;
	line-height:30px;
	color:#000;
}
.navbar-default
{
	background:none;
	height:auto;
	border:none;
}
.navbar-default .navbar-nav > li > a {
       color: #06b6ff;
    padding: 0px 15px;
    padding-top: 40px;
    font-size: 20px;
}
.navbar-nav > li > a:hover
{
	background:#dbc65d;
}
.active
{
	color:#dbc65d;
}
footer
{
	 background: #000;
	color:#fff;
	padding:5px 0px;
}
footer p
{
	color:#fff;
	text-align:center;
	
}
.copy
{
	text-align: center;
    font-size: 20px;
    border-top: 3px solid #ccc;
    background: rgba(9, 26, 1, 0.93);
    color: #fff;
    padding: 3px;
}
.border
{
	border: 2px dotted #0377AA;
    padding: 20px 60px;
    border-radius: 50px;
   
}
@media only screen and (max-width : 640px) 
{
	.top-nav
	{
		background:none;
	}
	.navbar-nav {
    margin: 7.5px -15px;
    background: none;
    /* width: 101%; */
	}
	h3:hover
	{
		text-decoration:none;
	}
}