body{
	margin: 0;
	font-family: 'raleway-medium copy', serif;
}

.topbar{
	width: 100%;
	height: 60px;
	background-color: #000;
	color: #fff;
	font-weight: initial;
}
.top img{
	margin-right: 5%;
}
.to{
	margin-left: 5%;
}
nav{
	background-color: #000;
	width: 100%;
	justify-content: space-around;
	height: 50px;
	position: sticky;
	display: block;
	top: 0;
	background: rgba(0,0,0,.8);
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
	z-index: 100;
}
.class{
	background-color: black;
}
nav ul{
	display: flex;
	margin: 2px;
	padding: 0 100px;
	float: right;
}
nav ul li{
	list-style: none;
}
nav ul li a{
	display: block;
	color: #fff;
	padding: 0 20px;
	font-size: 15px;
	text-align: center;
	line-height: 50px;
	text-transform: capitalize; 
	text-decoration: none;
}
nav ul li a:hover,
nav ul li a.active{
	background-color: #fff;
	text-decoration: none;
}
.container{
	margin-left: 5%;
	width: 90%;
	margin-right: 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.dropbutton{
	       padding: 16px;
	       font-size: 16px;
	       border-radius: 5px;
	       color: blue;
	       padding-bottom: 10px;
	       align-content: center;
}
.dropbtn{
	       background-color: aliceblue;
	       color: black;
	       padding: 16px;
	       font-size: 16px;
	       border-radius: 16px

}
.dropdown {
	        position: relative;
	        display: block;
	    }
.dropdown-content{
	display: flex;
	position: absolute;
	background-color: grey;
	min-width: 160px;
	box-shadow: 04px 8px 16px 033px rgba(0,0,0,0.2);
	z-index: 1;

	}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: flex;
	font-weight: normal;

}
.dropdown-content a:hover{
	background-color: papayawhip;
}
.dropdown:hover
.dropdown-content{
	display: flex;
}
.dropdown:hover
.dropbtn {
	background-color: #17a2b8;
}

.menu a{
	text-decoration: none;
	color: black;
	padding: 4px;
	font-size: 20px;
	border-radius: 3px;
}
.menu a:hover{
	background-color: #17a2b8;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}
a.active{
	background-color: #17a2b8;
	color: #000;
	border-radius: 3px;
}
.banner{
	width: 100%;
	height: 600px;
}

.intro{
	border-style: groove;
}
.intro-title{
	text-align: center;
	text-transform: center;
	font-size: 25px;
	font-weight: normal;
	padding-top: 15px;
	color: #c52d2f;
font-family: Sans-serif;
}
.intro-text{
	text-align: center;
	font-size: 20px;
	font-family: 'Merriweather',sans-serif;
}
.entry{
	margin-left: 5%;
	width: 90%;
	margin-right: 5%;
}

footer{
	background-color: black;
	color: white;
	height: 20px;	
	align-content: center;
	width: 100%;
	padding: 20px;
}
.hm{
	margin-left: 5%;
	padding-top: 20px;
	text-align: left;

}
.hmm{
	margin-right: 5%;
	text-align: right;
	padding-top: 20px;
}
.button { padding: 15px 25px;
	font-style: normal;
	font-size: 22px;
	cursor: pointer;
	outline: none;
	color: #fff;
	background-color: #17a2b8;
	border:none;
	border-radius: 20px;
	box-shadow: 6px #17a2b8}

	.button:hover {
		background-color: aliceblue;
	} 
	.button:active {
		background-color: #17a2b8;
		box-shadow: 0 5px #papayawhip;
		transform: translate(-50px);
		translate(4px);
	}
	.button1 {
		cursor: pointer;
		margin: 5px;
		transition: all 0.5s;
		background-color: #17a2b8;
		color: #ffffff;
		padding: 10px;
		border-radius: 4px;
		border:none;
		text-align: center;
		font-size: 20px;
		width: 135px;
	}
	.button1 span {
		cursor: zoom-in;
		display: flex;
		position: relative;
		transition: 0.5s;
	    }
	  .button1 span:after {
	  	content: '\00bb';
	  	position: absolute;
	  	opacity: 0;
	  	top: 0;
	  	right: -20px;
	  	transition: 0.5s;
	        }
    .button1:hover span {
    	padding-right: 25px;
    }

  .button1:hover span:after {
  	opacity: 9;
  	right: 0;

  }
  .icon{
	display: flex;
	width: 500px;
	justify-content: space-around;
	height: 250px;
}
.icons{
	display: flex;
	justify-content: space-around;
	width: 100%;
	height: 100%;
	
}
.icon-top{
	flex: 2;
	background-color: papayawhip;
}
.icon-button{
	align-self: flex-end;
	padding-bottom: 15px;
}
.icon-text{
	flex: 3;
	background-color: grey;
	flex-wrap: wrap;
}
.icon-header{
	font-size: 25px;
	padding: 10px;
	color: #000;
	font-weight: normal;
	font-family: 'Raleway', Sans-serif;
}
.icon-note{
	padding: 10px;
	font-size: 18px;
}