@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;
}
#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
}
.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-3{
		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: 2px solid #ccc;
	  float: left;
	  width: 480px;
	}
	div.gallery p{
		font-size: 2.5rem;
	}
	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;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#portfolio1{
		padding: 15px;
	}
	#portfolio2{
		padding: 75px;
	}
	#portfolio3{
		padding: 75px;
	}
	#portfolio4{
		padding: 75px;
	}
	#portfolio5{
		padding: 75px;
	}
	#portfolio6{
		padding: 75px;
	}
	#portfolio7{
		padding: 75px;
	}
	#portfolio8{
		padding: 75px;
	}
	#portfolio9{
		padding: 75px;
	}	
	#showcase {
		margin-top: 95px;				
	}
	#showcase h1,p{
		margin: 25px;
	}
	#showcase h2{
		text-align: left;
		margin-top: 225px;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 1.5rem;
		color: gray
	}
	#showcase h1{
		text-align: left;
		margin-top: 75px;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 4rem;
	}
	#showcase p{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2rem;
	}
	#showcase a{
		text-decoration: underline;
		color: blue;
	}
	#showcase a{
		text-decoration: none;
	}
	#section-1 {
		margin-top: 175px;	
	}
	#section-1 h1,p{
		margin: 15px;
	}
	#section-1 h1{		
		margin-left: 55px;
		margin-right: 55px;	
		padding-bottom: 25px;
		text-align: left;
		font-size: 3rem;
		font-weight: bold;
	}
	#section-1 p{		
		margin-left: 55px;
		margin-right: 55px;	
		padding-bottom: 25px;
		text-align: left;
		font-size: 2rem;
	}
	#section-1 a{
		text-decoration: none;
		color: blue;
		font-size: 2rem;
	}
	#section-2 {
		margin-top: 55px;
	}
	#section-2 a{
		color: blue;
		text-decoration: none;
		margin-left: 55px;
		margin-right: 55px;	
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#legal {
		margin-top: 125px;
	}
	#legal p{
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#SoMedia {
		display: block;
		margin-top: 55px;
		text-align: center;
	}
	#SoMedia a{
		display: inline-block;
		padding: 25px;
		font-size: 2rem;
		color: gray;
	}
	#SoMedia a{
		text-decoration: none;
		color: gray;
	}
	#SoMedia a:hover{
		text-decoration: underline;
		color: blue;
	}
	/* Red border */
	.line-top {
		margin-top: 125px;
	  	border-top: 1px solid #E6E6E6;
		width:80%;
	}
	#page-numbers {
		margin-top: 45px;
		text-align: center;
	}
	#page-numbers a{
		padding: 15px;
		color: blue;
		text-decoration: none;
		font-size: 2rem;
	}
	#page-numbers a:hover{
		text-decoration: underline;
		color: orangered;
	}
	.line-buttom {
		margin-top: 25px;
		width:80%;
        border-top: 1px solid #E6E6E6;
	}
	.fa-solid {
		color: blue;
		font-size: 1.5rem;
	}
	.fa-solid {
		color: black;
		font-size: 1.5rem;
	}
	/*-- 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-3{
		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: 2px solid #ccc;
	  float: left;
	  width: 480px;
	}
	div.gallery p{
		font-size: 2.5rem;
	}
	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;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#portfolio1{
		padding: 15px;
	}
	#portfolio2{
		padding: 75px;
	}
	#portfolio3{
		padding: 75px;
	}
	#portfolio4{
		padding: 75px;
	}
	#portfolio5{
		padding: 75px;
	}
	#portfolio6{
		padding: 75px;
	}
	#portfolio7{
		padding: 75px;
	}
	#portfolio8{
		padding: 75px;
	}
	#portfolio9{
		padding: 75px;
	}	
	#showcase {
		margin-top: 95px;				
	}
	#showcase h1,p{
		margin: 25px;
	}
	#showcase h2{
		text-align: left;
		margin-top: 225px;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 1.5rem;
		color: gray
	}
	#showcase h1{
		text-align: left;
		margin-top: 75px;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 4rem;
	}
	#showcase p{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2rem;
	}
	#showcase a{
		text-decoration: underline;
		color: blue;
	}
	#showcase a{
		text-decoration: none;
	}
	#section-1 {
		margin-top: 175px;	
	}
	#section-1 h1,p{
		margin: 15px;
	}
	#section-1 h1{		
		margin-left: 55px;
		margin-right: 55px;	
		padding-bottom: 25px;
		text-align: left;
		font-size: 3rem;
		font-weight: bold;
	}
	#section-1 p{		
		margin-left: 55px;
		margin-right: 55px;	
		padding-bottom: 25px;
		text-align: left;
		font-size: 2rem;
	}
	#section-1 a{
		text-decoration: none;
		color: blue;
		font-size: 2rem;
	}
	#section-2 {
		margin-top: 55px;
	}
	#section-2 a{
		color: blue;
		text-decoration: none;
		margin-left: 55px;
		margin-right: 55px;	
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#legal {
		margin-top: 125px;
	}
	#legal p{
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#SoMedia {
		display: block;
		margin-top: 55px;
		text-align: center;
	}
	#SoMedia a{
		display: inline-block;
		padding: 25px;
		font-size: 2rem;
		color: gray;
	}
	#SoMedia a{
		text-decoration: none;
		color: gray;
	}
	#SoMedia a:hover{
		text-decoration: underline;
		color: blue;
	}
	/* Red border */
	.line-top {
		margin-top: 125px;
	  	border-top: 1px solid #E6E6E6;
		width:80%;
	}
	#page-numbers {
		margin-top: 45px;
		text-align: center;
	}
	#page-numbers a{
		padding: 15px;
		color: blue;
		text-decoration: none;
		font-size: 2rem;
	}
	#page-numbers a:hover{
		text-decoration: underline;
		color: orangered;
	}
	.line-buttom {
		margin-top: 25px;
		width:80%;
        border-top: 1px solid #E6E6E6;
	}
	.fa-solid {
		color: blue;
		font-size: 1.5rem;
	}
	.fa-solid {
		color: black;
		font-size: 1.5rem;
	}
	/*-- 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;
	}
	#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 {
		margin-top: 95px;				
	}
	#showcase h1,p{
		margin: 10px;
	}
	#showcase h2{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1rem;
		color: gray;
	}
	#showcase h1{
		text-align: left;
		margin-top: 55px;
		margin-left: 15%;
		margin-right: 15%;;
		font-size: 2.7rem;
	}
	#showcase p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1rem;
	}
	#showcase a{
		text-decoration: none;
		color: blue;
	}
	#showcase a:hover{
		text-decoration: underline;
	}
	#section-1 {
		margin-top: 95px;	
	}
	#section-1 h1,p{
		margin: 15px;
	}
	#section-1 h1{
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2.5rem;
		padding-bottom: 75px;
	}
	#section-1 p{
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1rem;
	}
	#section-1 a{
		color: blue;		
		text-decoration: underline;
	}
	#section-1 a:hover{
		text-decoration:none;
	}
	.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;
	}
	.fa-arrow-down{
		font-size: 1.5rem;
	}	
	#section-2 {
		margin-top: 55px;
	}
	#section-2 a{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 45px;
		font-size: 1rem;
		color: blue;		
		text-decoration: underline;
	}
	#section-2 a:hover{
		text-decoration: none;
	}
	/* Red border */
	.line-top {
		margin-top: 75px;	  	
		width:50%;		
		border: none;
    	border-top: 1px solid #E6E6E6;
	}
	#page-numbers {
		margin-top: 25px;
		text-align: center;
	}
	#page-numbers a{
		padding: 15px;
		color: blue;
		text-decoration: none;
		font-size: 1rem;
	}
	#page-numbers a:hover{
		text-decoration: underline;
		color: gray;
	}
	.line-buttom {
		margin-top: 25px;
		border-top: 1px solid #E6E6E6;
		width:50%;
	}
	#legal{
		margin-top: 115px;		
	}
	#legal p{
		margin-left: 15%;		
		margin-right: 15%;
	}
	#SoMedia {
		display: block;
		margin-top: 75px;
		text-align: center;
	}
	#SoMedia a{
		display: inline-block;
		text-decoration: none;
		padding: 25px;
		font-size: 1rem;
		color: gray;
	}
	#SoMedia a:hover{
		text-decoration: underline;
		color: blue;
	}
	/*-- 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;
}
}