@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	width: 100%;
	font-family: arial;
	color: #3b3b3b;
	background-color: white;
}
.tk-myriad-pro{
	font-family: "myriad-pro";
	font-weight: 100;
	font-style: normal;	
	font-size: 35px;
}
html {
  scroll-behavior: smooth;
}
.fa-arrow-right{
	color: white;
}
.fa-bars {
	position: fixed;
	display: inline-block;
	width:100%;
	padding: 15px;
	color:white;
	background-color:black;
}
/* Container */
.container{
	width:80%;
	margin:auto;
	overflow: hidden;
}
/* boxes */
#boxes {
	margin-top: 2px;
	background: #88ACE0;
	padding: 55px;
}
#boxes .box {
	float: left;
	text-align: center;
	width: 30%;
	padding: 10px;	
}
#boxes .box h1{
	font-size:1.2rem;
	color:black;
}
#boxes .box p{
	font-size: 1rem;
	color: black;
}
#boxes .box img{
	width: 200px;
	padding-bottom: 25px;
}
/* boxes */
#boxes2 {
	margin-top: 0px;
	background: #3A5894;
	padding: 55px;
}
#boxes2 .box {
	float: left;
	text-align: center;
	width: 30%;
	padding: 10px;	
}
#boxes2 .box h1{
	font-size:1.2rem;
	color:white;
}
#boxes2 .box p{
	font-size: 1rem;
	color: white;
}
#boxes2 .box img{
	width: 200px;
	padding-bottom: 25px;
}
#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
}
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.button1 {
  	display: block;
	margin-left: auto;
	margin-right: auto; 
	text-decoration: none;
  	background-color: green;
	color: white; 
  	border: 1px solid white;
}
.button1 a{
	text-decoration: none;
}
.button1:hover{
  	background-color: blue;
  	color: white;
	text-decoration: none;
}
#showcase {
	margin-top: 5px;
	margin-bottom: 155px;
	background: url("../images/../images/background-arizona-1.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;
}
#slide {
	margin-top: 69px;
	width: 100%;
}
#nextstep a:active {
  text-decoration: none;
}
#nextstep {
	margin-top: 25px;
	margin-bottom: 135px;
	background-color: #DCDCDC;
	text-align: center;	
	background: #dbdbdb;
	padding: 5px;
	box-shadow:0px 5px 25px grey;
}
#nextstep p{
	margin-top: -5px;
	padding: 30px;
	color: black;
	text-align: center;
	display: inline-block;
}
#nextstep a{
	display: inline-block;
	text-decoration: none;
}
.fa-square-check{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 3rem;
}
@media (max-width:768px){
	.fa-bars {
		font-size:3rem
	}
	.fa-facebook-f {
		font-size: 40px;
		color: white;
	}	
	.fa-linkedin-in{
		font-size: 40px;
		color: white;
	}
	.fa-twitter{
		font-size: 40px;
		color: white;
	}
	.fa-users{
		font-size: 40px;
		color: white;
	}
	.responsive {
        width: 100%;
    }
	html {
 	 scroll-behavior: smooth;
	}	
	.fa-bars {
		font-size:3rem
	}
	.fa-facebook-f {
		font-size: 40px;
		color: white;
	}	
	.fa-linkedin-in{
		font-size: 40px;
		color: white;
	}
	.fa-twitter{
		font-size: 40px;
		color: white;
	}
	.fa-users{
		font-size: 40px;
		color: white;
	}
	.responsive {
        width: 100%;
    }
	html {
 	 scroll-behavior: smooth;
	}	
	#showcase {
		margin-top: 95px;
	}
	#showcase h1,p{
		margin: 5px;
	}
	#showcase h1 {
		padding-top: 250px;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		color: white;
		font-weight: bold;
		font-size: 4rem;
		text-shadow: 5px 5px 10px black;
	}
	#showcase p {
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		color: white;
		font-size: 2rem;
		font-weight: bold;
	}
	#banner a{
		display: none;
	}
	.button1{
		font-size: 2rem;
		font-weight: bold;
	}
	#section-1 {
		margin-top: 125px;
	}
	#section-1 h1{
		margin-left: 55px;
		margin-right: 55px;
		font-weight: bold;
		font-size: 2.5rem;
		text-align: left;
	}
	#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;
	}
	#section-1 a:hover{
		text-decoration: underline;
	}
	#section-2 {
		margin-top: 125px;
	}
	#section-2 h1{
		margin-left: 55px;
		margin-right: 55px;
		font-weight: bold;
		font-size: 2.5rem;
		text-align: left;
	}
	#section-2 p{
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#section-2 a{
		text-decoration: none;
		font-weight: bold;
		color: blue;
	}
	#section-2 a:hover{
		text-decoration: underline;
	}
	#video {
	margin-top: 155px;
	padding-top: 75px;
	padding-bottom: 55px;
	display: flex;
	justify-content: center;
	background-color: #DCDCDC;
}
	#boxes .box{
		float: none;
		text-align: center;
		width: 100%;
	}
	#boxes2 .box{
		float: none;
		text-align: center;
		width: 100%;
	}
	#boxes .box h1{
		font-size: 2.5rem;
		font-weight: bold;
		font-style: italic;
		margin-left: 45px;
		margin-right: 45px;		
	}
	#boxes .box p{
		font-size: 2em;
		padding-bottom: 95px;
		margin-left: 45px;
		margin-right: 45px;
	}
	#boxes .box img{
		padding-top: 55px;
		width: 50%;
	}
	
	#boxes2 .box h1{
		font-size: 2.5rem;
		font-weight: bold;
		font-style: italic;
		width: 100%;
	}
	#boxes2 .box p{
		font-size: 2em;
		padding-bottom: 95px;
		margin-left: 45px;
		margin-right: 45px;
	}
	#boxes2 .box img{
		padding-top: 55px;
		width: 50%;
	}
	#section-3 h1{
		text-align: left;
		font-size: 3.5rem;
		margin-left: 55px;
		margin-right: 55px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	#section-3 p{
		text-align: left;
		font-size: 2rem;
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 15px;
	}
	#section-3 a{
		font-size: 2rem;
	}
	#section-4 {
		margin-top: 225px;
		margin-bottom: 225px;		
	}
	#section-4 h1{
		text-align: left;
		font-size: 3.5rem;
		margin-left: 55px;
		margin-right: 55px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	#section-4 a{
		display: block;
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 25px;
		color: blue;
		text-decoration: none;
		font-size: 2rem;
		font-weight: bold;
	}
	#section-4 a:hover{
		color: gray;
		text-decoration: underline;
	}
	/*-- Footer */
#main-footer {
	margin-top: 95px;
	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){
	.fa-bars {
		font-size:3rem
	}
	.fa-facebook-f {
		font-size: 40px;
		color: white;
	}	
	.fa-linkedin-in{
		font-size: 40px;
		color: white;
	}
	.fa-twitter{
		font-size: 40px;
		color: white;
	}
	.fa-users{
		font-size: 40px;
		color: white;
	}
	.responsive {
        width: 100%;
    }
	html {
 	 scroll-behavior: smooth;
	}	
	.fa-bars {
		font-size:3rem
	}
	.fa-facebook-f {
		font-size: 40px;
		color: white;
	}	
	.fa-linkedin-in{
		font-size: 40px;
		color: white;
	}
	.fa-twitter{
		font-size: 40px;
		color: white;
	}
	.fa-users{
		font-size: 40px;
		color: white;
	}
	.responsive {
        width: 100%;
    }
	html {
 	 scroll-behavior: smooth;
	}	
	#showcase {
		margin-top: 95px;
	}
	#showcase h1,p{
		margin: 5px;
	}
	#showcase h1 {
		padding-top: 250px;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		color: white;
		font-weight: bold;
		font-size: 4rem;
		text-shadow: 5px 5px 10px black;
	}
	#showcase p {
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		color: white;
		font-size: 2rem;
		font-weight: bold;
	}
	#banner a{
		display: none;
	}
	.button1{
		font-size: 2rem;
		font-weight: bold;
	}
	#section-1 {
		margin-top: 125px;
	}
	#section-1 h1{
		margin-left: 55px;
		margin-right: 55px;
		font-weight: bold;
		font-size: 2.5rem;
		text-align: left;
	}
	#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;
	}
	#section-1 a:hover{
		text-decoration: underline;
	}
	#section-2 {
		margin-top: 125px;
	}
	#section-2 h1{
		margin-left: 55px;
		margin-right: 55px;
		font-weight: bold;
		font-size: 2.5rem;
		text-align: left;
	}
	#section-2 p{
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#section-2 a{
		text-decoration: none;
		font-weight: bold;
		color: blue;
	}
	#section-2 a:hover{
		text-decoration: underline;
	}
	#video {
	margin-top: 155px;
	padding-top: 75px;
	padding-bottom: 55px;
	display: flex;
	justify-content: center;
	background-color: #DCDCDC;
}
	#boxes .box{
		float: none;
		text-align: center;
		width: 100%;
	}
	#boxes2 .box{
		float: none;
		text-align: center;
		width: 100%;
	}
	#boxes .box h1{
		font-size: 2.5rem;
		font-weight: bold;
		font-style: italic;
		margin-left: 45px;
		margin-right: 45px;		
	}
	#boxes .box p{
		font-size: 2em;
		padding-bottom: 95px;
		margin-left: 45px;
		margin-right: 45px;
	}
	#boxes .box img{
		padding-top: 55px;
		width: 50%;
	}
	
	#boxes2 .box h1{
		font-size: 2.5rem;
		font-weight: bold;
		font-style: italic;
		width: 100%;
	}
	#boxes2 .box p{
		font-size: 2em;
		padding-bottom: 95px;
		margin-left: 45px;
		margin-right: 45px;
	}
	#boxes2 .box img{
		padding-top: 55px;
		width: 50%;
	}
	#section-3 h1{
		text-align: left;
		font-size: 3.5rem;
		margin-left: 55px;
		margin-right: 55px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	#section-3 p{
		text-align: left;
		font-size: 2rem;
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 15px;
	}
	#section-3 a{
		font-size: 2rem;
	}
	#section-4 {
		margin-top: 225px;
		margin-bottom: 225px;		
	}
	#section-4 h1{
		text-align: left;
		font-size: 3.5rem;
		margin-left: 55px;
		margin-right: 55px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	#section-4 a{
		display: block;
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 25px;
		color: blue;
		text-decoration: none;
		font-size: 2rem;
		font-weight: bold;
	}
	#section-4 a:hover{
		color: gray;
		text-decoration: underline;
	}
	/*-- Footer */
#main-footer {
	margin-top: 95px;
	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){
	html {
 	 scroll-behavior: smooth;
	}
	#myNav {
		display:none;
	}
	span{
		display: none;
	}
	#banner{
		margin-top: -4px;
		margin-bottom: 1px;
		background-image: linear-gradient(to right, gray , black);
		top: 0;
		text-align: center;		
		position: -webkit-sticky;
		position: sticky;
		padding: 5px;
	}
	#banner a{
		font-size: 1rem;
		margin-left: 25px;
		text-decoration: none;
		color: white;
	}
	#banner a:hover{
		color: gray;
	}
	#showcase {
		margin-top: 5px;
	}
	#showcase h1,p{
		margin: 5px;
	}
	#showcase h1 {
		margin-top: 300px;
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		color: white;
		font-weight: bold;
		font-size: 2.5rtem;
	}
	#showcase p {
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		color: white;
		font-size: 1rem;
		font-weight: bold;
	}	
	#section-1 {
		margin-top: 95px;
	}
	#section-1 h1{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;		 		
		font-size: 2rem;
		font-weight: bold;
	}
	#section-1 p{
		text-align: left; 
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 15px;
		font-size: 1rem;
	}
	#section-1 a{
		text-decoration: underline;
		color: blue;
	}
	#section-1 a:hover{
		text-decoration: none;
	}
	#section-2 {
		margin-top: 75px;
	}
	#section-2 h1{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-weight: bold;
		font-size: 2rem;
	}	
	#section-2 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1rem;
		
	}
	#section-2 a{
		color: blue;
		text-decoration: underline;
	}
	#section-2 a:hover{
		text-decoration: none;
	}
	#video {
	margin-top: 155px;
	padding-top: 75px;
	padding-bottom: 55px;
	display: flex;
	justify-content: center;
	background-color: #DCDCDC;
}
	#section-3 h1{
		text-align: center;
		font-size: 2.5rem;
		font-weight: bold;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 25px;
	}
	#section-3 p{
		text-align: center;
		font-size: 1rem;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 25px;
	}
	#section-3 a{
		font-size: 1rem;
	}
	#section-4 {
		margin-top: 155px;
		margin-bottom: 175px;
		text-align: center;
	}
	#section-4 h1{
		text-align: center;
		font-size: 2.5rem;
		margin-left: 15%;
		margin-right: 15%;
		font-weight: bold;
		padding-bottom: 5px;
	}
	#section-4 a{
		display: inline-block;
		padding: 15px;
		color: blue;
		text-decoration: none;
	}
	#section-4 a:hover{
		color: gray;
		text-decoration: underline;
	}
	/*-- Footer */
#main-footer {
	margin-top: 95px;
	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;
}
}