@import url('https://fonts.googleapis.com/css?family=Lora|Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
    box-sizing: border-box;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

h2 {margin: 0; padding: 0; color: #4CAF50}

	a {color: #000; text-decoration: none;}

.topnav {
  overflow: hidden;
  background-color: #FFF;
  width: 100%;
  height:48px;
  top: 0;
  margin: 0 auto;
  padding: 0 2%;
  z-index: 9999;
  border-bottom: 1px #f0f0f0 solid;
  
}

.topnav a.logo {
  float: left;
  display: block;
  text-align: center;
  padding: 0 10px;
  
}

.topnav a.logo img {height:45px;}


.topnav a.menu-tab {
  float: right;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.menu-tab:hover {
  background-color: #4CAF50;
  color: #FFF;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .mobile-menu {
  display: none;
}

.mobile-overlay {display: none;}

.main {margin-top: 50px;}


.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("image001.jpg");
  height: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  width: 40%;
  text-align: left;
  position: absolute;
  top: 25%;
  right: 30px;
  color: white;
}


.container {
  padding: 0 64px;
  width: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}



.button {
  border: none;
  color: white;
  padding: 14px 28px;
   cursor: pointer;
  background-color: #4CAF50;
}

.button:hover {
    background-color: #000;
}

.black-button {
  border: none;
  color: white;
  padding: 14px 28px;
   cursor: pointer;
  background-color: #000;
}


.button a, .black-button a {
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}


/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1;
  width:90%;
  margin: 0 auto;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
	width: 90%;
	margin: 0 auto;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: #4CAF50;}

input:focus, select:focus, textarea:focus, button:focus {outline: none;}



input[type=text], input[type=email], input[type=password], input[type=file], input[type=tel], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}

input[type=text].tiny-input {display: inline; width:15%;}
input[type=text].small-input {display: inline; width:20%;}
input[type=text].third, input[type=tel].third  {display: inline; width:31%;}

input[type=button] {display:inline;}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   
    cursor: pointer;
	font-size: 15px;
	text-align: center;
}

input[type=submit]:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

input[type=submit]:active {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transform: translateY(4px);
}

input[type=submit]:focus {
	outline: none;
    border: none;
}


@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}



/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #444;
  color: white;
}

.fa {font-size:50px;}


.large-font {
  font-size: 48px;
}

.xlarge-font {
  font-size: 64px
}




/* Style the container/contact section */
.contact-container {
  border-top: 1px #3CB371 solid;
  border-bottom: 1px #3CB371 solid;
  padding: 10px;
  width: 90%;
  margin: 0 auto;
}

/* Style the container/contact section */
.contact-container-green {
	background: #3CB371;
  border-top: 1px #3CB371 solid;
  border-bottom: 1px #3CB371 solid;
  padding: 10px;
  width: 90%;
  margin: 0 auto;
}


/* Create two columns that float next to eachother */
.contact-form {
  width: 50%;
  margin: 0 auto;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  
  /* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	
	
	td { 
		/* Behave  like a "row" */
		width:100%;
		border: none;
		position: relative;
		padding:10px;
		text-align: center;
		 
	} 
	
.topnav {left: 0;}

	.mobile-hide {display: none;}
   .topnav a.logo {padding: 8px 0; }
   .topnav a.logo img {height:30px;}

  .topnav a.mobile-menu {
    display: inline; 
	position: absolute;
    left: 5px;
    top: 7px;
	font-size:20px;
	cursor:pointer;
	color: MediumSeaGreen;
	text-decoration: none;
  }
  
   .column-66 {
    width: 100%;
    text-align: center;
	padding: 0 10px;
  }
  
  
  .mobile-overlay {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: MediumSeaGreen;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 99999;
}

.mobile-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.mobile-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.mobile-overlay a:hover, .mobile-overlay a:focus {
  color: #f1f1f1;
}

.mobile-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
	
	.main {margin-top: 0;}
	
	.hero-text {display: none;}
  .hero-image { height: 50%;}
  
  .contact-form, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  
  
  
}


/* Style the container/contact section */
.footer {
  background-color: #3CB371;
  padding: 15px;
  color: #fff;

}

.footer a {
   color: #fff; 
   text-decoration: none;


}

