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

body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	width: 100%;
	color: white;
	font-family:arial;
	background-color: black;
}
html {
  scroll-behavior: smooth;
}
.aquifina-script{
	font-family: "aquifina-script";
	font-weight: 100;
	font-style: normal;	
}
.tk-myriad-pro{
	font-family: "myriad-pro";
	font-weight: 100;
	font-style: normal;	
}
.fa-arrow-right{
	color: white;
}
.fa-bars {
	position: fixed;
	display: inline-block;
	width:100%;
	padding: 15px;
	color:white;
	background-color:black;
}
#banner{
	margin-top: 0px;
	margin-bottom: 1px;
	background: #2a2a2a;
	text-align: center;		
	position: fixed;
	width: 100%;
	box-shadow:0px 1px 25px grey;
	height: 25px;
	color: #fff;
	padding: 25px;
}
#showcase {
		margin-top: 87px;
		background-image: url("images/webinar.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 650px;
}
/*-- Footer */
#main-footer {
	margin-top: 251px;
	background: #333;
	text-align: center;
	color: white;
	padding: 10px;
	padding-bottom: 50px;
	padding-top: 75px;
}
#main-footer img{
	padding-top: 55px;
}
#main-footer p{
	display: inline-block;	
	padding-top: 35px;
	font-family: arial;
	color: #808080;
	margin: 2px;
	padding-bottom: 15px;
}
#main-footer a{
	color: #808080;
	text-decoration: none;
	text-align: center;
}
#main-footer a:hover{
	color:#bdbdbd;
}
@media (max-width:768px){
	hr{
		width: 90%;
	}
	#banner{
		margin-bottom: 1px;
		background: #2a2a2a;
		top: 0;
		text-align: center;			
		box-shadow:0px 5px 25px grey;
		padding-top: 35px;
		padding-bottom: 75px;
	}
	#banner a{
		font-size: 3rem;
		text-decoration: none;
		padding-left: 25px;
		padding-right: 25px;
		font-weight: bold;
		color: white;
	}
	#banner a:hover{
		color: gray;
	}
	#showcase{
		margin-top: 86px; 
	}
	#showcase h1,p{
		margin: 15px;
	}
	#showcase h1{
		text-align: right;
		text-align: center;
		font-size: 3.5rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-top: 465px;
		font-weight: bold;
		text-shadow: 2px 2px 5px black;
		color: #fff;
	}
	#showcase p{
		text-align: center;
		font-size: 2.5rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 35px;
		text-shadow: 2px 2px 5px black;
		font-weight: bold;
		color: #fff;
	}
	#introduction {
		margin-top: 135px;
		margin-bottom: 75px;
	}
	#introduction h2,p{
		margin: 25px;
	}
	#introduction h2{
		text-align: left;
		font-size: 3.5rem;
		margin-left: 45px;
		margin-right: 45px;
		font-weight: bold;
		color: red;
	}
	#introduction p{
		text-align: left;
		font-size: 2.5rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
	}
	#introduction a{
		text-decoration: underline;
		color: yellow;
	}
	#introduction a:hover{
		text-decoration: none;
		color: yellow;
	}
	#section-1{
		margin-top: 125px; 
		margin-bottom: 125px;
	}
	#section-1 img{
		margin-left: 45px;
		margin-right: 45px;
		border-radius: 80%;
		width: 350px;
	}
	#section-1 h2,p{
		margin: 25px;
	}
	#section-1 h2{
		text-align: left;
		font-size: 3.5rem;
		margin-left: 45px;
		margin-right: 45px;
		font-weight: bold;
		color: red;
	}
	#section-1 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		padding-bottom: 15px;
	}	
	#section-2{
		margin-top: 125px;
		margin-bottom: 125px;
	}
	#section-2 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-style: solid;
  		border-color: black;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  		border-width: 1px;
		width: 75%;
	}
	#section-2 h2,p{
		margin: 25px;
	}
	#section-2 h2{
		margin-top: 65px;
		text-align: left;
		font-size: 3.5rem;
		margin-left: 45px;
		margin-right: 45px;
		color: red;
		font-weight: bold;
	}
	#section-2 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		padding-bottom: 5px;
	}
	#section-2 a{
		text-decoration: underline;
		color: blue;
	}
	#section-2 a:hover{
		text-decoration: none;
	}	
	#section-3{
		margin-top: 155px;
		margin-bottom:125px; 
	}
	#section-3 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 1%;
		width: 85%;
	}	
	#section-3 h2,p{
		margin: 25px;
	}
	#section-3 h2{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-top: 35px;
		font-size: 3.5rem;
		color: red;
		font-weight: bold;
	}
	#section-3 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		margin-top: 5px;
		padding-bottom: 25px;
	}
	#section-3 a{
		color: yellow;
		font-weight: bold;
	}
	#section-3 a:hover{
		text-decoration: none;
		color: yellow;
	}
	#section-4{
		margin-top: 175px;
		margin-bottom: 155px;
	}
	#section-4 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 1%;
		width: 85%;
	}	
	#section-4 h2,p{
		margin: 25px;
	}
	#section-4 h2{
		text-align: left;
		margin-left: 45px;
		padding-top: 45px;
		font-size: 3.5rem;
		color: red;
		font-weight: bold;
	}
	#section-4 p{
		text-align: left;
		margin-left: 45px;
		padding-top: 45px;
		font-size: 2.5rem;
		margin-top: 5px;
		padding-bottom: 15px;
	}	
	#section-5{
		margin-top: 155px; 
		padding-bottom: 155px;
	}
	#section-5 h2,p{
		margin: 25px;
	}
	#section-5 h2{
		text-align: left;
		padding-top: 12px;
		font-size: 3.5rem;
		margin-left: 45px;
		margin-right: 45px;
		color: red;
		font-weight: bold;
	}
	#section-5 p{
		font-size: 2.5rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
	}
	#section-5 a{
		text-decoration: underline;
		color: blue;
	}
	#section-5 a{
		text-decoration: none;
	}
	#section-6{
		margin-top: 35px;
		padding-top: 15px;
		padding-bottom: 55px;
		background-image: linear-gradient(to right, black ,#4a6782);
	}
	#section-6 h2,p{
		margin: 25px;
	}
	#section-6 h2{
		text-align: leftr;
		margin-left: 45px;
		margin-right: 45px;
		padding-top: 55px;
		font-size: 3.5rem;
		color: white;
		font-weight: 100;
	}
	#section-6 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
		font-size: 2.5rem;
		color: white;
		font-weight: 100;
	}
	#section-6 a{
		text-decoration: underline;
		color:yellow;
	}
	#section-6 a:hover{
		text-decoration: none;
		color:yellow;
	}
	.button {
   background-color: yellow;
  border: none;
  color: black;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 3.5rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
	border-radius: 7px;		
}
.button a{
		text-decoration: none;
}
.button a:hover {
  	background-color: green;
  	color:white;
	text-decoration: none;
	border-radius: 1px;
	border: 1px solid white;
}	
.button2 {
   background-color: yellow;
  border: none;
  color: black;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 3rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
	border-radius: 7px;		
}
	.button3 {
  background-color: yellow;
  border: none;
  color: white;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
	border-radius: 7px;
		border-style: solid;
  border-width: 2px;
}	
	/*-- Footer */
#main-footer {
	margin-top: 1px;
	padding-top: 95px;
	padding-bottom: 75px;
	background: #333;
	text-align: left;
	font-size:2.5rem;
}
 #main-footer p{
	text-align: left;
	display: block;
	margin-left: 45px;
	margin-right: 45px;
	color: white;	
	font-size:2.5rem;
	padding-bottom: 25px;
}
#main-footer a{
	display: block;
	text-decoration: none;
	margin-left: 45px;
	margin-right: 45px;
	fonot-size: 2.7rem;
	font-weight: bold;
	text-align: left;
	padding-bottom: 25px;
	color: white;
}
#main-footer a:hover{
	text-decoration: underline;
}
.address {
	text-align: left;
}
}
@media screen and (min-width:769px) and (max-width:1020px){
	hr{
		width: 90%;
	}
	#banner{
		margin-bottom: 1px;
		background: #2a2a2a;
		top: 0;
		text-align: center;			
		box-shadow:0px 5px 25px grey;
		padding-top: 35px;
		padding-bottom: 75px;
	}
	#banner a{
		font-size: 3rem;
		text-decoration: none;
		padding-left: 25px;
		padding-right: 25px;
		font-weight: bold;
		color: white;
	}
	#banner a:hover{
		color: gray;
	}
	#showcase{
		margin-top: 86px; 
	}
	#showcase h1,p{
		margin: 15px;
	}
	#showcase h1{
		text-align: right;
		text-align: center;
		font-size: 3.5rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-top: 465px;
		font-weight: bold;
		text-shadow: 2px 2px 5px black;
		color: #fff;
	}
	#showcase p{
		text-align: center;
		font-size: 2.5rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 35px;
		text-shadow: 2px 2px 5px black;
		font-weight: bold;
		color: #fff;
	}
	#introduction {
		margin-top: 135px;
		margin-bottom: 75px;
	}
	#introduction h2,p{
		margin: 25px;
	}
	#introduction h2{
		text-align: left;
		font-size: 3.5rem;
		margin-left: 45px;
		margin-right: 45px;
		font-weight: bold;
		color: red;
	}
	#introduction p{
		text-align: left;
		font-size: 2.5rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
	}
	#introduction a{
		text-decoration: underline;
		color: yellow;
	}
	#introduction a:hover{
		text-decoration: none;
		color: yellow;
	}
	#section-1{
		margin-top: 125px; 
		margin-bottom: 125px;
	}
	#section-1 img{
		margin-left: 45px;
		margin-right: 45px;
		border-radius: 80%;
		width: 350px;
	}
	#section-1 h2,p{
		margin: 25px;
	}
	#section-1 h2{
		text-align: left;
		font-size: 3.5rem;
		margin-left: 45px;
		margin-right: 45px;
		font-weight: bold;
		color: red;
	}
	#section-1 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		padding-bottom: 15px;
	}	
	#section-2{
		margin-top: 125px;
		margin-bottom: 125px;
	}
	#section-2 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-style: solid;
  		border-color: black;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  		border-width: 1px;
		width: 75%;
	}
	#section-2 h2,p{
		margin: 25px;
	}
	#section-2 h2{
		margin-top: 65px;
		text-align: left;
		font-size: 3.5rem;
		margin-left: 45px;
		margin-right: 45px;
		color: red;
		font-weight: bold;
	}
	#section-2 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		padding-bottom: 5px;
	}
	#section-2 a{
		text-decoration: underline;
		color: blue;
	}
	#section-2 a:hover{
		text-decoration: none;
	}	
	#section-3{
		margin-top: 155px;
		margin-bottom:125px; 
	}
	#section-3 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 1%;
		width: 85%;
	}	
	#section-3 h2,p{
		margin: 25px;
	}
	#section-3 h2{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-top: 35px;
		font-size: 3.5rem;
		color: red;
		font-weight: bold;
	}
	#section-3 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		margin-top: 5px;
		padding-bottom: 25px;
	}
	#section-3 a{
		color: yellow;
		font-weight: bold;
	}
	#section-3 a:hover{
		text-decoration: none;
		color: yellow;
	}
	#section-4{
		margin-top: 175px;
		margin-bottom: 155px;
	}
	#section-4 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 1%;
		width: 85%;
	}	
	#section-4 h2,p{
		margin: 25px;
	}
	#section-4 h2{
		text-align: left;
		margin-left: 45px;
		padding-top: 45px;
		font-size: 3.5rem;
		color: red;
		font-weight: bold;
	}
	#section-4 p{
		text-align: left;
		margin-left: 45px;
		padding-top: 45px;
		font-size: 2.5rem;
		margin-top: 5px;
		padding-bottom: 15px;
	}	
	#section-5{
		margin-top: 155px; 
		padding-bottom: 155px;
	}
	#section-5 h2,p{
		margin: 25px;
	}
	#section-5 h2{
		text-align: left;
		padding-top: 12px;
		font-size: 3.5rem;
		margin-left: 45px;
		margin-right: 45px;
		color: red;
		font-weight: bold;
	}
	#section-5 p{
		font-size: 2.5rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
	}
	#section-5 a{
		text-decoration: underline;
		color: blue;
	}
	#section-5 a{
		text-decoration: none;
	}
	#section-6{
		margin-top: 35px;
		padding-top: 15px;
		padding-bottom: 55px;
		background-image: linear-gradient(to right, black ,#4a6782);
	}
	#section-6 h2,p{
		margin: 25px;
	}
	#section-6 h2{
		text-align: leftr;
		margin-left: 45px;
		margin-right: 45px;
		padding-top: 55px;
		font-size: 3.5rem;
		color: white;
		font-weight: 100;
	}
	#section-6 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
		font-size: 2.5rem;
		color: white;
		font-weight: 100;
	}
	#section-6 a{
		text-decoration: underline;
		color:yellow;
	}
	#section-6 a:hover{
		text-decoration: none;
		color:yellow;
	}
	.button {
   background-color: yellow;
  border: none;
  color: black;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 3.5rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
	border-radius: 7px;		
}
.button a{
		text-decoration: none;
}
.button a:hover {
  	background-color: green;
  	color:white;
	text-decoration: none;
	border-radius: 1px;
	border: 1px solid white;
}	
.button2 {
   background-color: yellow;
  border: none;
  color: black;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 3rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
	border-radius: 7px;		
}
	.button3 {
  background-color: yellow;
  border: none;
  color: white;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
	border-radius: 7px;
		border-style: solid;
  border-width: 2px;
}	
	/*-- Footer */
#main-footer {
	margin-top: 1px;
	padding-top: 95px;
	padding-bottom: 75px;
	background: #333;
	text-align: left;
	font-size:2.5rem;
}
 #main-footer p{
	text-align: left;
	display: block;
	margin-left: 45px;
	margin-right: 45px;
	color: white;	
	font-size:2.5rem;
	padding-bottom: 25px;
}
#main-footer a{
	display: block;
	text-decoration: none;
	margin-left: 45px;
	margin-right: 45px;
	fonot-size: 2.7rem;
	font-weight: bold;
	text-align: left;
	padding-bottom: 25px;
	color: white;
}
#main-footer a:hover{
	text-decoration: underline;
}
.address {
	text-align: left;
}
}
@media screen and (min-width:1021px){
	#myNav .overlay .overlay-content{
		display: none;
	}
	span{
		display: none;
	}
	mySidebar {
		display: none;
	}
	hr{
		width: 70%;
	}
	#banner{
		margin-top: 0px;
		top: 0;
		padding: 15px;
		text-align: center;
		background-color: #141414;
		position: fixed;
		width: 100%;
	}
	#banner img{
		float: left;	
		width: 55px;
		margin-top: -25px;
	}
	#banner a{
		font-size: 1rem;
		margin-left: 25px;
		padding: 5px;
		text-decoration: none;
		color: white;
	}
	#banner a:hover{
		text-decoration: underline;
	}
	#showcase{
		margin-top: 21px; 
	}
	#showcase h1,p{
		margin: 1px;
	}
	#showcase h1{
		text-align: center;
		padding-top: 485px;
		font-size: 3rem;
		margin-left: 45px;
		margin-right: 45px;
		font-weight: bold;
		text-shadow: 2px 2px 5px black;
		color: #fff;
	}
	#showcase p{
		text-align: center;
		font-size: 1.5rem;
		margin-left: 15%;
		margin-right: 15%;
		text-shadow: 2px 2px 5px black;
		font-weight: 100;
		color: #fff;
	}	
	#introduction {
		margin-top: 135px;
		margin-bottom: 75px;
	}
	#introduction h2,p{
		margin: 25px;
	}
	#introduction h2{
		text-align: left;
		font-size: 2.5rem;
		margin-left: 15%;
		margin-right: 15%;
		font-weight: bold;
		color:red;
	}
	#introduction p{
		text-align: left;
		font-size: 1.1rem;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 15px;
	}
	#introduction a{
		text-decoration: underline;
		color: yellow;
	}
	#introduction a:hover{
		text-decoration: none;
		color: yellow;
	}
	#section-1{
		margin-top: 129px; 
		margin-bottom: 75px;
	}
	#section-1 img{
		margin-left: 15%;
		border-radius: 80%;
		width: 250px;
	}
	#section-1 h2,p{
		margin: 15px;
	}
	#section-1 h2{
		text-align: left;
		font-size: 2.5rem;
		margin-left: 15%;
		margin-right: 15%;
		font-weight: bold;
		color:red;
	}
	#section-1 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.1rem;
		padding-bottom: 15px;
	}	
	#section-2{
		margin-top: 95px;
		margin-bottom: 75px;
	}
	#section-2 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-style: solid;
  		border-color: black;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  		border-width: 1px;
		width: 75%;
	}
	#section-2 h2,p{
		margin: 10px;
	}
	#section-2 h2{
		margin-top: 65px;
		text-align: left;
		font-size: 2.5rem;
		margin-left: 15%;
		margin-right: 15%;
		color:red;
		font-weight: bold;
	}
	#section-2 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.2rem;
		padding-bottom: 5px;
	}
	#section-2 a{
		text-decoration: underline;
		color: blue;
	}
	#section-2 a:hover{
		text-decoration: none;
	}	
	#section-3{
		margin-top: 145px; 
		margin-bottom: 75px;
	}
	#section-3 img{
		border-radius: 1%;
		width: 700px;
		margin-left: 15%;
	}	
	#section-3 h2,p1{
		margin: 25px;
	}
	#section-3 h2{
		text-align: left;
		margin-left: 15%;
		padding-top: 35px;
		font-size: 2.5rem;
		color:red;
		font-weight: bold;
	}
	.p1-style {
	  text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 25px;
		color: yellow;
		font-size: 3rem; /* Example size, relative to the root font size */
	}
	#section-3 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.2rem;
		padding-bottom: 10px;
	}
	#section-3 a{
		color: black;
		font-weight: bold;
	}
	#section-4{
		margin-top: 145px;  
		margin-bottom: 75px;
	}
	#section-4 img{
		border-radius: 1%;
		width: 700px;
		margin-left: 15%;
	}	
	#section-4 h2,p{
		margin: 25px;
	}
	#section-4 h2{
		text-align: left;
		margin-left: 15%;
		padding-top: 55px;
		font-size: 2.5rem;
		color:red;
		font-weight: bold;
	}
	#section-4 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.2rem;
		margin-top: 5px;
		padding-bottom: 15px;
	}	
	#section-5{
		margin-top: 75px; 
		padding-bottom: 15px;
	}
	#section-5 h2,p{
		margin: 25px;
	}
	#section-5 h2{
		text-align: left;
		padding-top: 12px;
		font-size: 2.5rem;
		margin-left: 15%;
		margin-right: 15%;
		color:red;
		font-weight: bold;
	}
	#section-5 p{
		font-size: 1.1rem;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 15px;
	}
	#section-5 a{
		text-decoration: underline;
		color: blue;
	}
	#section-5 a{
		text-decoration: none;
	}
	#section-6{
		margin-top: 35px;
		padding-top: 15px;
		padding-bottom: 55px;
		background-image: linear-gradient(to right, black ,#4a6782);
	}
	#section-6 h2,p{
		margin: 25px;
	}
	#section-6 h2{
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		padding-top: 55px;
		font-size: 3rem;
		color: white;
		font-weight: 100;
	}
	#section-6 p{
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.2rem;
		color: white;
		font-weight: 100;
	}
	#section-6 a{
		text-decoration: underline;
		color:yellow;
	}
	#section-6 a:hover{
		text-decoration: none;
		color:yellow;
	}
	.button {
 background-color: yellow;
  border: none;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
	border-radius: 7px;		
}
.button a{
		text-decoration: none;
}
.button a:hover {  	
	text-decoration: underline;
}	
.button2 {
  background-color: yellow;
  border: none;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
	border-radius: 7px;		
}
	.button2 a:hover {  	
	text-decoration: underline;
}
	/*-- Footer */
#main-footer {
	margin-top: 1px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
#main-footer p{
	display:block;
	text-align: center;
	color: white;	
	font-size:1rem;
	padding-bottom: 5px;
}
#main-footer a{
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size:1rem;
	color: #fff;
}
.address{
	text-align: center;
	padding-bottom: 5px;
}
}