#intro {
	border: 1px;
	margin:1% 10% 1% 10%;

}



#intro h2{
	color: #0078F0;
	font-family: verdana;
    font-size: 1vw;

}
#intro h3{
	color: #0078F0;
	font-family: verdana;
    font-size: 1vw;
	text-align:left;
}

#intro p{
	color: #0078F0;
	font-family: verdana;
    font-size: 1vw;

}


#{
	height:30%; 
	width:auto;
	float:right;
	border: 10px solid #F3B521;
	margin:1% 0 0 0;

}




figure {
  padding: 0px;
  float: right;
  border: 5px solid #F3B521;
  border-radius: 5px;
  background-color: #F3B521;
  margin:1% 0 0 0;
}

figure img {
  border-radius: 3px 3px 0 0;
  	height:40%; 
	width:auto;
	margin:0;
	
	
}

figure figcaption {
  padding: 2px 4px 2px 30%;
  background-color: #F3B521;
  color: #0078F0;
  font-style: verdana;
  border-radius: 0;
}