@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	width: 100%;
	color: black;
	font-family:arial;
}
@media (max-width:768px){
	#banner {
		margin-top: 0px;
		text-align: center;
		background-image: linear-gradient(to right, black , #966a9b);
		padding: 45px;
		position:fixed;
		width: 100%;		
	}
	#banner a{
		text-decoration: none;
		padding-left: 25px;
		padding-right: 25px;
		font-size: 3rem;
		font-weight: bold;
		color: white;
	}	
	#section-1 {
		margin-top: 95px;
		text-align: center;
		padding: 27px;
	}
	#section-1 img{
		margin-top: 105px;
		width: 355px;
	}
	#section-1 h1{
		text-decoration: none;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;		
		font-size: 3.5rem;
		font-weight: bold;
		color: black;		
	}
	#section-1 a:hover{
		text-decoration: underline;
		color: gray;
	}	
	#section-2 {
		margin-top: 25px;
		margin-bottom: 155px;
	}
	#section-2 p{
		margin-left: 25px;
		margin-right: 25px;
		text-align: left;
		font-size: 2.6rem;
		color: black;	
	}	
	#section-2 h1{
		margin-left: 25px;
		margin-right: 25px;
		text-align: left;
		font-size: 2.5rem;
		color: purple;
	}	
	.statement {
		margin-top:75px;
		margin-bottom: 25px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		background-color: #F8F8F8;
		border: 2px dotted #966a9b;
  		border-radius: 5px;		
		width: 75%;
		padding: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.statement img{
		width: 150px;
	}	
}
@media screen and (min-width:769px) and (max-width:1020px){
	#banner {
		margin-top: 0px;
		text-align: center;
		background-image: linear-gradient(to right, black , #966a9b);
		padding: 45px;
		position:fixed;
		width: 100%;		
	}
	#banner a{
		text-decoration: none;
		padding-left: 25px;
		margin-right: 25px;
		font-size: 3rem;
		font-weight: bold;
		color: white;
	}	
	#section-1 {
		margin-top: 95px;
		text-align: center;
		padding: 27px;
	}
	#section-1 img{
		margin-top: 105px;
		width: 355px;
	}
	#section-1 h1{
		text-decoration: none;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;		
		font-size: 3.5rem;
		font-weight: bold;
		color: black;		
	}
	#section-1 a:hover{
		text-decoration: underline;
		color: gray;
	}	
	#section-2 {
		margin-top: 25px;
		margin-bottom: 155px;
	}
	#section-2 p{
		margin-left: 25px;
		margin-right: 25px;
		text-align: left;
		font-size: 2.6rem;
		color: black;	
	}	
	#section-2 h1{
		margin-left: 25px;
		margin-right: 25px;
		text-align: left;
		font-size: 2.5rem;
		color: purple;
	}	
	.statement {
		margin-top:75px;
		margin-bottom: 25px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		background-color: #F8F8F8;
		border: 2px dotted #966a9b;
  		border-radius: 5px;		
		width: 75%;
		padding: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.statement img{
		width: 150px;
	}
}
@media screen and (min-width:1021px){
	#banner {
		margin-top: 0px;
		text-align: center;
		background-image: linear-gradient(to right, black , #966a9b);
		padding: 25px;
		position:fixed;
		width: 100%;		
	}
	#banner a{
		text-decoration: none;
		padding-left: 15px;
		margin-right: 15px;
		font-size: 1.2rem;
		color: white;
	}	
	#banner a{
		text-decoration: underline;
	}
	#banner a:hover{
		text-decoration: none;
	}
	#section-1 {
		margin-top: 25px;
		text-align: center;
	}
	#section-1 img{
		margin-top: 105px;
		width: 250px;
	}
	#section-1 h1{
		margin-top:  15px;
		text-decoration: none;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;		
		font-size: 2rem;
		font-weight: 100;
		color: black;		
	}	
	#section-2 {
		margin-top: 25px;
		margin-bottom: 155px;
	}
	.statement {
		margin-top:75px;
		margin-bottom: 55px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		background-color: #F8F8F8;
		border: 2px solid#966a9b;
  		border-radius: 5px;		
		width: 55%;
		padding: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#section-2 img{
		width: 100px;
	}
	#section-2 h1{
		text-align: left;
		font-size: 1.2rem;
		margin-bottom: 25px;;
		font-weight: 100;
		color: purple;		
	}	
}