body {
  font-family:sans-serif;
  margin:0;
  padding:0;
}
header {
  background-image: url('/static/banner_mid.png');
  background-repeat: repeat;
  background-size: 300px 100px;
}
.site-header {
  display:inline-block;
//  background-color:transparent;
//  padding:5px 5px 5px 20px;
  padding: 0px;
  height:5.6em;

  margin-bottom: 0px;
}
.site-header-text {
    height: 5.6em;
    margin-left: 260px;
    padding-top: 16px;
}
.site-header-text a {
    font-size: 32pt;
    font-style: italic;
    text-decoration: none;
    font-weight: bold;
    color: white;
}
.site-header-text a:hover {
    text-decoration: underline;
}
.site-menu {
    text-align: center;
    margin-top: 0px;
  padding:5px 5px 5px 20px;
  color:white;
  background-color:rgba(0,0,0,0.5);
}

#dropdown-header {
    color: white !important;
}
.title {
}
.site-search {
  font-size:smaller;
  float:right;
  padding:5px;
  margin:5px;
  border:1px solid #aaa;
  color:#aaa;
  border-radius:5px;
}
.site-splash-content {
  color:white;
  font-size:32pt;
  margin: 12% 35%;
  font-style:italic;
  position:fixed;
  top: calc(15vh);
  left: 0vw;
  bottom: 12vh;
  height:calc(50vh - 50px);
  width:65%;
}

.site-splash-item {
  margin-bottom:-0.5em;
}

.site-splash-item a {
    color: white;
    text-decoration: none;
    background-repeat: repeat-x;
    background-size: 100%;
    padding-left: 5px;
}

.site-splash-item a:hover {
    background:
    linear-gradient(
	to right,
	#ff9800 0%,
	#ff9800 5px,
	transparent
    );   
}

.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.dropdown span {
  color:#ddd;
}
.dropdown span:hover {
  color:white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
//  padding: 12px 16px;
  z-index: 1;
  font-size: 13px;
}
.content {
  //padding:0em 1.5em 0em 1.5em;
}
.subpanel {
  margin-top:1.5em;
  margin-left:1.5em;
}
#about {
}
#controlpanel {  }
#viz-control { 
  background-image:linear-gradient(#333,#888);
  color:#ddd;
}
#viz-control-panel {
  background:transparent;
  position:fixed;
  top:0;
  left:0;
  bottom:0;
}
.plot-select {
  width:95%;
  height:5em;
  overflow-x:auto;
  background-color:#777;
  color:#eee;
  border:3px #ccc inset;
}
.generate-btn {
  background-color:#50cc50;
  font-weight:bold;
  font-size:larger;
  border-radius:5px;
  border:none;
  padding:0.5em 1em 0.5em 1em;
  margin-left:1em;
  margin-top:0.5em;
  margin-bottom:0.5em;
  width:95%;
  text-align:center;
}
footer {
  color:#eee;
  background-color:rgba(0,0,0,0.5);
  font-size:smaller;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  padding:5px 5px 5px 10px;
}
footer a {
color: white;
}
/* Style The Dropdown Button */
.dropbtn {
    background-color: #eee;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
//    min-width: 10em;
//    width:25em;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:999;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #fafafa;
}


.gutter.logo-gutter {
    background-color: #34495E;
    margin-top: 0;
}
.gutter {
    float: left;
    background-color: #eee;
    margin-top: 27px;
    cursor: ew-resize;
}
.split-parent:after {
  content: "";
  display: table;
  clear: both;
}
.clearfix::before {
  display: table;
  content: ""; }
.clearfix::after {
  display: table;
  clear: both;
  content: ""; }


.split, .gutter.gutter-horizontal {
  float:left;
}
.gutter.gutter-horizontal {
  cursor: ew-resize;
}
.content-box {
    background-color: white;  
    font-family: Montserrat;
    padding: 20px;
    padding-left: 15%;
    padding-right: 15%;
}

.landing-page {
    color: white;
    padding: 30px;
    margin-left: 15%;
    margin-right: 15%;
}

.landing-page a {
    color: white;
    font-weight: bold;
}

.landing-page a:hover {
    color: white;
    text=decoration: underline;
}

.landing-page h3 {
    margin-top: 15px;
    font-size: 32px;
    font-weight: bold;
}

.landing-page p {

}

.landing-spacer {
    margin-top: 80px;
}
.splash-focus-area-list {
    display: flex;
    flex-wrap: wrap;
}

.splash-focus-area {
    border: 1px solid #ccc;
    padding: 5px;
    width: 220px;
    height: 50px;
    margin-right: 12px;
    margin-top: 12px;
    font-weight: bold;
    cursor: pointer;
    color: white;
}
.splash-focus-area:hover {
    background: #111;
}
