/*
/* reset */
/*end reset*/
@font-face {
    font-family: 'ambleregular';
    src:url(../fonts/Amble-Regular-webfont.ttf) format('truetype');
}

p {
	font-size:18px;
	text-align:justify;
	color:black;
	 padding-left: 25px ;
	 padding-right: 25px ;
	line-height: 1.5em;
	font-family: Verdana, Times, Arial, Helvetica, sans-serif;
	background:#fff;
	
}
p1{
	font-size:18px;
        font-style: italic;
	color:black;
	line-height: 1.5em;
	font-family: Verdana, Times, Arial, Helvetica, sans-serif;
	background:#fff;
	
}
p2{
	font-size:18px;
        font-style: ;
	color:gray;
	line-height: 1.5em;
	font-family: Verdana, Times, Arial, Helvetica, sans-serif;
	background:#fff;
	
}

d {
	font-size:18px;
	text-align: center;
	color:black;
	font-weight: bold;
	 padding-left: 25px ;
	 padding-right: 25px ;
	line-height: 1.5em;
	font-family: Verdana, Times, Arial, Helvetica, sans-serif;
	background:fff;
	
}


r {
	font-size:18px;
	color:red;
	font-weight: normal;
	font-family: Verdana, Times, Arial, Helvetica, sans-serif;
	background:fff;
	
}

b{
	font-size:18px;
	text-align:left;
	font-weight: bold;
	font-family: Verdana, Times, Arial, Helvetica, sans-serif;
	background:fff;
}

.responsive {
  max-width: 100%;
  height: auto;
}

h4 {
	font-size: 22px;
	color: white;
	font-weight:bold;
	font-family: Verdana, Times, Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 3px #999;
	text-align:center;
}

.navbar {
	background: #333;
}

.footer {
        background-color:#333;
        min-height: 50px;
        width:auto; 
	font-style: italic;
	 font-size: 13px;
	text-align:center;
	color: white;
	border-top: 2px solid red;
}


.wrap{
	width:100%;
	margin:0 auto;
	position:relative;
	
}

.wrap4{
	width:90%;
	margin-top:140px;
	position:relative;
	padding-left: 20px;
	padding-right: 20px; 

}

.wrap2{
	width:90%;
	margin:0 auto;
	position:relative;
	
}
.wrap3{
	width:95%;
	margin:0 auto;
	
}
.header2{
	  width:auto;
	  height:auto;	 
	 }	


.header2{
	height: 100px;
	 position:fixed;
	 width: auto;
	 margin:auto;
	 left:0;
        right:0;
	 z-index:1;
	background-color: #000000;
	background-image:-moz-linear-gradient(top, #1f3945 1%, #4792b5 92%);
	background-image:-webkit-linear-gradient(top, #1f3945 1%, #4792b5 92%);
	background-image:-ms-linear-gradient(top, #1f3945 1%, #4792b5 92%);
	background-image:linear-gradient(top, #1f3945 1%, #4792b5 92%);
	background-image:-o-linear-gradient(top, #1f3945 1%, #4792b5 92%);
	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(1%,#1f3945), color-stop(92%,#4792b5));
	border-bottom: 3px solid red;
 }



#roundcorners4
{	border:2px solid red;
	border-radius: 50%;
	
}

h1 {
    font-size: 2.5em; /* 40px/16=2.5em */
}

h2 {
    font-size: 1.875em;
    color: blue;
    font-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 2px #888;	/* 30px/16=1.875em */
    
}

h3 {
	font-size: 25px;
	font-weight: bold;
	color:black;
	 text-align:center;
	text-shadow: 2px 2px 4px #888;
}


A.type2:link    {font-family:  Verdana, times,Arial,Helvetica, sans-serif;

	font-size: 18px;
	color:#0000FF; 
	text-decoration: underline;
	font-style:normal;
	font-weight:;
	text-align:left;
	
}


A.type2:hover   {font-family:  Verdana, times, Arial,Helvetica, sans-serif;
	color:#FF0000; 
	font-size: 18px;
	text-decoration: red wavy underline;
	font-style:normal;
	font-weight:;
	text-align:left;
}



.btn.btn-primary {
	width: 180px;
	height: 35px;
	text-align: center;
	 padding: 8px 10px;
	box-shadow: ;
	background: none;
	position: relative;
	display: inline-block;
	font-size: 12px;	
	color: darkgreen;
	font-weight:bold;
	border: 1px solid red;
	 background: -webkit-linear-gradient(right, #FFFFFF,  #FFFFFF);
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none!important;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-box-shadow: 5px 5px 5px gray;

}
.btn.btn-primary:hover {
	width: 180px;
	height: 35px;
	text-align: center;
	box-shadow: ;
	background: none;
	position: relative;
	display: inline-block;
	padding:8px 10px;
	color: white;
	font-weight:bold;
	border: none;
       background: -webkit-linear-gradient(right, #000000,  #000000);
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none!important;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-primary:visited {
	width: 180px;
	height: 35px;
	position: relative;
	text-align: center;
	box-shadow: none;
	display: inline-block;
	color: #000FFF;
	font-weight:bold;
	border: medium none;
       background: #FFFFFF) -webkit-linear-gradient(right;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none!important;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease; font-style:normal; font-variant:normal; font-size:12px; font-family:verdana, Arial, Helvetica, sans-serif; padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media (max-width: 600px) {
    h5 {
    font-size:14px;
   }
   
@media (max-width: 600px) {
    h4 {
    font-size:14px;
   }
   
@media (max-width: 600px) {
    h3 {
    font-size:20px;
   }
   
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media (max-width: 600px) {
    p {
    font-size: 15px;
    color: red;
   }


		
}