        
       
#header {
	background-color : rgb(233, 50, 15);			
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 30px;
	border : 2px solid black;
	max-height : 10%;
	}

img {
    max-width: 100%;
    display: block;
}


.headercolumn {
    float : left;
    width : 20%;
    padding : 0px;
}
.headercolumn2 {
    float : left;
    width : 80%;
    padding : 0px;
}
.headerrow::after {
    content : "";
    clear : both;
    display : table;
}

#pageheading {
	border : 1px;
	background-color : rgb(233, 50, 15);			
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 30px;
	padding-right : 30px;
	border : 2px solid black;
	}
 
#startpic {
	max-width: 100%;
	height: auto;
} 


.bodytext {
  margin: auto;
  max-width: 55ex;
}

ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  flex: auto;
  padding: 14px 16px;
  margin: 0;
}

li a {
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  padding: 14px 16px;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #4CAF50;
}

body {
    font-family: "Lato", sans-serif;
}


.force-scroll {
    overflow-y: scroll;
    max-height: 50vh;
}
 
 /* Fixed sidenav, full height */
.sidenav {
  margin: 5% 5% 5% 5%;
  height: auto;
  width: 90%;
/*  position: fixed; */
  z-index: 1;
  top: auto;
  left: 0;
  background-color: #333; //#888;  rgb(193, 102, 52); 
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 0em 1em 1em 1em;
  text-decoration: none;
  font-size: 20px;
  color:  white;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
    background-color: #111;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
/* .active {
  background-color: green;
  color: white;
} */

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
/*    display: grid;
    grid-template-columns: 5fr;
    padding-left: 1fr;
    padding-right: 1fr;
*/
    display: none;
    text-indent: 50px;
    background-color: #666; // rgb(223, 126, 62); //#262626;
    padding-left: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1.5);
    width : 90%;
}


/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
