@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	color: white;;
	font-family: arial;
	width: 100%;
	background: url(images/background-2.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;	
}
.button1 {
  	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: orangered;
	color: white; 
  	border: 2px solid #fff;
	text-decoration: none;
	border-radius: 15px;
}
.button1{
	text-decoration: none;
	background-color:  orangered;
}
.button1:hover {
	background-color:  orangered;
  	color: black;
}
#section-1 {
	text-align: center;
}
#section-1 h1,p{
	margin: 5px;
}
#section-1 h1{
	text-align: center;
	text-shadow:5px 5px 10px black;
}
#section-1 p{
	padding-top: 25px;
	text-align: center;
}
#section-1 img{
	width: 200px; 
}
#section-1 a{
	color: yellow;
	text-decoration: none;
}
#section-2 p{
	margin-bottom: 25px;
}
@media (max-width:768px){
	.button{
		font-size: 4rem;
	}
	#section-1 {
		margin-top: 45%;
	}
	#section-1 h1{
		margin-left:55px;
		margin-right: 55px;
		font-size: 3rem;
	}
	#section-1 p{
		margin-left:55px;
		margin-right: 55px;
		margin-bottom: 75px;
		font-size: 3rem;
	}
	#section-1 img{
		width: 150px;
		padding-bottom: 55px;
	}
	#section-1 a:hover{
		text-decoration: underline;
	}
	#section-2 {
		padding-bottom: 50%;
	}
	#section-2 h1,p{
		margin: 5px;
	}
	#section-2 h1{
		text-align: center;		
	}
	#section-2 a{
		text-decoration: none;
	}
}
@media screen and (min-width:769px) and (max-width:1020px){		
	.button{
		font-size: 4rem;
	}
	#section-1 {
		margin-top: 70%;
	}
	#section-1 h1{
		margin-left:55px;
		margin-right: 55px;
		font-size: 4rem;
	}
	#section-1 p{
		margin-left:55px;
		margin-right: 55px;
		margin-bottom: 75px;
		font-size: 3rem;
	}
	#section-1 img{
		width: 250px;
		padding-bottom: 125px;
	}
	#section-1 a:hover{
		text-decoration: underline;
	}
	#section-2 {
		padding-bottom: 50%;
	}
	#section-2 h1,p{
		margin: 5px;
	}
	#section-2 h1{
		text-align: center;		
	}
	#section-2 a{
		text-decoration: none;
	}
}
@media screen and (min-width:1021px){		
	#section-1 {
		padding-top: 375px;
	}
	#section-1 h1{
		margin-left:15%;
		margin-right: 15%;
		font-size: 3rem;
	}
	#section-1 p{
		margin-left:25%;
		margin-right: 25%;
		margin-bottom: 75px;
		font-size: 1.5rem;
	}
	#section-1 a{
		font-size: 2rem;
	}
	#section-1 a:hover{
		text-decoration: underline;
		margin-bottom: 275px;
	}	
	#section-2 a{
		text-decoration: none;
	}
}