@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
@import url('https://fonts.googleapis.com/css?family=League+Spartan');

* {
    box-sizing: border-box;
}



body, html {
    height: 100%;
    margin: 0;
    font-family: 'PT Serif', serif;
	text-align:left;
	font-size: 16px;
	color: #1A2930;
	line-height:1.2;
	
}

h1, h2, h3, h4 {font-family: 'League Spartan', sans-serif; margin: 0; padding: 0; color: #1A2930;}

	a {color: #1A2930; text-decoration: underline;}
	a:hover {text-decoration: underline;  text-decoration-color: #f7ce3e; text-decoration-thickness: 3px;}
	a.link {color: #1A2930; text-decoration: underline;  text-decoration-color: #f7ce3e; }

hr {height:2px; background:#f7ce3e; color:#f7ce3e; border: 1px #f7ce3e solid; margin:20px 0;}

.topnav {
  overflow: hidden;
  background-color: #FFF;
  width: 100%;
  height:70px;
  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;
  text-decoration:none;
  
}

.topnav a.logo img {height:45px;}

.topnav .menu-list {float:right;}
.topnav a.menu-tab {
   float: left;
  display: block;
  color: #1A2930;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
 font-family: 'League Spartan', sans-serif;
 margin: 7px 5px;
}

.topnav a.menu-tab.button {
  background: #f7ce3e; color:#1A2930;
  
}
.topnav a.menu-tab:hover {
  border-bottom: 3px #f7ce3e solid;
  
}



.topnav a.menu-tab.button:hover {
  background: #1A2930; color:#fff; border-bottom: 3px #f7ce3e solid;
  
}

.topnav a.active {
  background-color: #1A2930;
  color: white;
}



.topnav .mobile-menu {
  display: none;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


.dropbtn {
  background-color: #fff;
  color: #1A2930;
  padding: 16px;
  font-size: 16px;
  border: none;
  border-bottom: 1px #1A2930 solid;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #1A2930;
  color:#fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  
  min-width: 155px;
  overflow: hidden;
  z-index: 1;
}

.dropdown-content a {
  color: #1A2930;
  padding: 12px 16px;
  text-decoration: none;
  border-bottom: 1px #1A2930 solid;
  display: block;
}

.dropdown a:hover {background-color: #1A2930; color:#fff;}

.show {display: block;}

.mobile-show {display: none;}
.mobile-overlay {display: none;}

.contact-container > td > a:hover {
  border-bottom: 3px #f7ce3e solid;
  
}


.main {margin-top: 50px;}



.collapsible {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 16px;
}

.active {
  background-color: #F7CE3E;
  color:#fff;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #CSCSC0;
  text-align:center;
}




.bg-img {
  /* The image used */
  background-image: url("header002.jpg");

  min-height: 70%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header-container {
  position: absolute;
  top: 8%;
  right: 2%;
  margin: 20px;
  max-width: 600px;
  padding: 25px;
  background-color: transparent;
  overflow: hidden;
}
.header-container h1 {font-size:50px; margin: 0; padding: 0;color:#1A2930;}


p {text-align:left;}



/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  text-align:left;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
  border: 2px solid #1A2930;
  color: #1A2930;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #1A2930 transparent transparent transparent;
 
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #1A2930 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color:#1A2930;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent #1A2930; transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #1A2930;
  border: 1px solid transparent;
  border-color: transparent transparent #fff transparent;
  color:#fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.mySlides img {width:100%; height: 600px; object-fit: cover;}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(26,41,48,0.8);
}

/* Position the "next button" to the right */
.next {
  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: #1A2930;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


.cancel-button {
    display: inline;
	background-color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    text-align: center;

    
}
.cancel-button a {
	color: #999;
	cursor: pointer;
	font-size: 15px;
	text-decoration: none;}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  float: left;
  width: 40%;
  background: #f1f1f1;
}

form.example button {
  width: 100%;
  padding: 10px;
  background: #1A2930;
  color: white;
  font-size: 17px;
  border: 1px solid #1A2930;
  border-left: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 8px;
}

form.example button:hover {
  background: #f7ce3e;
  border: 1px solid #f7ce3e;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button {
  background-color: transparent;
  border: 2px solid #1A2930;
  color: #1A2930;
  padding: 5px 20px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
  border-radius: 25px;
  margin: 0 10px;
}

.btn-group button.yellow {
   border: 2px solid #f7ce3e;
  color: #f7ce3e;
 
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}



/* Add a background color on hover */
.btn-group button:hover {
  background-color: #1A2930;
  color:#fff;
}
.btn-group button.yellow:hover {
   background-color: #f7ce3e;
  color:#fff;
 
}


.graphic-img {width:50%;}

.container {
  padding: 0 30px;
  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;
}

ul.breadcrumb {
  padding: 10px 16px 10px 0;
  list-style: none;
  background-color: #fff;
}
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
  color:#1A2930;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #999;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #1A2930;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #1A2930; text-decoration: underline;  text-decoration-color: #f7ce3e;
}

.portfolio-row {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.portfolio-row,
.portfolio-row > .portfolio-column {
  padding: 8px;
  
}

/* Create three equal columns that floats next to each other */
.portfolio-column {
  position: relative;
  float: left;
  width: 24.99%;
  height: 400px;
  
}

/* Clear floats after rows */ 
.portfolio-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.portfolio-content {
  background-color: white;
  padding: 10px;
  }
  
  .portfolio-content img {width:100%; height:200px; object-fit:cover;}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

.btn-group button.active {
  background-color: #1A2930;
  color: white;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.tag {
  display: inline-block;
  color: #1A2930;
  background:#E0E0E0;
  padding: 5px;
  margin: 3px;
  font-size: 14px;
  font-family: 'League Spartan', sans-serif;
}

@media screen and (max-width: 600px) {
.portfolio-column {
   width: 50%;height: 100%;

  
}	
}

/* Top right text */
.top-right {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #f7ce3e;
  font-size: 18px;
}



.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #1A2930;
  color: #fff;
  text-align: center;
  font-size:14px;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1A2930 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.button {
  background-color: #1A2930;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}


.button:hover {
    background-color: #f7ce3e;
}

.black-button {
  border: none;
  color: white;
  padding: 14px 28px;
   cursor: pointer;
  background-color: #1A2930;
}


.button a, .black-button a {
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
button.search-submit {width: 100%;
  padding: 12px 20px;
  background: #1A2930;
  color: white;
  font-size: 17px;
  border: 1px solid #1A2930;
  border-left: none;
  border-radius: 5px;
  cursor: pointer;
margin-top: 0;}


/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: #1A2930;}

.search-form select {margin: 5px 0;}

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: #1A2930;
    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;
}




/* 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 #1A2930 solid;
  border-bottom: 1px #1a2930 solid;
    width: 100%;
  margin: 0 auto;
  padding:30px 0;
}

/* Style the container/contact section */
.contact-container-green {
	background: #1A2930;
  border-top: 1px #1A2930 solid;
  border-bottom: 1px #1A2930 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;
}

.footer-table td h3 {padding:10px 0;}
.footer-table td a {display:block; text-align:left; text-decoration:none; padding:10px 0;}


@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;
  }
}


/* 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: 5px 10px;
		text-align: left;
		 
	} 
	
	input[type=text], input[type=email], input[type=password], input[type=file], input[type=tel], select {margin: 0;}

button.search-submit {margin: 5px 10px;}	
.topnav {left: 0; height:auto;}

	.mobile-hide {display: none;}
	.mobile-show {display: block;}
	.mobile-show img {padding: 20px 0;}
   .topnav a.logo {padding: 8px 0; }
   .topnav a.logo img {height:20px;}

  .topnav a.menu-tab {display: none;}
  .topnav a.icon {
    float: right;
    display: block; padding: 18px 10px;font-size:20px;
  }
  
  .topnav.responsive {position: relative; display: block;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 10px;
    top: 0;
	
  }
  
  .topnav.responsive div {float:none; display: block;
    text-align: left; width:100%; }
  .topnav.responsive a.logo, .topnav.responsive a.menu-tab {
    float: left;
    display: block;
	width:100%;
    text-align: left;
	padding:10px;
	
  }
  
  .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: left;
	padding: 0;
  }
  
  
  .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;
}
	
	
	.bg-img {background-image: none; min-height: 0; }
	
	.header-container {
  display:block;
  position: relative;
  width: 100%;
  margin: 10px;
}

.header-container h1 {font-size:40px;}


.btn-group button {
  background-color: #fff;
 
  padding: 5px 10px; /* Some padding */
  
  margin: 10px;
}

.main {margin-top: 20px;}
.container {
  padding: 0 20px;
  width: 100%;
}
  .graphic-img {width:100%;}
  .contact-form, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  
  
  
}

@media screen and (max-height: 450px) {
  .mobile-overlay a {font-size: 20px}
  .mobile-overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
