article,aside{
	background: white;
}

.slide h3{
	margin-top: 20px;
}
.whole{
	text-align: center;
}
.whole article {
	text-align: center;
}
article h1, aside h1{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.social{
	text-align: center;
	margin-top: -10px;
	margin-bottom: 5px;
}
.whole{
	background: white;
	margin-top: 7px;
	padding: 20px;
	text-align: center;
}
.social img{
	width: 25px;
	height: 25px;
	margin: 5px;
	box-shadow: 2px 2px 3px silver;
	border-radius: 3px;
}
h5{
	background: hsl(0,0%,70%);
	padding: 30px;
	color: white;
	font-size: 16px;
	font-weight: normal;
}

h5 a{
	color: white;
}
footer div img{
	border-radius: 5px;
}
.div1{
	text-align: center;
}
.div1 img{
	margin: 7px;
	border: 1px solid hsl(0,0%,50%);
	border-radius: 10px;
	width: 150px;
	display: inline-block;
}
.slide{
	position: relative;
}
.slide p{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.slide a img{
	width: 100%;
}
img.b1,img.b2,img.b3{
	position: absolute;
	top: 0px;
	left: 0px;
}
.slide h3{
	position: absolute;
	z-index:1000;
	text-align: center;
	border-radius: 10px;
	
	width: 90%;
	left: 5%;
	font-size: 15px;
	padding: 10px;
	right: 5%;
	top: 15%;
	background: hsla(0,0%,0%,0.7);
	color: white;
}
@media(min-width: 1000px){
	.slide h3{
		width: 60%;
		left: 20%;
		right: 20%;
		padding: 50px;
		font-size: 35px;
		font-weight: bolder;
	}
}
@keyframes animbanner{
	0%{
		transform: scale(1.2);
	}
	50%{
   transform: scale(1.6);
	}
	100%{
		transform: scale(2);
	}
}
.animb {
	animation-name: animbanner;
	animation-duration: 50s;
	animation-iteration-count: infinite;
}
@media(min-width: 681px){
	.slide h3{
		font-size: 27px;
	}
}

@media(min-width: 900px){

	article {
		float: left;
		width: 30%;
		text-align: center;
	}
	h5{
		font-size: 18px!important;
		font-weight: normal;
	}
	.slide h3{
		margin-top: 60px;
	}
	.slide{
		width: 100%;
		margin: auto;
		margin-top: 10px;
	}
	aside{
		float: right;
		width: 68%;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.whole{
		margin-bottom: 10px;
		overflow: hidden;
		width: 90%;
	}
footer{
	clear: both;
	margin-top: 10px;
}
.div1 img{
	width: auto;
}
}