#headline1 {
	margin:5px;
	padding:10px;
	width:90%;
	font-size:30px;
}
#home {
	background-image: url('http://benlester.com/UWCS564/Images/yosemite1.jpeg');
	background-repeat: no-repeat;
	height:60%;
	width:60%;
	padding:10px;
	float: left;
}
#right_sidebar {
	float: right;
	padding: 1em;
	border: 3px solid #DC7633;
	border-radius: 6px;
	width:30%;
	margin-right:2%;
}

#filter {
	margin-left:72%;
	position: fixed;
	border: 2px solid #DC7633;
	border-radius: 6px;
	margin-right: 2%;
	overflow:auto;
}

p.code {
	font-family:Courier New, Courier, monospace;
	size: 16px;
	color:#100;
	background: #F2CEB7;
	border-left-style: solid;
	padding:10px;
	
}

/* dropdown content!! */

li a.dropcontent, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropcontent li a:hover, .dropdown:hover .dropbtn {
    background-color:#E59866 ;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

/* end dropdown content */
/* accordion! */
button.accordion {
    cursor: pointer;
    padding: 18px;
    width: 10em;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.3s;
}

button.accordion.active, button.accordion:hover {
    background-color:#ffa244;
}

div.panel {
    padding: 0 18px;
    display: none;
    max-height: 58%;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    top:40%;
}

div.panel.show {
    opacity: 1;
    display:block;
}
/* end accordion*/

/* begin flexbox*/

.flex-container {
	display: -webkit-flex;
	display:flex;
	margin: 10px;
	background: lightgrey;
}

.flex-item {
	background-color:lightblue;
	width:33%;
	margin:10px;
	float:left;
}

a.headline1:link {
	color:#DC7633;
	text-decoration: none;
}
a.headline1:visited {
	color:#E59866;
	text-decoration: none;
}
a.headline1:hover {
	color:#E59866;
	text-decoration:none;
}

body {background-color: powderblue;
	font-family: Verdana, Helvetica, sans-serif;
}
h1   {color: #DC7633; font-size:30px;}
p    {color: black;}
.userinput {
	font-weight: bold;
	font-family: courier;
	font-color: #404040;
}

table {
    border-collapse: collapse;
    width: 70%;
    border: 2px dashed #66d9ff;
}

th {
	border: 2px dashed #66d9ff;
}
th.noborder {
	border:10px black;
	background:blue;
}
th, td {
    text-align: left;
    padding: 8px;
}
td {
	border-bottom: 2px dashed #66d9ff;
}

tr:nth-child(even){background-color: #66d9ff}

/* Code below is for the buttons */

label {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: black;
  font-weight: bold;
}

input {
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
}

button {
  display: block;
  border-radius: 6px;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.8em;
  background: #DC7633;
  border-bottom: 1px solid #DC7633;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  width: 33%;
  text-align: center;
  margin-top:5px;
}

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

label.filter {
  margin-top: 3%;
  margin-bottom: 3%;
  color: black;
  font-weight: bold;
}

input.filter {
  width: 4.5em;
  padding: 0.5em 0.5em;
  font-size: 1em;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
}

button.filter {
  display: inline-block;
  border-radius: 6px;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.8em;
  background: #DC7633;
  border-bottom: 1px solid #DC7633;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  width: 50%;
  text-align: center;
  margin-top: 5px;
}


/* Code below is for the expandable text */

ul#menu {
	width: 200px;
	list-style-type: none;
}

ul#menu ol {
	display: none;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

ul#menu li, 
  ul#menu a {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color:#666666;
	font-size:10px;
	margin-left:0;
}

ul#menu {
	border-bottom: solid 1px #FFFFFF;
	width:189px;
}

ul#menu ol li {
	border-bottom: none;
}

ul#menu ol li:before {
	content: "";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color:#009999;
}

ul#menu a.active {
  color:#6699CC;
}
/* Code above is for the expandable text */
