@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	width: 100%;
	font-family: arial;
	color: black;
	background-color: #E6E6E6;
}
.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;
}
#myNav {
	margin-top: 0px;
	border-bottom: 2px solid #d3af37;	
	text-align: center;
}
.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;
}
.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 {	
  padding: 28px;
  text-decoration: none;
  font-size: 3rem;
  color: white;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px
}
#showcase {
	margin-top: 5px;
	margin-bottom: 155px;
	background: url("../images/img-spanish-family.png");
	height: 525px; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	z-index: -1;
	padding-top: 25px;
	padding-bottom: 55px;
	text-align: center;
}
.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){
	#banner{
		display: none;
	}
	#section-3a{
		display: none;
	}
	#section-4a{
		display: none;
	}
	#section-5a{
		display: none;
	}
	.container{
	 display: flex;
	  align-items: center;
	  justify-content: center;
	}
	div.gallery {
	  margin: 5px;
	  border: 1px solid #ccc;
	  float: left;
	  width: 280px;
	}
	div.gallery p{
		font-size: 2rem;
	}
	div.gallery:hover {
	  border: 1px solid #777;
	}
	div.gallery img {
	  width: 100%;
	  height: auto;
	}
	div.desc {
	  padding: 15px;
	  text-align: left;
		font-size: 1.5rem;
	}
	div.desc a{
		color: blue;
		text-decoration: underline;
	}
	#showcase {
		margin-top: 121px;
		background-color: white;
		padding-bottom: 75px;
		border-top: 1px solid #d3af37;		
	}
	#showcase h1,p{
		margin: 15px;
	}
	#showcase h1{
		margin-top:375px;
		font-size: 4rem;
		color: white;
	}
	#showcase p{
		font-size: 2rem;
		color: white;
	}
	#section-1 {
		margin-top: 5px;	
	}
	#section-1 h1{
		text-align: center;
		margin-top: 115px;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 3rem;
		font-weight: bold;
	}
	#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: 25px;
		text-align: left;
	}
	#ultimate h1{
		text-align: left;
		color: #d3af37;
		font-size: 3rem;
		padding-top: 65px;
		margin-left: 55px;
		margin-right: 55px;
		font-weight: bold;
	}
	#ultimate p{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2rem;
		color: white;
	}
	#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: 3.5rem;
	  margin: 4px 2px;
	  transition-duration: 0.4s;
	  cursor: pointer;
	}
	.button2 {
		margin-top: 15px;
	  background-color: #003EFF; 
	  color: white; 
	  border: 2px solid #FFFFFF;
	}
	.button2:hover {
	  background-color: #008CBA;
	  color: white;
	}	
	#section-2 {
		margin-top: 155px;
	}
	#section-2 h1{
		padding-bottom: 25px;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		color: #d3af37;
		font-size: 3rem;
		font-weight: bold;
	}
	#section-2 li{
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2rem;
		padding-bottom: 25px;
	}
	#section-2 a{
		color: gold;
		text-decoration: none;
	}	
	#section-3 {
		display: none;
	}
	#portfolio1 {
		margin-top: 115px;
		text-align: left;
	}
	#portfolio2 {
		margin-top: 25px;
	}	
	#portfolio3 {
		margin-top: 25px;
	}
	#portfolio4 {
		margin-top: 25px;
	}	
	#portfolio5 {
		margin-top: 25px;
	}	
	#portfolio6 {
		margin-top: 25px;
	}
	#more{
		margin-top: 95px;
		margin-left: 76px;
	}
	#more h1{
		text-align: left;
		font-size: 2rem;
	}
	#section-4{
		margin-top: 75px;
		text-align: left;
		margin-bottom: 125px;
	}
	#section-4 h1{
		padding-top: 75px;
		padding-bottom: 5px;
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		color: #d3af37;
		font-size: 3rem;
		font-weight: bold;
	}
	#section-4 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 5px;
		font-size: 2rem;
		color: black;
	}
	#section-4 a{
		text-decoration: none;
		font-size: 2rem;
	}
	#section-4 a:hover{
		text-decoration: underline;
		font-size: 2rem;
		color: #d3af37;
	}	
	#legal{
		margin-top: 125px;
		text-align: center;
		margin-bottom: 125px;
	}
	#legal p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 5px;
		font-size: 1.5rem;
	}
	#legal {
		border: 2px solid #d3af37;
  		border-radius: 5px;
		padding: 1px;
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;		
	}
	#section-5 {
		margin-top: 95px;
		display: block;
		text-align: center;
	}
	#section-5 a{
		font-size: 2.5rem;		
		padding: 25px;
		color: blue;
	}	
	/*-- Footer */
#main-footer {
	margin-top: 125px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
 #main-footer p{
	text-align: left;
	margin-left: 45px;
	margin-right: 45px;
	color: #808080;	
	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: #808080;
	fonot-size: 2.rem;
	font-weight: bold;
}
.links a:hover{
	text-decoration: underline;
}
}
@media screen and (min-width:769px) and (max-width:1020px){
	#banner{
		display: none;
	}
	#section-3a{
		display: none;
	}
	#section-4a{
		display: none;
	}
	#section-5a{
		display: none;
	}
	.container{
	 display: flex;
	  align-items: center;
	  justify-content: center;
	}
	div.gallery {
	  margin: 5px;
	  border: 1px solid #ccc;
	  float: left;
	  width: 280px;
	}
	div.gallery p{
		font-size: 2rem;
	}
	div.gallery:hover {
	  border: 1px solid #777;
	}
	div.gallery img {
	  width: 100%;
	  height: auto;
	}
	div.desc {
	  padding: 15px;
	  text-align: left;
		font-size: 1.5rem;
	}
	div.desc a{
		color: blue;
		text-decoration: underline;
	}
	#showcase {
		margin-top: 121px;
		background-color: white;
		padding-bottom: 75px;
		border-top: 1px solid #d3af37;		
	}
	#showcase h1,p{
		margin: 15px;
	}
	#showcase h1{
		margin-top:375px;
		font-size: 4rem;
		color: white;
	}
	#showcase p{
		font-size: 2rem;
		color: white;
	}
	#section-1 {
		margin-top: 5px;	
	}
	#section-1 h1{
		margin-top: 115px;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 3rem;
		font-weight: bold;
		color: #d3af37;
	}
	
	#section-1 a{
		text-decoration: none;
		color: gold;
	}
	#ultimate {
		margin-top: 25px;
		text-align: left;
	}
	#ultimate h1{
		text-align: left;
		color: #d3af37;
		font-size: 3rem;
		padding-top: 65px;
		margin-left: 55px;
		margin-right: 55px;
		font-weight: bold;
	}
	#ultimate p{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2rem;
		color: white;
	}
	#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: 3.5rem;
	  margin: 4px 2px;
	  transition-duration: 0.4s;
	  cursor: pointer;
	}
	.button2 {
		margin-top: 15px;
	  background-color: #003EFF; 
	  color: white; 
	  border: 2px solid #FFFFFF;
	}
	.button2:hover {
	  background-color: #008CBA;
	  color: white;
	}	
	#section-2 {
		margin-top: 155px;
	}
	#section-2 h1{
		padding-bottom: 25px;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		color: #d3af37;
		font-size: 3rem;
		font-weight: bold;
	}
	#section-2 li{
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2rem;
		padding-bottom: 25px;
	}
	#section-2 a{
		color: gold;
		text-decoration: none;
	}	
	#section-3 {
		display: none;
	}
	#portfolio1 {
		margin-top: 115px;
		text-align: left;
	}
	#portfolio2 {
		margin-top: 25px;
	}	
	#portfolio3 {
		margin-top: 25px;
	}
	#portfolio4 {
		margin-top: 25px;
	}	
	#portfolio5 {
		margin-top: 25px;
	}	
	#portfolio6 {
		margin-top: 25px;
	}
	#more{
		margin-top: 95px;
		margin-left: 76px;
	}
	#more h1{
		text-align: left;
		font-size: 2rem;
	}
	#section-4{
		margin-top: 75px;
		text-align: left;
		margin-bottom: 125px;
	}
	#section-4 h1{
		padding-top: 75px;
		padding-bottom: 5px;
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		color: #d3af37;
		font-size: 3rem;
		font-weight: bold;
	}
	#section-4 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 5px;
		font-size: 2rem;
		color: black;
	}
	#section-4 a{
		text-decoration: none;
		font-size: 2rem;
	}
	#section-4 a:hover{
		text-decoration: underline;
		font-size: 2rem;
		color: #d3af37;
	}	
	#legal{
		margin-top: 125px;
		text-align: center;
		margin-bottom: 125px;
	}
	#legal p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 5px;
		font-size: 1.5rem;
	}
	#legal {
		border: 2px solid #d3af37;
  		border-radius: 5px;
		padding: 1px;
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;		
	}
	#section-5 {
		margin-top: 95px;
		display: block;
		text-align: center;
	}
	#section-5 a{
		font-size: 2.5rem;		
		padding: 25px;
		color: blue;
	}	
	/*-- Footer */
#main-footer {
	margin-top: 125px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
 #main-footer p{
	text-align: left;
	margin-left: 45px;
	margin-right: 45px;
	color: #808080;	
	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: #808080;
	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;
	}
	#system2{
		display: none;
	}
	#portfolio1{
		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;
	}
	#section-5a{
		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;
	}
	#showcase h1,p{
		margin: 15px;
	}
	#showcase h1{
		margin-top:375px;
		font-size: 4rem;
		color: white;
	}
	#showcase p{
		font-size: 2rem;
		color: white;
	}
	.container{
	 display: flex;
	  align-items: center;
	  justify-content: center;
	}
	div.gallery {
	  margin: 5px;
	  border: 1px solid #ccc;
	  float: left;
	  width: 280px;
		margin-bottom: 55px;
	}
	div.gallery:hover {
	  border: 1px solid #777;
	}
	div.gallery img {
	  width: 100%;
	  height: auto;
	}
	div.desc {
	  padding: 15px;
	  text-align: left;
	}	
	div.desc a{
		color: blue;
		text-decoration: underline;
	}
	div.desc a:hover{
		color: blue;
		text-decoration: none;
	}
	#section-1 {
		margin-top: -55px;
		margin-bottom: 25px;	
		text-align: left;
	}
	#section-1 h1,p{
		margin: 15px;
	}
	.fa-arrow-down{
		font-size: 1.5rem;
	}
	#section-1 h1{
		text-align: center;
		font-size: 2.5rem;
	}
	#ultimate {
		margin-top: 75px;
	}
	#ultimate h1{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		color: #d3af37;
	}
	#ultimate p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.2rem;
		color: white;
	}
	#ultimate a{
		color: yellow;
		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: inline-block;
	  font-size: 1.5rem;
	  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-2 {
		margin-top: 25px;
	}
	#section-2 h1{
		margin-left: 15%;
		margin-right: 15%;
		padding-top: 75px;
		padding-bottom: 5px;
		text-align: center;
		color: #d3af37;
		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;
		color: white;
		font-size: 1.2rem;
	}
	#section-2 a{
		color: #d3af37;
		font-size: 1.5rem;
		text-decoration: none;
	}
	#section-2 a:hover{
		color: gray;
		text-decoration: underline;
	}
	#section-3{
		margin-top: 75px;
	}
	#section-3 h1{
		text-align: left;
	}
	#section-3a {
		margin-top: 25px;
	}
	#section-3 a{
		color: black;
		text-decoration: underline;
	}
	#section-3 a:hover{
		text-decoration: none;
	}
	#section-4a {
		margin-top: 25px;
	}
	#section-4a {
		margin-top: 25px;
	}	
	#section-4 a{
		margin-top: 75px;
	}
	#section-4{
		margin-top: 5px;
		text-align: left;
	}
	#section-4 h1{
		padding-top: 75px;
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		color: #d3af37;
		font-size: 2.5rem;;
	}
	#section-4 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 5px;
		font-size: 1.2rem;
		color: white;
	}
	#section-4 a{
		padding-top: 55px;
		text-decoration: none;
		font-size: 2.5rem;
		color: #d3af37;
	}
	#section-4 a:hover{
		text-decoration: underline;
		color: #d3af37;
	}	
	#section-5 {
		display: block;
		text-align: center;
	}
	#section-5 a{
		font-size: 1rem;		
		padding: 25px;
		color: blue;
	}
	#section-5 a:hover{
		font-size: 1.2rem;		
		padding: 25px;
		text-decoration: underline;
		color: black;
	}
	#more{
		margin-top: 75px;
		text-align: center;
	}
	.goldText { 
        color: #d3af37; 
    }	
	#legal{
		margin-top: 125px;
		text-align: center;
		margin-bottom: 125px;
		border: 2px solid #d3af37;
  		border-radius: 5px;
		padding: 15px;
		width: 70%;
		display: block;
		margin-left: auto;
		margin-right: auto;	
	}
	#legal p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 5px;
		font-size: 1rem;
	}
	/*-- Footer */
#main-footer {
	margin-top: 125px;
	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;
}
}