@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	background:white;
	color: black;
	font-family: arial;
	width: 100%;	
}
html {
  scroll-behavior: smooth;
}
.address a{
	text-decoration: none;
	color: white;
}
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.button a{
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}
.button a:hover {
  color: black;
}
.fa-grip-lines-vertical{
	color: red;
}
.tk-myriad-pro{
	font-family: "myriad-pro";
	font-weight: 300;
	font-style: normal;	
	font-size: 1rem;
}
.tk-myriad-pro{
	font-family: "myriad-pro";
	font-weight: 300;
	font-style: normal;	
	font-size: 1rem;
}
.fa-bars {
	position: fixed;
	display: inline-block;
	width:100%;
	padding: 15px;
	color:white;
	background-color:black;
}
#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
}
@media (max-width:768px){
	#banner a{
		display: none;
	}
	#section-1 {
		margin-top: 175px;
	}
	#section-1 {
		margin-top: 195px;
	}
	#section-1 img{
		margin-left: 55px;
		width: 300px;
	}
	#section-1 h1{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 3rem;
		font-weight: 400;
	}
	#section-1 li{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 35px;
		font-size: 2rem;
	}
	#section-1 a{
		text-decoration: none;
		color: blue;
	}
	#section-3 {
		margin-top: 125px;
		background-color: lightgray;
		padding-bottom: 75px;
	}
	#section-3 h1{
		margin-left: 55px;
		margin-right: 55px;
		text-align: left;
		font-size: 3rem;
		font-weight: bold;
		padding-top: 75px;
	}
	#section-3 p{
		margin-left: 55px;
		margin-right: 55px;
		text-align: left;
		font-size: 2rem;
	}
	#section-3 a{
		text-decoration: none;
		color: blue;
	}
	#section-3 .portrait img{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		border-radius: 50%;
		margin-top: 75px;
		width: 300px;
	}
	.signature h2,p{
		margin: 5px;
	}
	.signature h2{
		margin-top: 20px;
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2.5rem;
	}	
	.signature p{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2.5rem;
	}	
	#SoMedia {
		display: block;
		margin-top: 95px;
		text-align: center;
	}
	#SoMedia a{
		display: inline-block;
		text-decoration: none;
		padding: 25px;
		font-size: 2.5rem;
		color: gray;
	}
	#SoMedia a:hover{
		text-decoration: underline;
		color: blue;
	}
/*-- Footer */
#main-footer {
	margin-top: 95px;
	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 a{
		display: none;
	}
	#section-1 {
		margin-top: 195px;
	}
	#section-1 img{
		margin-left: 55px;
		width: 300px;
	}
	#section-1 h1{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 3rem;
		font-weight: 400;
	}
	#section-1 li{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 35px;
		font-size: 2rem;
	}
	#section-1 a{
		text-decoration: none;
		color: blue;
	}
	#section-3 {
		margin-top: 125px;
		background-color: lightgray;
		padding-bottom: 75px;
	}
	#section-3 h1{
		margin-left: 55px;
		margin-right: 55px;
		text-align: left;
		font-size: 3rem;
		font-weight: bold;
		padding-top: 75px;
	}
	#section-3 p{
		margin-left: 55px;
		margin-right: 55px;
		text-align: left;
		font-size: 2rem;
	}
	#section-3 a{
		text-decoration: none;
		color: blue;
	}
	#section-3 .portrait img{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		border-radius: 50%;
		margin-top: 75px;
		width: 300px;
	}
	.signature h2,p{
		margin: 5px;
	}
	.signature h2{
		margin-top: 20px;
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2.5rem;
	}	
	.signature p{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2.5rem;
	}	
	#SoMedia {
		display: block;
		margin-top: 95px;
		text-align: center;
	}
	#SoMedia a{
		display: inline-block;
		text-decoration: none;
		padding: 25px;
		font-size: 2.5rem;
		color: gray;
	}
	#SoMedia a:hover{
		text-decoration: underline;
		color: blue;
	}
/*-- Footer */
#main-footer {
	margin-top: 95px;
	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){	
	html {
 	 scroll-behavior: smooth;
	}
	#myNav {
		display:none;
	}
	span{
		display: none;
	}
	#banner{
		margin-top: -25px;
		margin-bottom: 1px;
		background: #2a2a2a;
		top: 0;
		text-align: center;		
		position: -webkit-sticky;
		position: sticky;
		padding: 5px;
		box-shadow:0px 5px 25px grey;
	}
	#banner a{
		font-size: 1rem;
		margin-left: 25px;
		text-decoration: none;
		color: white;
	}
	#banner a:hover{
		color: gray;
	}
	#section-1 {
		margin-top: 155px;
	}
	#section-1 img{
		margin-left: 15%;
		width: 250px;
	}
	#section-1 h1{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#section-1 li{
		text-align: left;
		margin-left: 14%;
		margin-right: 15%;
		padding-bottom: 35px;
		font-size: 1rem;
	}
	#section-1 a{
		color: blue;
		text-decoration: none;
	}
	#section-1 a:hover{
		color: gray;
	}
	#section-3 {
		margin-top: 75px;
	}
	#section-3 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 275px;
	}
	#section-3 h1,p{
		margin: 25px;
	}
	#section-3 h1{
		text-align: center;
		padding-top: 55px;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2.5rem;
		font-weight: bold;
		color: black;
	}
	#section-3 p{
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.2rem;
		color: black;
	}	
	#section-3 a{
		color: blue;
		font-size: 1.2rem;
		font-weight: bold;
		text-decoration: none;
	}	
	#button {
		margin-top: 15px;
		text-align: center;
	}
	#button h1{		
		font-size: 2rem;
	}
	#button a{
		font-size: 1.5rem;
	}
	#button .form{
		width:50%;
		margin-left: 15%;
		margin-right: 15%;
	}
	.button{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 225px;
		width: 250px;
		border-radius: 15px;
		text-align: center;
		font-size: 1.2rem;
	}
	#logo-2{
		margin-top: 105px;
	}
	#logo-2 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 250px;
	}

	#logo-2 h1{
		font-size: 2rem;
		margin-left: 15%;
		margin-right: 15%;
		padding-top: 25px;
		text-align: left;
	}
	#logo-2 p{
		font-size: 1rem;
		margin-left: 15%;
		margin-right: 15%;
		padding-top: 1px;
		text-align: left;
		margin-bottom:25px;
	}
	#section-3{
		margin-top: 125px;
		padding-bottom: 75px;
	}
	#section-3 h1,p{
		margin: 25px;
	}
	#section-3 h1{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-top: 75px;
		font-size: 2.5rem;
		font-weight: 400;
		font-weight: bold;
		color: black;
	}
	#section-3 li{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1rem;
		color: black;
	}
	#section-3 a{
		color: blue;
		text-decoration: none;
		font-weight: bold;
	}
	#section-3 a:hover{
		color: gray
	}
	#section-3 .signature img{
		margin-top: 55px;
		margin-left: 15%;
		margin-right: 15%;
		width: 275px;
	}
	#section-3 a{
		text-decoration: none;
		color: blue;
	}
	#section-3 a:hover{
		text-decoration: underline;
		color: gray;
	}	
	#section-3 {
		background-color: lightgray;
		text-align: left;
	}
	#section-3 h1{
		text-align: center;
		font-size: 2.5rem;
	}
	#section-3 p{
		margin-left: 15%;
		margin-right: 15%;
		text-align: center;
		font-size: 1rem;
	}
	#section-3 a{
		text-decoration: none;
		color: blue;
	}
	#section-3 a:hover{
		text-decoration: underline;
		color: gray;
	}
	#section-3 .portrait img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 50%;
		margin-top: 75px;
		width: 200px;
	}
	#section-3 .signature img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		width: 300px;
	}	
	.signature h2,p{
		margin: 5px;
	}
	.signature h2{
		margin-top: 20px;
		text-align: center;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2.5rem;
	}	
	.signature p{
		text-align: center;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2.5rem;
	}	
	#SoMedia {
		display: block;
		margin-top: 55px;
		text-align: center;
	}
	#SoMedia a{
		display: inline-block;
		text-decoration: none;
		padding: 15px;
		font-size: 1rem;
		color: gray;
	}
	#SoMedia a:hover{
		text-decoration: underline;
		color: blue;
	}		
/*-- Footer */
#main-footer {
	margin-top: 55px;
	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;
}
}