
header
{
  background-color: #4d4d4d;
  position: sticky;
  top: 0;
  z-index: 1;
}

.header img {
  float: center;
  width: 150px;
  /* height: 100px; */
  /* background: #555; */
  
	/* Add a transition effect (when scrolling - and font size is decreased) */ 
  transition: 0.2s; 
}

.header h1 {
  position: relative;
  top: 18px;
  left: 10px;
}

	/* make the header animate with different colors */
/* header h1 {
  position: absolute;
  width: 90%;
  font-size: 60px;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to right ,#553c9a, #ee4b2b, #00c2cb, #ff7f50, #553c9a);
  -webkit-background-clip: text;
  background-clip: text;    
  background-size: 200%;
  background-position: -200%;
  transition: all ease-in-out 2s;
  cursor: pointer;
}

header h1:hover{
  background-position: 200%;
}
 */


header h1 {
  font-size: 48px;
  font-weight: 600;
  
	/* give the header a 3d look */
/*   font-family: 'Roboto', sans-serif;
  color: #b393d3;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #957dad,
               1px 2px 0px #957dad,
               1px 3px 0px #957dad,
               1px 4px 0px #957dad,
               1px 5px 0px #957dad,
               1px 6px 0px #957dad,
               1px 10px 5px rgba(16, 16, 16, 0.5),
               1px 15px 10px rgba(16, 16, 16, 0.4),
               1px 20px 30px rgba(16, 16, 16, 0.3),
               1px 25px 50px rgba(16, 16, 16, 0.2);
 */  
  

	/* to add shadows */
  color: white;
  text-shadow: 0px 0px 5px black, 0px 0px 10px black, 0px 0px 10px black, 0px 0px 20px black;
  

	/* to add shadows */
/*   color: black;
  text-shadow: 0px 0px 5px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 20px white;
 */  
 
/*   to make the header have a gradient
  background-image: linear-gradient(to top, black, #ff4000);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
 */
 
	/* Add a transition effect (when scrolling - and font size is decreased) */ 
  transition: 0.2s; 
}

header h4 {
  font-size: 20px;
 
	/* Add a transition effect (when scrolling - and font size is decreased) */ 
  transition: 0.2s; 
}

/* here dustin attempt to resize based on screen size */
@media (max-width: 600px) {

header
  {
    position: relative;
  }

  header h1 {
	font-size: 30px;
  }
 
  header h4 {
	font-size: 12px;
  } 
  
  .header img {
	width: 80px;
  }  
}

/* 
.image {
	background-image: url(../test/images/ourlot.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;	
	height: 250px;
}

.header {
	padding-top: 50px;
	color: white;
	font-size: 20px;
	text-align: center;
}
 */

body {
  background-color: #4d4d4d;
}

.header
{
  background-color: #4d4d4d;
}
 
 a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

.content {
  background-color: #4d4d4d;
  /* background-image: linear-gradient(#4d4d4d, #595959); */
  background-image: linear-gradient(#4d4d4d, white); /* (#4d4d4d, #595959); */
  z-index: 2;
}

#grad1 {
  height: 200px;
  background-color: gray;  /* #4d4d4d; */ /* For browsers that do not support gradients */
  background-image: linear-gradient(gray, white); /* (#4d4d4d, #595959); */
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides2 {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* Container holding the image and the text */
.text-over-image-container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* large bold text */
.status-text {
  font-size: 4em; /* 4 times the default font size of the parent */
  font-weight: bold; /* or font-weight: 700; */
}

/* red text */
.my-red {
  color: red;
}

/* bright green text */
.my-bright-green {
  color: #66FF00;
}

/* Below is for Image Popup */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/* To Here for Image Popup */

/* here dustin */
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .mymenuicon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.mymenuicon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .mymenuicon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* to here dustin */

pre {
  white-space: pre-wrap;
  word-wrap: break-word; /* or overflow-wrap: break-word; */
  overflow-x: auto; /* Optional: adds a horizontal scrollbar if content still overflows */
}

/* details start */
details {
  font:
    16px "Open Sans",
    "Calibri",
    sans-serif;
  /* width: 620px; */
  width: 80%;
}

details > summary {
  padding: 2px 6px;
  /* width: 15em; */
  width: 100%;
  /* background-color: #dddddd; */
  background-color: #616161;
  border: none;
  box-shadow: 3px 3px 4px black;
  cursor: pointer;
  font-weight: bold;
}

details > div {
  border-radius: 0 0 10px 10px;
  background-color: #dddddd;
  padding: 2px 6px;
  margin: 0;
  box-shadow: 3px 3px 4px black;
}

details:open > summary {
  /* background-color: #ccccff; */
  background-color: #616161;
}
/* details end */
