@charset "utf-8";
/* CSS Document */
 body{
	margin: 0;
	position: absolute;
	margin-top: 0px;
	width: 100%;
	color: black;
	font-family:arial;
	background-color: white;
}
.tk-myriad-pro{
	font-family: "myriad-pro";
	font-weight: 100;
	font-style: normal;	
	font-size: 45px;
}
.fa-arrow-right{
	color: purple;
}
.fa-bars {
	position: fixed;
	display: inline-block;
	width:100%;
	padding: 15px;
	color:white;
	background-color: #F0F0F0; 
	border-bottom: 2px solid black;
	box-shadow: 5px 10px 18px #E0E0E0;
}
#myNav {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 25px;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {
  	margin-top: 35px;
	padding: 8px;
  	text-decoration: none;
 	color: white;
 	display: block;
  	transition: 0.3s;
	font-weight: bold;
	font-size: 3.5rem;
}
.overlay a:hover, .overlay a:focus {
  color: #818181;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.navbar {
  overflow: hidden;
  margin-left: auto;
  margin-rigth: auto;
	display: inline-block;
    list-style-type: none;
}
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  text-decoration: underline;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.sidenav div i{
	font-size: 25px;
	display: inline-block;	
	padding-bottom: 5px;
}
#showcase {
	background-image: url("images/showcase-picture.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	width: 100%;
	z-index: -1;
}
#section-6 {
	background-image: url("images/background-crowd.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	z-index: -1;
}
@media (max-width:768px){	
	#myNav .overlay .overlay-content{
		display: none;
	}
	span{
		display: none;
	}
	#contact{
		display: none;
	}
	#banner{
		margin-top: 0px;
		top: 0;
		text-align: center;		
		position: -webkit-sticky;
		position: sticky;
		padding: 35px;
		box-shadow:0px 5px 25px grey;
		background-image: linear-gradient(to right, black ,#206487);
		border-bottom: 1px solid #000;
	}
	#banner img{
		float: left;	
		width: 55px;
		margin-top: -15px;
		color: #000;
	}
	#banner a{
		font-size: 3.5rem;
		margin-left: 25px;
		padding-top: 35px;
		padding-bottom: 35px;
		padding-left: 35px;
		margin-right: 35px;
		text-decoration: none;
		color: #fff;
	}
	#banner a:hover{
		text-decoration: underline;
		color: gray;
	}
	.container{
		display: none;
	}	
	.link1{
		display: none;
	}
	.link2{
		display: none;
	}
	#click-image{
		display: none;
	}
	.fa-file-user{
		color: #fff;
	}
	#myNav{
		background-color: #000;
		padding-bottom: 525px;
	}
	span{
		position: fixed;
		background-color: #fff;
		width: 100%;
		border-bottom: 1px solid #000;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		padding-bottom: 25px;
		cursor: crosshair;
	}
	#myNav img{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.fa-file-certificate {
		color: white;
		font-size: 2.5rem;
		padding-right: 5px;
	}	
	.button {
	 font-size: 4rem;
	}
	#showcase {
		margin-top: 1px;
		border-bottom: 1px solid black;
		height: 650px;
		padding-top: 95px;
		text: center;
	}		
	#showcase h1,p{
		margin: 1px;
	}
	#showcase h1{
		text-align: center;
		padding-top: 55px;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 5rem;
		color:#fff;
		font-weight: bold;
	}
	#showcase p{
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: -10px;
		font-size:6rem;
		color:#fff;
		font-weight: bold;
	}
	#showcase h2{
		margin-top: -15px;
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		font-size:3rem;
		color:#fff;
		font-family: Myriad Pro;
		font-weight: bold;
	}
	#section-1 {
		margin-top: 195px;
	}
	#section-1 h1,p{
		margin: 25px;
	}
	#section-1 h1,p{
		margin: 55px;
	}
	#section-1 h1{
		margin-left: 45px;
		margin-right: 45px;
		text-align: left;
		font-size: 4rem;
		font-weight: bold;
	}
	#section-1 p{
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
		text-align: left;
		font-size: 2.5rem;
	}
	#section-1 a{
		text-decoration: none;
		color:blue;
		font-weight: bold;
	}
	#section-1 a:hover{
		text-decoration: underline;
		font-weight: bold;
		color: orangered;
	}
	#section-2	{
		margin-top: 125px;
	}
	#section-2 h1,p{
		margin: 15px;
	}
	#section-2 h1{
		font-size: 3rem;
		text-align: left;
		padding-bottom: 17px;	
		margin-left: 45px;
		margin-Rrigt: 45px;
		font-weight: bold;
	}
	#section-2 p{
		font-size: 2.5rem;
		text-align: left;
		margin-left: 45px;
		margin-RIGHT: 45px;
		padding-bottom: 45px;
	}
	#section-2 a{
		text-decoration: none;
		font-weight: bold;
		color: blue;
	}
	.button {
	  background-color: red; /* Green */
	  border: none;
	  color: white;
	  padding: 16px 32px;
	  text-align: center;
	  text-decoration: none;
	  margin: 4px 2px;
	  transition-duration: 0.4s;
	  cursor: pointer;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 25px;
		font-size: 6rem;
		margin-top: 75px;
	}
	.button1 {
	  background-color: red; 
	  color: white; 
	  border: 2px solid #fff;
		font-weight: bold;
		text-decoration: none;
		font-size: 4rem;
	}
	.button1:hover {
	  background-color: blue;
	  color: white;
}
	#section-2 a:hover{
		text-decoration: underline;
	}
	#section-2 a:hover{
		text-decoration: underline;
	}
	#section-3 {
		margin-top: 105px;
		text-align: center;
	}
	#section-3 h1,p{
		margin: 15px;
	}
	#section-3 h1{
		padding-top: 35px;
		text-align: left;
		font-size: 3rem;
		font-weight: bold;
		margin-left: 45px;
		margin-RIGHT: 45px;
	}
	#section-3 h2{
		text-align: left;
		font-size: 2.1rem;
		margin-left: 45px;
		margin-RIGHT: 45px;
	}
	#section-3 p{
		text-align: left;
		margin-left: 45px;
		margin-RIGHT: 45px;
		font-size: 2.1rem;
		padding-bottom: 25px;
	}	
	#section-3 a{
		text-decoration: none;
		font-weight: bold;
		color: blue;
	}
	#section-3 a:hover{
		text-decoration: underline;
	}
	#section-4 {
		margin-top: 155px;
	}
	#section-4 .title {
		margin-top: 135px;
		margin-bottom: 95px;
	}
	#section-4 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 25px;
		width: 90%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#section-4 h2{
		display: none;		
	}
	#section-4 h1{
		margin-top: 75px;
		text-align: center;
		font-size: 3rem;
		font-weight: bold;
		margin-left: 45px;
		margin-right: 45px;
	}
	#section-4 p{
		font-size: 2.1rem;
		margin-left: 45px;
		margin-right: 45px;
	}
	#section-5 {
		margin-top: 75px;
	}
	#section-5 h1,p{
		margin: 25px
	}
	#section-5 h1{
		text-align: left;
		margin-left: 45px;
		margin-RIGHT: 45px;
		font-size: 3rem;
		font-weight: bold;
	}
	#section-5 p{
		text-align: left;	
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2em;
	}		
	#section-6 {
		margin-top: 195px;
		height: 650px;
		padding-top: 75px;
		padding-bottom: 95px;
	}
	#section-6 h1{
		text-align: center;
		padding-top: 55px;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 4.5rem;
		font-weight: bold;
		color: white;
	}
	#section-6 p{
		text-align: center;	
		margin-left: 55px;
		margin-right: 55px;
		font-size: 3rem;
		color: white;
	}
	/*-- Footer */
#main-footer {
	margin-top:1px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
 #main-footer p{
	text-align: left;
	margin-left: 45px;
	margin-right: 45px;
	color: white;	
	font-size:2rem;
	 padding-bottom: 25px;
}
.links{
	text-align: left;
	padding-bottom: 25px;
}
.links li{
	display: block;
	list-style: none;
	padding: 15px;
	font-size: 2rem;
}
.links a{
	list-style: none;
	text-decoration: none;
	color: white;
	fonot-size: 2.rem;
	font-weight: bold;
}
.links a:hover{
	text-decoration: underline;
}			
}
@media screen and (min-width:769px) and (max-width:1020px){	
	#myNav .overlay .overlay-content{
		display: none;
	}
	span{
		display: none;
	}
	#contact{
		display: none;
	}
	#banner{
		margin-top: 0px;
		top: 0;
		text-align: center;		
		position: -webkit-sticky;
		position: sticky;
		padding: 35px;
		box-shadow:0px 5px 25px grey;
		background-image: linear-gradient(to right, black ,#206487);
		border-bottom: 1px solid #000;
	}
	#banner img{
		float: left;	
		width: 55px;
		margin-top: -15px;
		color: #000;
	}
	#banner a{
		font-size: 3.5rem;
		margin-left: 25px;
		padding-top: 35px;
		padding-bottom: 35px;
		padding-left: 35px;
		margin-right: 35px;
		text-decoration: none;
		color: #fff;
	}
	#banner a:hover{
		text-decoration: underline;
		color: gray;
	}
	.container{
		display: none;
	}	
	.link1{
		display: none;
	}
	.link2{
		display: none;
	}
	#click-image{
		display: none;
	}
	.fa-file-user{
		color: #fff;
	}
	#myNav{
		background-color: #000;
		padding-bottom: 525px;
	}
	span{
		position: fixed;
		background-color: #fff;
		width: 100%;
		border-bottom: 1px solid #000;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		padding-bottom: 25px;
		cursor: crosshair;
	}
	#myNav img{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.fa-file-certificate {
		color: white;
		font-size: 2.5rem;
		padding-right: 5px;
	}	
	.button {
	 font-size: 4rem;
	}
	#showcase {
		margin-top: 1px;
		border-bottom: 1px solid black;
		height: 650px;
		padding-top: 95px;
		text: center;
	}		
	#showcase h1,p{
		margin: 1px;
	}
	#showcase h1{
		text-align: center;
		padding-top: 55px;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 5rem;
		color:#fff;
		font-weight: bold;
	}
	#showcase p{
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: -10px;
		font-size:6rem;
		color:#fff;
		font-weight: bold;
	}
	#showcase h2{
		margin-top: -15px;
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		font-size:3rem;
		color:#fff;
		font-family: Myriad Pro;
		font-weight: bold;
	}
	#section-1 {
		margin-top: 195px;
	}
	#section-1 h1,p{
		margin: 25px;
	}
	#section-1 h1,p{
		margin: 55px;
	}
	#section-1 h1{
		margin-left: 45px;
		margin-right: 45px;
		text-align: left;
		font-size: 4rem;
		font-weight: bold;
	}
	#section-1 p{
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
		text-align: left;
		font-size: 2.5rem;
	}
	#section-1 a{
		text-decoration: none;
		color:blue;
		font-weight: bold;
	}
	#section-1 a:hover{
		text-decoration: underline;
		font-weight: bold;
		color: orangered;
	}
	#section-2	{
		margin-top: 125px;
	}
	#section-2 h1,p{
		margin: 15px;
	}
	#section-2 h1{
		font-size: 3rem;
		text-align: left;
		padding-bottom: 17px;	
		margin-left: 45px;
		margin-Rrigt: 45px;
		font-weight: bold;
	}
	#section-2 p{
		font-size: 2.5rem;
		text-align: left;
		margin-left: 45px;
		margin-RIGHT: 45px;
		padding-bottom: 45px;
	}
	#section-2 a{
		text-decoration: none;
		font-weight: bold;
		color: blue;
	}
	.button {
	  background-color: red; /* Green */
	  border: none;
	  color: white;
	  padding: 16px 32px;
	  text-align: center;
	  text-decoration: none;
	  margin: 4px 2px;
	  transition-duration: 0.4s;
	  cursor: pointer;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 25px;
		font-size: 6rem;
		margin-top: 75px;
	}
	.button1 {
	  background-color: red; 
	  color: white; 
	  border: 2px solid #fff;
		font-weight: bold;
		text-decoration: none;
		font-size: 4rem;
	}
	.button1:hover {
	  background-color: blue;
	  color: white;
}
	#section-2 a:hover{
		text-decoration: underline;
	}
	#section-2 a:hover{
		text-decoration: underline;
	}
	#section-3 {
		margin-top: 105px;
		text-align: center;
	}
	#section-3 h1,p{
		margin: 15px;
	}
	#section-3 h1{
		padding-top: 35px;
		text-align: left;
		font-size: 3rem;
		font-weight: bold;
		margin-left: 45px;
		margin-RIGHT: 45px;
	}
	#section-3 h2{
		text-align: left;
		font-size: 2.1rem;
		margin-left: 45px;
		margin-RIGHT: 45px;
	}
	#section-3 p{
		text-align: left;
		margin-left: 45px;
		margin-RIGHT: 45px;
		font-size: 2.1rem;
		padding-bottom: 25px;
	}	
	#section-3 a{
		text-decoration: none;
		font-weight: bold;
		color: blue;
	}
	#section-3 a:hover{
		text-decoration: underline;
	}
	#section-4 {
		margin-top: 155px;
	}
	#section-4 .title {
		margin-top: 135px;
		margin-bottom: 95px;
	}
	#section-4 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 25px;
		width: 90%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#section-4 h2{
		display: none;		
	}
	#section-4 h1{
		margin-top: 75px;
		text-align: center;
		font-size: 3rem;
		font-weight: bold;
		margin-left: 45px;
		margin-right: 45px;
	}
	#section-4 p{
		font-size: 2.1rem;
		margin-left: 45px;
		margin-right: 45px;
	}
	#section-5 {
		margin-top: 75px;
	}
	#section-5 h1,p{
		margin: 25px
	}
	#section-5 h1{
		text-align: left;
		margin-left: 45px;
		margin-RIGHT: 45px;
		font-size: 3rem;
		font-weight: bold;
	}
	#section-5 p{
		text-align: left;	
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2em;
	}		
	#section-6 {
		margin-top: 195px;
		height: 650px;
		padding-top: 75px;
		padding-bottom: 95px;
	}
	#section-6 h1{
		text-align: center;
		padding-top: 55px;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 4.5rem;
		font-weight: bold;
		color: white;
	}
	#section-6 p{
		text-align: center;	
		margin-left: 55px;
		margin-right: 55px;
		font-size: 3rem;
		color: white;
	}
	/*-- Footer */
#main-footer {
	margin-top:1px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
 #main-footer p{
	text-align: left;
	margin-left: 45px;
	margin-right: 45px;
	color: white;	
	font-size:2rem;
	 padding-bottom: 25px;
}
.links{
	text-align: left;
	padding-bottom: 25px;
}
.links li{
	display: block;
	list-style: none;
	padding: 15px;
	font-size: 2rem;
}
.links a{
	list-style: none;
	text-decoration: none;
	color: white;
	fonot-size: 2.rem;
	font-weight: bold;
}
.links a:hover{
	text-decoration: underline;
}		
}
@media screen and (min-width:1021px){
	#myNav .overlay .overlay-content{
		display: none;
	}
	span{
		display: none;
	}
	#contact{
		display: none;
	}
	#banner{
		margin-top: 0px;
		top: 0;
		text-align: center;		
		position: -webkit-sticky;
		position: sticky;
		padding: 25px;
		box-shadow:0px 5px 25px grey;
		background-image: linear-gradient(to right, black ,#206487);
		border-bottom: 1px solid #000;
	}
	#banner img{
		float: left;	
		width: 55px;
		margin-top: -15px;
		color: #000;
	}
	#banner a{
		font-size: 1.2rem;
		margin-left: 25px;
		padding: 5px;
		text-decoration: none;
		color: #fff;
	}
	#banner a:hover{
		text-decoration: underline;
		color: gray;
	}
	#showcase {
		margin-top:-4px;
	}
	#showcase h1,p{
		margin: 2px;
	}
	#showcase h1{
		text-align: center;		
		margin-left: 15%;
		margin-right: 15%;
		font-size: 6rem;
		padding-top: 95px;
		color:#fff;
		font-weight: 300;
		text-shadow: 2px 2px 4px #000000;
		font-family: "myriad-pro";
	}
	#showcase p{
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 10rem;
		color:#fff;
		font-family: Myriad Pro;
		font-weight: bold;
		text-shadow: 2px 2px 4px #000000;
	}
	#showcase h2{
		margin-top: 5px;
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		font-size:2rem;
		color:#fff;
	}
	#section-1 {
		margin-top: 175px;
		text-align: center;
	}
	#section-1 h1,p{
		margin: 15px;
	}
	#section-1 h1{
		margin-top: 75px;
		margin-left: 15%;
		margin-right: 15%;
		text-align: left;
		font-size: 2.5rem;
		font-style: oblique;
		font-weight: bold;
	}
	#section-1 p{
		margin-left: 15%;
		margin-right: 15%;
		text-align: left;
		font-size: 1.2rem;
		padding-bottom: 25px;
	}
	#section-1 a{
		text-decoration: none;
		color: blue;
	}
	#section-1 a:hover{
		text-decoration: underline;
	}
	#section-2	{
		margin-top: 45px;
	}
	#section-2 h1,p{
		margin: 15px;
	}
	#section-2 h1{
		font-size: 2rem;
		text-align: left;	
		margin-left: 15%;
		margin-right: 15%;
		font-weight: bold;
	}
	#section-2 p{
		font-size: 1.2rem;
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 25px;
	}
	#section-2 a{
		text-decoration: none;
		color: blue;
	}
	#section-2 a:hover{
		text-decoration: underline;
	}	
	#section-3 {
		margin-top: 95px;
		margin-bottom: 75px;
		text-align: center;
	}
	#section-3 h1,p{
		margin: 25px;
	}
	#section-3 h1{
		text-align: left;
		font-size: 2rem;
		margin-left: 15%;
		margin-right: 15%;
		font-weight: bold;
	}
	#section-3 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.2rem;
		padding-bottom: 25px;
	}	
	#section-3 a{
		text-decoration: none;
		font-weight: bold;
		color: blue;
	}
	#section-3 a:hover{
		text-decoration: underline;
	}		
	#click-image {
		margin-top: 95px;
		text-align: center;		
	}
	#click-image h2{
		color: red;
		font-size: 1.5rem;
		opacity: 0.3;
	}	
	.container {
		width: 100%;
		height: 100%;
		max-width: 1280px;
		display: flex;
		flex-flow: row wrap;
		margin: auto;	
	}
	.tile {
		flex: 1 33.3333%;
		background: #333;
		color: #ddd;
		position: relative;
		overflow: hidden;
	}

	.tile > img {
		width: 100%;	
	}

	.tile p,h4 {
		padding: 10px;
		margin: 0;
	}

	.tile h4 {
		font-size: 24px;
	}
	.tile > a {
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0,0,0,.6);
		color: #FFF;
		top: 80%;	
		transition: all .3s ease-in-out;
	}
	.tile:hover > a{
		top: 0;
		padding-top:  30px;
		background: rgba(255,0,0,.6);	
	}
	.float-left {
		float: left;
		margin: 0 75 75 0;
		display: inline-block;	
	}
	.newspaper {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 3;
	}	
	* {
		box-sizing: border-box;
	}
	.column {
	  float: left;
	  width: 33.33%;
	  padding: 5px;	
		margin-bottom: 55px;
	}
	/* Clearfix (clear floats) */
	.row::after {
	  content: "";
	  clear: both;
	  display: table;
	}
	#section-4 {
		display: none;
		padding-bottom: 75px;
	}
	#title{
		margin-top: 75px;
	}
	#section-4 h1,p{
		margin: 15px;
	}
	#section-4 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.2rem;
		color: #000;
	}	
	section-4{
		margin-top: 200px;
	}
	#section-5 {
		margin-top: 85px;
		padding-top: 55px;
		padding-bottom: 55px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}	
	#section-5 h1,p{
		margin: 5px;
	}
	#section-5 h1{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2.7rem;
	}
	#section-5 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.5rem;
	}
	#section-5 a{
		text-decoration: none;
		color: blue;
		widty: 300px;
		font-size: 1.5rem;
	}
	#section-5 a:hover{
		text-decoration:underline;
	}	
	#section-6 {
		margin-top: 95px;
		height: 600px;
	}
	#section-6 h1{
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		padding-top: 125px;
		font-size: 2.5rem;
		color: white;
	}
	#section-6 p{
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.2rem;
		color: white;
	}
	.button {
  background-color: red; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
		font-size: 4rem;
}
.button1 {
  background-color: red; 
  color: white; 
  border: 2px solid #fff;
	font-weight: bold;
	text-decoration: none;
}
.button1:hover {
  background-color: blue;
  color: white;
}
	.button1{
		margin-top: 65px;
		font-size: 2.5rem;
	}
	.apply a{
		text-decoration: none;
	}
	/*-- Footer */
#main-footer {
	margin-top: 1px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
 #main-footer p{
	text-align: center;
	margin-left: 45px;
	margin-right: 45px;
	color: white;	
	font-size:1rem;
	 padding-bottom: 25px;
}
.links{
	text-align: center;
	padding-bottom: 25px;
}
.links li{
	display: inline;
	list-style: none;
	padding: 15px;
}
.links a{
	list-style: none;
	text-decoration: none;
	color: white;
}
.links a:hover{
	text-decoration: underline;
	} Footer */
	}	
}