@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Poppins';
	text-align: center;
}
.wrapper{
	width: 90%;
	margin: 0 auto;
}
header{
	width: 100%;
	height: 70px;
	background: #c0392b;
	position: fixed;
	background-image: url('logo.png');
	filter: brightness(100%); 
	background-size: 20%;  
	background-position: left;
	background-repeat: no-repeat;
	z-index: 10; 
}
section{
	text-align: left;	
}
.logo{
	width: 30%;
	float: left;
	text-align: left;
	line-height: 100px;
}
.logo a{
	text-decoration: none;
	font-size: 30px;
	font-family: 'Lato';
	color: #fff;
	letter-spacing: 4px;
}
nav{
	float: right;
	line-height: 200%;  
	padding: 16px 10px;
}
nav a{
	text-decoration: none;
	font-family: 'Lato';
	letter-spacing: 4px;
	font-size: 20px;
	color: #fff;
	padding: 16px 10px;
	margin: 0 1px;
	font-weight: 600;
}
nav a:hover{
	background: #fff;
	color: #130f40;
}
.banner-area{
	background-image: url('cb.jpeg');
	filter: brightness(80%); 
	background-size: cover;  
	background-position: center center; 
	top: 70px;
	height: 40vh;
	width: 100%;
	position: relative; 
	z-index: -4; 
}


.banner-area h2{
	padding-top: 4%;
	font-size: 40px;
	color: #fff;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
	opacity: 100%;
	z-index: -4; 
}
.banner-area h3{
	padding-top: 4%;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
	font-size: 25px;
	color: #fff;
	opacity: 100%;
	z-index: -4; 
}

.content-area{
	font-family: 'Helvetica';
	margin: auto;
/*    border: 3px solid #73AD21; */
	width: 70%;
	height: auto;
	position: relative;
	background: #fff;
	top: 70px;
	z-index: 1; 
/*	padding-top:140px; */
}
.content-area section{
	padding-top: 80px;
	    margin-top: -50px;
/*	    -webkit-background-clip: content-box;
	    background-clip: content-box; */
		z-index: 1; 
}

.content-area h2{
	text-align: left;
	font-size: 40px;
	margin: 0;
	padding-top: 10px;
	letter-spacing: 4px;
	z-index: -3; 
}
.content-area h3{
	text-align: left;
	font-size: 25px;
	margin: 0;
	padding-top: 10px;
	letter-spacing: 4px;
	z-index: -3; 
}
.content-area p{
	padding: 2% 0;
	line-height: 30px;
	text-align: justify;
	z-index: 1; 
}

.content-area ul{
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
	padding: 10px 30px;
	margin: 5px 0px;
	margin-bottom: 5px;
	line-height: 140%;
}
/*
.content-area a{
	text-decoration: none;
	font-family: 'Lato';
	letter-spacing: 4px;
	font-size: 20px;
	padding: 16px 10px;
	margin: 0 1px;
	font-weight: 600;
	z-index: 10;
}
nav a:hover{
	background: #fff;
	color: #130f40;
}
*/

