@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	width: 100%;
	font-family: arial;
	color: black;
	background-color: white;
}
.tk-myriad-pro{
	font-family: "myriad-pro";
	font-weight: 100;
	font-style: normal;	
	font-size: 35px;
}
.fa-bars {
	position: fixed;
	display: inline-block;
	width:100%;
	padding: 15px;
	color:white;
	background-color:black;
	border-bottom: 1px solid #d3af37;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.openbtn {
  font-size: 3rem;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}
.openbtn:hover {
  background-color: #444;
}
#main {
  transition: margin-left .5s;
  padding: 16px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

#showcase {
		margin-top: 87px;
		background-color: white;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2.5rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.button {
  	display: block;
	margin-left: auto;
	margin-right: auto; 
	text-decoration: none;
  	background-color: #d3af37;
	color: white; 
  	border: 1px solid white;
	border-radius: 25px;
}.button a{
	text-decoration: none;
}
.button a:hover {
  	background-color: green;
  	color:white;
	text-decoration: none;
	border-radius: 1px;
	border: 1px solid white;
}
/* Container */
.container{
	width:80%;
	margin:auto;
	overflow: hidden;
}
#showcase {
	margin-top: 2px;
	background-color: white;
}
@media (max-width:768px){
#video {
		display: none;
	}
	#section-3a{
		display: none;
	}
	#section-4a{
		display: none;
	}
	#section-5a{
		display: none;
	}
	#banner-mobile {
		margin-top: -10px;
		background-image: url("images/background-speaking.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 775px;
	}
	#banner-mobile h1,p{
		margin: 15px;
	}
	#banner-mobile h1{
		padding-top: 475px;
		color:white;	
		font-size: 3.5rem;
		text-align: center;
		font-weight: bold;
		margin-left: 45px;
		margin-right: 45px;
	}
	#banner-mobile p{
		text-align: center;	
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3.5rem;
		font-weight: bold;	
		color: white;
	}
	#banner{
		margin-top: 1px;
		margin-bottom: 1px;
		background: #2a2a2a;
		top: 0;
		text-align: center;		
		position: -webkit-sticky;
		position: sticky;
		padding: 25px;
		border-bottom: 2px solid #d3af37;
	}
	#banner a{
		font-size: 2.5rem;
		margin-left: 25px;
		text-decoration: none;
		padding-left: 55px;
		padding-right: 55px;
		color:white;
	}
	#banner a:hover{
		color: gray;
	}
	#mySidebar {
		background-color: black;
		border-bottom: 2px solid #d3af37;		
	}
	#mySidebar a{
		font-size: 2.5rem;
		padding: 20px;
	}
	#main {
		background-color: gray;
		 position: fixed;
		width: 100%;
	}	
	.container{
	 display: flex;
	  align-items: center;
	  justify-content: center;
	}
	div.gallery {
	  margin: 5px;
	  border: 1px solid #ccc;
	  float: left;
	  width: 280px;
	}
	div.gallery:hover {
	  border: 1px solid #777;
	}
	div.gallery img {
	  width: 100%;
	  height: auto;
	}
	div.desc {
	  padding: 15px;
	  text-align: center;
	}
	#showcase {
		margin-top: 0px;
		padding-top: 95px;
		padding-bottom: 125px;
		background-color: #141414;
		color: white;
	}
	#showcase img{
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}
	#showcase h1,p{
		margin: 15px;
	}
	.text-showcase h1{
		padding-top: 125px;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.73rem;
		font-weight: 100;		
	}
	.text-showcase p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		font-weight: 100;
		font-color: white;
	}
	.text-showcase a{
		text-decoration: none;
		color: yellow;
	}	
	#section-1 {
		margin-top: 5px;	
	}
	#section-1 h2{
		margin-top: 115px;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 3rem;
		font-weight: bold;
	}
	
	#section-1 h1{
		margin-top: 115px;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 3rem;
		font-weight: bold;
		color: #d3af37;
	}
	#section-1 p{		
		margin-top: 25px;
		margin-left: 55px;
		margin-right: 55px;	
		padding-bottom: 15px;
		text-align: left;
		font-size: 2rem;
	}
	#section-1 a{
		text-decoration: none;
		color: gold;
	}		
	.ultimate {
		margin-top: 725px;
		margin-left: 45px;
		margin-right: 45px;
	}
	#ultimate h1{
		text-align: left;
		font-size: 3rem;
		padding-top: 65px;
		margin-left: 45px;
		margin-right: 45px;
		font-weight: bold;
	}
	#ultimate p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 23px;
		font-size: 2rem;
	}
	#ultimate a{
		color: gold;
		text-decoration: none;
		font-size: 2rem;
	}
	.button {		
	  background-color: #4372AA; /* Green */
	  border: none;
	  color: white;
	  padding: 16px 32px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 3rem;
	  margin: 4px 2px;
	  transition-duration: 0.4s;
	  cursor: pointer;
	}
	.button2 {
		margin-top: 35px;
	  background-color: #003EFF; 
	  color: white; 
	  border: 2px solid #FFFFFF;
	}
	.button2:hover {
	  background-color: #008CBA;
	  color: white;
	}
	#section-1 {
		margin-top: 135px;
	}
	#section-1 h1,p{
		margin: 15px;
	}
	#section-1 .text {
		padding-bottom: 45px;
	}
	#section-1 .text h1{
		text-align: left;
		font-size: 3rem;
		font-weight: bold;
		margin-left: 45px;
		margin-right: 45px;
		color: black;
	}
	#section-p {
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2rem;
		padding-bottom: 25px;
	}
	#section-1 a{
		color: blue;
		text-decoration: none;
	}	
	#section-2 {
		margin-top: 25px;
	}
	#section-2 h1{
		padding-bottom: 25px;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3.5rem;
		font-weight: bold;
	}
	#section-2 a{
		color: gold;
		text-decoration: none;
	}	
	#section-3 {
		display: none;
	}
	#testimony-1 {
		margin-top: 25px;
	}
	#testimony-1 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-1 h2,p{
		margin: 25px;
	}
	#testimony-1 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-1 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-2 {
		margin-top: 150px;
	}
	#testimony-2 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-2 h2,p{
		margin: 25px;
	}
	#testimony-2 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-2 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-3 {
		margin-top: 155px;
	}
	#testimony-3 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-3 h2,p{
		margin: 25px;
	}
	#testimony-3 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-3 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-4 {
		margin-top: 155px;
	}
	#testimony-4 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-4 h2,p{
		margin: 25px;
	}
	#testimony-4 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-4 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-5 {
		margin-top: 155px;
	}
	#testimony-5 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-5 h2,p{
		margin: 25px;
	}
	#testimony-5 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-5 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-6 {
		margin-top: 155px;
	}
	#testimony-6 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-6 h2,p{
		margin: 25px;
	}
	#testimony-6 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-6 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-7 {
		margin-top: 155px;
	}
	#testimony-7 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-7 h2,p{
		margin: 25px;
	}
	#testimony-7 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-7 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-8 {
		margin-top: 155px;
	}
	#testimony-8 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-8 h2,p{
		margin: 25px;
	}
	#testimony-8 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-8 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-9 {
		margin-top: 155px;
	}
	#testimony-9 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-9 h2,p{
		margin: 25px;
	}
	#testimony-9 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-9 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-10 {
		margin-top: 155px;
	}
	#testimony-10 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-10 h2,p{
		margin: 25px;
	}
	#testimony-10 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-10 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-11 {
		margin-top: 155px;
	}
	#testimony-11 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-11 h2,p{
		margin: 25px;
	}
	#testimony-11 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-11 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-12 {
		margin-top: 155px;
	}
	#testimony-12 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-12 h2,p{
		margin: 25px;
	}
	#testimony-12 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-12 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}	
	#portfolio2 {
		margin-top: 25px;
	}	
	#portfolio3 {
		margin-top: 25px;
	}
	#portfolio4 {
		margin-top: 25px;
	}	
	#portfolio5 {
		margin-top: 25px;
	}	
	#portfolio6 {
		margin-top: 25px;
	}
	#section-4{
		margin-top: 155px;
		 border-top: 1px solid black;
	}
	#section-4 h1{
		padding-top: 45px;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 4rem;
		font-weight: bold;
	}
	#section-4 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 45px;
		font-size: 2rem;
	}
	#section-4 a{
		text-decoration: none;
		font-size: 2rem;
	}
	#section-4 a:hover{
		text-decoration: underline;
		font-size: 2rem;
		color: #d3af37;
	}		
	/*-- Footer */
#main-footer {
	margin-top: 145px;
	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;
}
	.address a {
		text-decoration: none;
		color: white;
	}
}
@media screen and (min-width:769px) and (max-width:1020px){
	#video {
		display: none;
	}
	#section-3a{
		display: none;
	}
	#section-4a{
		display: none;
	}
	#section-5a{
		display: none;
	}
	#banner-mobile {
		margin-top: -10px;
		background-image: url("images/background-speaking.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 775px;
	}
	#banner-mobile h1,p{
		margin: 15px;
	}
	#banner-mobile h1{
		padding-top: 475px;
		color:white;	
		font-size: 3.5rem;
		text-align: center;
		font-weight: bold;
		margin-left: 45px;
		margin-right: 45px;
	}
	#banner-mobile p{
		text-align: center;	
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3.5rem;
		font-weight: bold;	
		color: white;
	}
	#banner{
		margin-top: 1px;
		margin-bottom: 1px;
		background: #2a2a2a;
		top: 0;
		text-align: center;		
		position: -webkit-sticky;
		position: sticky;
		padding: 25px;
		border-bottom: 2px solid #d3af37;
	}
	#banner a{
		font-size: 2.5rem;
		margin-left: 25px;
		text-decoration: none;
		padding-left: 55px;
		padding-right: 55px;
		color:white;
	}
	#banner a:hover{
		color: gray;
	}
	#mySidebar {
		background-color: black;
		border-bottom: 2px solid #d3af37;		
	}
	#mySidebar a{
		font-size: 2.5rem;
		padding: 20px;
	}
	#main {
		background-color: gray;
		 position: fixed;
		width: 100%;
	}	
	.container{
	 display: flex;
	  align-items: center;
	  justify-content: center;
	}
	div.gallery {
	  margin: 5px;
	  border: 1px solid #ccc;
	  float: left;
	  width: 280px;
	}
	div.gallery:hover {
	  border: 1px solid #777;
	}
	div.gallery img {
	  width: 100%;
	  height: auto;
	}
	div.desc {
	  padding: 15px;
	  text-align: center;
	}
	#showcase {
		margin-top: 0px;
		padding-top: 95px;
		padding-bottom: 125px;
		background-color: #141414;
		color: white;
	}
	#showcase img{
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}
	#showcase h1,p{
		margin: 15px;
	}
	.text-showcase h1{
		padding-top: 125px;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.73rem;
		font-weight: 100;		
	}
	.text-showcase p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		font-weight: 100;
		font-color: white;
	}
	.text-showcase a{
		text-decoration: none;
		color: yellow;
	}	
	#section-1 {
		margin-top: 5px;	
	}
	#section-1 h2{
		margin-top: 115px;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 3rem;
		font-weight: bold;
	}
	
	#section-1 h1{
		margin-top: 115px;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 3rem;
		font-weight: bold;
		color: #d3af37;
	}
	#section-1 p{		
		margin-top: 25px;
		margin-left: 55px;
		margin-right: 55px;	
		padding-bottom: 15px;
		text-align: left;
		font-size: 2rem;
	}
	#section-1 a{
		text-decoration: none;
		color: gold;
	}		
	.ultimate {
		margin-top: 725px;
		margin-left: 45px;
		margin-right: 45px;
	}
	#ultimate h1{
		text-align: left;
		font-size: 3rem;
		padding-top: 65px;
		margin-left: 45px;
		margin-right: 45px;
		font-weight: bold;
	}
	#ultimate p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 23px;
		font-size: 2rem;
	}
	#ultimate a{
		color: gold;
		text-decoration: none;
		font-size: 2rem;
	}
	.button {		
	  background-color: #4372AA; /* Green */
	  border: none;
	  color: white;
	  padding: 16px 32px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 3rem;
	  margin: 4px 2px;
	  transition-duration: 0.4s;
	  cursor: pointer;
	}
	.button2 {
		margin-top: 35px;
	  background-color: #003EFF; 
	  color: white; 
	  border: 2px solid #FFFFFF;
	}
	.button2:hover {
	  background-color: #008CBA;
	  color: white;
	}
	#section-1 {
		margin-top: 135px;
	}
	#section-1 h1,p{
		margin: 15px;
	}
	#section-1 .text {
		padding-bottom: 45px;
	}
	#section-1 .text h1{
		text-align: left;
		font-size: 3rem;
		font-weight: bold;
		margin-left: 45px;
		margin-right: 45px;
		color: black;
	}
	#section-p {
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2rem;
		padding-bottom: 25px;
	}
	#section-1 a{
		color: blue;
		text-decoration: none;
	}	
	#section-2 {
		margin-top: 25px;
	}
	#section-2 h1{
		padding-bottom: 25px;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3.5rem;
		font-weight: bold;
	}
	#section-2 a{
		color: gold;
		text-decoration: none;
	}	
	#section-3 {
		display: none;
	}
	#testimony-1 {
		margin-top: 25px;
	}
	#testimony-1 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-1 h2,p{
		margin: 25px;
	}
	#testimony-1 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-1 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-2 {
		margin-top: 150px;
	}
	#testimony-2 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-2 h2,p{
		margin: 25px;
	}
	#testimony-2 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-2 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-3 {
		margin-top: 155px;
	}
	#testimony-3 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-3 h2,p{
		margin: 25px;
	}
	#testimony-3 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-3 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-4 {
		margin-top: 155px;
	}
	#testimony-4 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-4 h2,p{
		margin: 25px;
	}
	#testimony-4 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-4 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-5 {
		margin-top: 155px;
	}
	#testimony-5 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-5 h2,p{
		margin: 25px;
	}
	#testimony-5 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-5 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-6 {
		margin-top: 155px;
	}
	#testimony-6 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-6 h2,p{
		margin: 25px;
	}
	#testimony-6 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-6 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-7 {
		margin-top: 155px;
	}
	#testimony-7 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-7 h2,p{
		margin: 25px;
	}
	#testimony-7 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-7 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-8 {
		margin-top: 155px;
	}
	#testimony-8 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-8 h2,p{
		margin: 25px;
	}
	#testimony-8 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-8 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-9 {
		margin-top: 155px;
	}
	#testimony-9 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-9 h2,p{
		margin: 25px;
	}
	#testimony-9 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-9 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-10 {
		margin-top: 155px;
	}
	#testimony-10 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-10 h2,p{
		margin: 25px;
	}
	#testimony-10 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-10 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-11 {
		margin-top: 155px;
	}
	#testimony-11 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-11 h2,p{
		margin: 25px;
	}
	#testimony-11 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-11 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}
	#testimony-12 {
		margin-top: 155px;
	}
	#testimony-12 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		height: 500px;
		margin-top: 25px;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
	}
	#testimony-12 h2,p{
		margin: 25px;
	}
	#testimony-12 h2{
		text-align: center;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 3rem;
	}
	#testimony-12 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.2rem;
	}	
	#portfolio2 {
		margin-top: 25px;
	}	
	#portfolio3 {
		margin-top: 25px;
	}
	#portfolio4 {
		margin-top: 25px;
	}	
	#portfolio5 {
		margin-top: 25px;
	}	
	#portfolio6 {
		margin-top: 25px;
	}
	#section-4{
		margin-top: 155px;
		 border-top: 1px solid black;
	}
	#section-4 h1{
		padding-top: 45px;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 4rem;
		font-weight: bold;
	}
	#section-4 p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 45px;
		font-size: 2rem;
	}
	#section-4 a{
		text-decoration: none;
		font-size: 2rem;
	}
	#section-4 a:hover{
		text-decoration: underline;
		font-size: 2rem;
		color: #d3af37;
	}		
	/*-- Footer */
#main-footer {
	margin-top: 145px;
	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;
}
	.address a {
		text-decoration: none;
		color: white;
	}
}	
@media screen and (min-width:1021px){	
	#myNav .overlay .overlay-content{
		display: none;
	}
	#mySidebar {
		display: none;
	}
	#main {
		display: none;
	}	
	#banner-mobile{
		display: none;
	}
	span{
		display: none;
	}
	#system2{
		display: none;
	}
	#testimony-1{
		display: none;
	}
	#testimony-2{
		display: none;
	}
	#testimony-3{
		display: none;
	}
	#testimony-4{
		display: none;
	}
	#testimony-5{
		display: none;
	}
	#testimony-6{
		display: none;
	}
	#testimony-7{
		display: none;
	}
	#testimony-8{
		display: none;
	}
	#testimony-9{
		display: none;
	}
	#testimony-10{
		display: none;
	}
	#testimony-11{
		display: none;
	}
	#testimony-12{
		display: none;
	}
	#portfolio2{
		display: none;
	}
	#portfolio3{
		display: none;
	}
	#portfolio4{
		display: none;
	}	
	#portfolio5{
		display: none;
	}
	#portfolio6{
		display: none;
	}
	#portfolio7{
		display: none;
	}
	#portfolio8{
		display: none;
	}
	#portfolio9{
		display: none;
	}
	.fab fa-facebook a{
		font-size: 21.5rem;
	}
	#banner{
		margin-top: -4px;
		margin-bottom: 1px;
		background: #2a2a2a;
		top: 0;
		text-align: center;		
		position: -webkit-sticky;
		position: sticky;
		padding: 25px;
		border-bottom: 2px solid #d3af37;
	}
	#banner a{
		font-size: 1rem;
		margin-left: 25px;
		text-decoration: none;
		color: white;
	}
	#banner a:hover{
		color: gray;
	}	
	.container{
	 display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.container-2{
	 display: flex;
	  align-items: center;
	  justify-content: center;
	}
	div.gallery {
	  margin: 5px;
	  border: 1px solid #ccc;
	  float: left;
	  width: 280px;
	}
	div.gallery:hover {
	  border: 1px solid #777;
	}
	div.gallery img {
	  width: 100%;
	  height: auto;
	}
	div.desc {
	  padding: 15px;
	  text-align: center;
	}	
	.container-showcase{
		display: flex;
    	align-items:center;
		width: 90%;
		margin: auto;
	}
	.container-video {
		position:relative;
		z-index:0;
	}
	.topText {
		position:absolute;
		z-index:1;
		text-align: center;
		top: 0;
		margin: auto;
  		width: 100%;
		padding-top: 35px;		
	}
	.topText2 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width:155px;
	}
	.topText a{
		text-decoration: none;
		color: white;
		font-size: 1rem;
		padding: 25px;
		text-align: center;
	}
	.topText a:hover{
		text-decoration: underline;
	}
	.container-topText{
		margin: auto;
  		width: 100%;
	}
	.topText2 {
		position:absolute;
		z-index:1;
		top: 195px;	
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 10px;
	}
	.topText2 p{
		font-size: 1.5rem;
		color: white;
	}
	.center-top-button {
	  margin: 0;
	  position: absolute;
	  top: 255px;	
	  left: 50%;
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
		text-decoration: none;
		padding-top: 75px;
	}	
	.center-top-button h1{
		color: white;
		font-size: 2.5rem;
	}
	.button2 { 
		margin-top: 96px;
	  	color: white; 
		border-radius: 5px;
		background-color: blue;
		text-decoration: none;
	}
	.button2 a{
		text-decoration: none;
	}
	.button2 a:hover {
	  	background-color: #4CAF50;
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	  	color: white;
	}
	.topText3 {
		position:absolute;
		z-index:1;
		top:305px;	
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 10px;
		padding-top: 75px;
	}
	.topText3 p{
		font-size: 2rem;
		color: white;
	}
	.topText3 p{
		font-size: 1.3rem;
		color: white;
	}		
	.container-ultimate {
		margin: auto;
	}
	#ultimate {
		margin-top: 125px;
	}
	#ultimate h1{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 3rem;
		font-weight: bold;
	}
	#ultimate p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 15px;
		font-size: 1.2rem;
	}
	#ultimate a{
		color: blue;
		text-decoration: none;
		font-size: 2rem;
	}
	#ultimate a:hover{
		text-decoration: underline;
	}
	.button {		
	  background-color: #4372AA; /* Green */
	  border: none;
	  color: white;
	  padding: 16px 32px;
	  text-align: center;
	  text-decoration: none;
	  display: left;
	  font-size: 2.5rem;
	  margin: 4px 2px;
	  transition-duration: 0.4s;
	  cursor: pointer;
	}
	.button1 {
		margin-top: 55px;
		margin-bottom: 95px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.button2 {
		margin-top: 35px;
	  background-color: #4372AA; /* Blue */ 
	  color: white; 
	  border: 2px solid black;
		font-size: 2rem;
	}
	.button2:hover {
		text-decoration: none;
	  background-color: #008CBA;
	  color: white;
	}	
	#section-1 {
		margin-top: 115px;
		text-align: left;
	}
	#section-1 h2{
		margin-left: 15%;
		margin-right: 15%;
		text-align: left;
		font-size: 3rem;
		color: #4372AA;
	}
	#section-1 h1,p{
		margin: 15px;
	}
	#section-1 h1{
		margin-left: 15%;
		margin-right: 15%;
		text-align: left;
		font-size: 2rem;
	}
	#section-1 p{
		margin-left: 15%;
		margin-right: 15%;	
		padding-bottom: 15px;
		text-align: left;
		font-size: 1.2rem;
	}
	#section-1 a{
		color: blue;
		text-decoration: none;
	}
	#section-1 a:hover{
		text-decoration: underline;
	}
	#section-2 {
		margin-top: 25px;
	}
	#section-2 h1{
		margin-left: 15%;
		margin-right: 15%;
		padding-top: 75px;
		padding-bottom: 5px;
		text-align: center;
		font-size: 2.5rem;
	}
	#section-2 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 45px;
		font-size: 1.1rem;
	}
	#section-2 li{
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 25px;
		font-size: 1.2rem;
	}
	#section-2 a{
		color: blue;
		font-size: 1.5rem;
		text-decoration: none;
	}
	#section-2 a:hover{
		color: gray;
		text-decoration: underline;
	}
	#section-3{
		margin-top: 25px;
	}
	#section-3 h1{
		text-align: left;
	}
	#section-3a {
		margin-top: 25px;
	}
	#section-4a {
		margin-top: 25px;
	}
	#section-5a {
		margin-top: 25px;
	}	
	#section-3a{
		margin-top: 75px;
	}
	#section-4{
		margin-top: 125px;
		text-align: center;
		border-top: 1px solid black;
	}
	#section-4 h1{
		padding-top: 45px;
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2.5rem;;
		font-weight: bold;
	}
	#section-4 p{
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 5px;
		font-size: 1.2rem;
	}
	#section-4 a{
		padding-top: 55px;
		text-decoration: none;
		font-size: 2.5rem;
		color: white;
	}
	#section-4 a:hover{
		text-decoration: underline;
		color: white;
	}	
	/*-- Footer */
#main-footer {
	margin-top: 35px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
.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;
}
 #main-footer p{
	text-align: center;
	margin-left: 45px;
	margin-right: 45px;
	color: white;	
	font-size:1rem;
	 padding-bottom: 25px;
}
	.address a{
		color: yellow;
	}
}