body {
  background: rgb(255,220,146);
  background: linear-gradient(0deg, rgba(255,220,146,0.9962359943977591) 0%, rgba(255,135,135,1) 100%, rgba(255,146,146,1) 100%) fixed;
}

h1, h2, h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: black;
  text-align: left;
  font-size: 1.25em ;
}

h1, h2 {
  display: inline-block;
}

h3 {
  display: block;
}

p, pre, ul {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 1em;
  padding: 3px;
}

ul {
  padding-lef: 20px;
}

.top {
  width: 100%;
  text-align: center;
}

.sidenav {
  width: 18%;
  height: 100%;
  float:left;
  overflow: hidden;
  position: fixed; 
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  padding-top: 20px;
  padding-left: 20px;
}

.landing-page {
  float: left;
  position: relative;
  display:block;
  margin-left: 20%;
  padding: 30px 30px 100px 30px ;
  width: 80%;
  min-height: 100%;
  text-align: left;
  overflow: auto;
}

.content {
  float: left;
  position: relative;
  display:block;
  margin-left: 20%;
  padding: 30px 30px 100px 30px ;
  width: 68%;
  min-height: 100%;
  text-align: left;
  overflow: auto;
}

.main {
  float: left ;
  display: block;
  vertical-align: top;
  width: 40%;
  padding: 10px;
}

img {
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*width: 87% ;*/
}

#logo {
  width: auto ;
  height: auto ;
  padding: 5px 5px 10px 5px;
}

.info {
  display: inline-block;
  float: left;
  line-height: 1.3;
  margin: 15px;
}

p a {
  color: #206870;
}

ul a {
  color: #206870;
}

a.fresh {
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  display: block;
  text-align: left;
  padding-bottom: 5px;
  text-decoration: none;
  font-size: 1.1em;
}

a.fresh:visited {
  color: black;
  font-size: 1.1em;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: block;
}

a.fresh:hover, a.fresh:active {
  color: purple;
  text-decoration: underline;
}


.sidenav a {
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  display: block;
  text-align: left;
  padding: 6px 8px 6px 8px;
  text-decoration: none;
  font-size: 1.15em;
}

.sidenav a:hover {
  color: purple;
  text-decoration: underline;
}

.sidenav .active {
  text-decoration: underline;
}

#wcb {
  position: absolute;
  width: 82%;
  bottom: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}


@media screen and (max-width:767px){
  .recent-search{ 
    height:auto;
  }
  .info {
    width: 82%;
    height: auto;
  }
  .main {
    width: 82%;
    height: auto;
  }
  #wcb {
    width: 75%;
    height: auto;
  }
}

.sidenav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
