body, body *{
	padding:0px;
	margin: 0px;
	box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

}


/*The hrader styles appear here*/
header section a{
			text-decoration: none;
			display: inline-block;
			border-radius: 20px;
			margin-top: 20px;
			padding: 10px;
			width: 170px;
			text-align: center;
			font-size: 16px;
			text-transform: capitalize;
			vertical-align: middle;
			font-weight:bold;
		}

.logo img{
	min-width: 50px;
	height: 50px;
	max-width: 130px;
	object-fit: contain;
	vertical-align: middle;
}
.logo{
	display: inline-block;
	margin: 7px;
	position: absolute;
}
.desk{
	display: none;
	visibility: hidden;
}
header li a{
	text-decoration: none;
	color: white;
	font-weight: bold;
}
.dropdown{
	position: relative;
}


/*styling for the mobile disply of the header*/
.mob li{
	list-style: none;
	margin-bottom: 20px;
	text-align: left;
}
.mob a{
	color: black;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	font-size: 20px;


}
.dropdown span a{
	display: block;
	font-size: 14px!important;
}
.mob em{
	float: right;
	margin-top: -50px;
	padding-bottom: 20px;
	display: block;
	color: black;
}
.mob ul span{
	display: block;
	width: 150px;
	padding: 5px;
	background:hsl(0,0%,97%);
	position: absolute;

}


.mob ul span a{
text-decoration: none;
color: hsl(0,0%,40%);
margin: 10px;
border-bottom: 1px solid;
padding: 3px;
display: block;
}
.mob .menu{
	float: right;
	position: relative;
	margin: 10px;
	margin-top: 65px;
	margin-right: 15px;
}
.mob ul{
	background: white;
	padding: 10px;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	display: none;
	z-index: 1000;
	padding-left: 30px;
	right: 0px;

}
.cancel{
	font-style: normal;
	display: inline-block;
	margin: 10px;
	font-weight: bold;
}

@media(min-width: 768px){
header{
		background-size: 100% 100%;
		margin-bottom: 30px;
		min-height: 700px;
	}
}


@media(min-width: 1000px){
.desk{
	display: block;
	visibility: visible;
}

	.mob{
		display: none;
	visibility: hidden;
}
.mob ul{

}



.desk  li{
	display: inline-block;
	margin-right: 15px;
}
.deskmenu{
	float: right;
}

.desk li span{
	width: 100px;
	background: white;
	position: absolute;
	top: 19px;
	left: -15px;
	padding: 10px;
	display: none;
	border-radius: 3px;
}
.desk li span a{
	margin-bottom: 10px;
	display: inline-block;
	color: grey;
	font-weight: normal;
	width: 90%;
	font-size: 14px;
	padding-bottom: 3px;
	border-bottom: 1px solid;
}
}



footer{
	padding:30px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin-top: 30px;
	padding-right: 0px;
}
footer h1 img{
	width: 60px;
	margin-left: 5px;
	vertical-align: middle;
}
.social{
	clear: both;
}
.social li img{
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.social li{
		display: inline-block;
		margin-right: 10px;
}
footer .copy{
	background: hsl(0,0%,80%);
	padding: 15px;
	text-align: center;
	color: black;
}
footer h1{
	margin-bottom: 15px;
	font-size: 23px;
}
footer li b{
	float: left;
	width: 100px;
}
footer ul{
	margin-bottom: 30px;
}
footer div{
	padding: 30px;
	padding-bottom: 3px;
}
footer ul li{
	margin-bottom: 10px;
	list-style: none;
	clear: both;
	font-size: 14.5px;
}
footer .copy ul p{
	color: hsl(0,0%,30%);

}
footer p a{
	color: hsl(0,0%,20%);
}
@media(min-width: 1000px){
header{
		background-size: 180% 180%;
		background-position: 100%;
		margin-bottom: 30px;
		min-height: 700px;
	}
	
	.logo{
		margin:20px;
	}
	footer{
		text-align: center;
		padding-top: 10px;
	}
	footer ul{
     width: 250px;
     text-align: left;
     display: inline-block;
     vertical-align: top;
     margin: 40px;
	}
	header nav{
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 20px;
	padding-right: 40px;
}
}

