@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: white;
}
.fa-bars {
	position: fixed;
	display: inline-block;
	width:100%;
	padding: 15px;
	color:white;
	background-color:black;
}
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;	
}
.button1{
	text-decoration: none;
	background-color:  orangered;
}
.button1:hover {
	background-color:  orangered;
  	color: black;
}
.button a{
	font-size: 2rem;
	color: yellow;
}
#myNav {
	margin-top: 0px;
	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
}
/* boxes */
#showcase {
	background-image: url("../images/team.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 650px;
	width: 100%;
	z-index: -1;
}
/*-- Footer */
#main-footer {
	margin-top: 1px;
	background: #333;
	text-align: center;
	color: white;
	padding: 10px;
	padding-bottom: 50px;
	padding-top: 65px;
}
#main-footer p {
	display: inline-block;	
	padding-top: 35px;
	font-family: arial;
	color: #808080;
	margin: 2px;
	padding-bottom: 15px;	
}
#main-footer a {
	color: white;
	text-decoration: none;
	text-align: center;
}
#main-footer a:hover {
	color:#bdbdbd;
}
#main-footer .fa-facebook-f {
    color: white;
}
#main-footer .fa-facebook-f a:hover {
	color:#bdbdbd;
}
#main-footer img{
	width:95px;
}
#main-footer i {
	padding-left: 15px;
	padding-right: 15px;
	color: white;
}
@media (max-width:768px){
	#banner {
		display: none;
	}	
	#showcase {
		margin-top: 120px;
		margin-bottom: 1px;
		text-decoration: none;
	}
	#showcase  h1,p{
		margin: 1px;
	}
	#showcase h1{
		text-align: center;
		padding-top: 255px;
		font-weight: bold;
		margin-left: 45px;
		margin-right: 45px;
		color: white;
		text-shadow:2px 2px 5px black;
	}
	#showcase p{
		text-align: center;
		font-weight: bold;
		color: white;
		text-shadow:2px 2px 5px black;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2rem;
	}
	.button {
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5%;
		text-decoration: none;
	}
	.button1 {
		display: block;
		margin-left: auto;
		margin-right: auto;
		background-color: orangered;
		color: white; 
		border-radius: 15px;
		margin-top: 25px;
	}
	.button a{
		margin-top: 55px;
	}
	#showcase a{
		text-decoration: none;
	}
	#section-1 {
		margin-top: 155px;
		margin-bottom: 345px;
	}
	#section-1 h1,p{
		margin-top: 5px;
	}
	#section-1 h1{
		margin-top: 95px;
		font-weight: bold;
		font-weight: 3rem;
		margin-left: 55px;
		margin-right: 55px;
	}
	#section-1 p{
		text-align: left;
		font-size: 2rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 35px;
	}
	#section-1 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#section-1 a{
		color: blue;
		text-decoration: underline;
	}
	#section-1 a:hover{
		color: gray;
		text-decoration: none;
	}
	/*-- Footer */
#main-footer {
	margin-top: 1px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: black;
}
 #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;
	}	
	#showcase {
		margin-top: 120px;
		margin-bottom: 1px;
		text-decoration: none;
	}
	#showcase  h1,p{
		margin: 1px;
	}
	#showcase h1{
		text-align: center;
		padding-top: 255px;
		font-weight: bold;
		margin-left: 45px;
		margin-right: 45px;
		color: white;
		text-shadow:2px 2px 5px black;
	}
	#showcase p{
		text-align: center;
		font-weight: bold;
		color: white;
		text-shadow:2px 2px 5px black;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2rem;
	}
	.button {
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5%;
		text-decoration: none;
	}
	.button1 {
		display: block;
		margin-left: auto;
		margin-right: auto;
		background-color: orangered;
		color: white; 
		border-radius: 15px;
		margin-top: 25px;
	}
	.button a{
		margin-top: 55px;
	}
	#showcase a{
		text-decoration: none;
	}
	#section-1 {
		margin-top: 155px;
		margin-bottom: 345px;
	}
	#section-1 h1,p{
		margin-top: 5px;
	}
	#section-1 h1{
		margin-top: 95px;
		font-weight: bold;
		font-weight: 3rem;
		margin-left: 55px;
		margin-right: 55px;
	}
	#section-1 p{
		text-align: left;
		font-size: 2rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 35px;
	}
	#section-1 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#section-1 a{
		color: blue;
		text-decoration: underline;
	}
	#section-1 a:hover{
		color: gray;
		text-decoration: none;
	}
	/*-- Footer */
#main-footer {
	margin-top: 1px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: black;
}
 #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 {
		display:none;
	}
	span{
		display: none;
	}
	#banner{
		margin-top: -4px;
		margin-bottom: 1px;
		background: #2a2a2a;
		top: 0;
		text-align: center;		
		position: -webkit-sticky;
		position: sticky;
		padding: 25px;
		box-shadow:0px 5px 25px grey;
	}
	#banner a{
		font-size: 1rem;
		margin-left: 25px;
		text-decoration: none;
		color: white;
	}
	#banner a:hover{
		color: gray;
	}
	#showcase {
		margin-top: 1px;
		margin-bottom:1px;
		border-bottom: 1px solid black;
		text-align: right;
	}
	#showcase h1,p{
		margin: 5px;
	}
	#showcase h1{
		text-align: right;
		padding-top: 195px;
		margin-right: 5%;
		margin-left: 45%;
		font-size: 4.5rem;
		text-shadow:2px 2px 5px black;
		color: white;
		font-weight: bold;
	}
	#showcase p{
		text-align: right;
		margin-right: 5%;
		margin-left: 45%;
		font-size: 2rem;
		text-shadow:2px 2px 5px black;
		color: white;
	}
	#showcase a{
		text-align: right;
		font-size: 5rem;
		text-decoration: none;
	}
	.button {
		margin-right: 5%;
		border-radius: 5%;
	}
	.button a{
		text-decoration: none;
	}
	.container {
		width:99%;
		height:auto;
		padding:1%;		
	}
	#section-1 {
		margin-top: 155px;
		width: 88%;
	}
	#section-1 img{
		float: right;
		margin-left: 55px;
		width: 475px;
		height: auto;
		border-radius: 5%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#section-1 {
		margin-bottom: 27%;
	}
	#section-1 h1{
		margin-top: 1px;
		text-align: left;
		font-size: 2.5rem;
		margin-left: 15%;
		padding-right: 15%;		
	}
	#section-1 p{
		text-align: left;
		font-size: 1.rem;
		margin-left: 15%;
		padding-right: 15%;
		margin-bottom: 15px;
	}
	#section-1 a{
		color: blue;
		text-decoration: underline;
	}
	#section-1 a:hover{
		color: gray;
		text-decoration: none;
	}
	/*-- Footer */
#main-footer {
	margin-top: 1px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: black;
}
.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;
}
}