html,body {
    height:100%;
}

#smaller_text{
  font-size: 60%;
}

#aside_lake a { 
  text-decoration: none;
  color: white;
}

#aside_lake a:hover { 
  color:  yellow;
  font-size: 1.09em;
}


header {
  background-color: brown;
  color: white;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 4.2em;
}





#header_lake {
  background-color: brown;
  color: white;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 4.2em;
}

#aside_lake{
  position: fixed;
  left: 0;
  top: 67px;
  width: 350px;      /* changed from 275 to 350 on 4 April 2019 */
  height: 100%;
  background-color: #44565a;
  color: white;
  overflow: auto;
}

#aside_lake_lanier{
  position: fixed;
  left: 0;
  top: 67px;
  width: 350px;      /* changed from 275 to 350 on 4 April 2019 */
  height: 100%;
  background-color: #44565a;
  color: white;
  overflow: auto;
}

#main_lake {
  background-color: aqua;
  border: 2px solid black;
  margin-top: 75px;
  margin-left: 350px;     /* changed from 275 to 350 on 4 April 2019 */
}

#header_map {
  background-color: brown;
  color: white;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 4.2em;
}

#aside_map{
  position: fixed;
  left: 0;
  top: 67px;
  width: 350px;       /* changed from 275 to 350 on 4 April 2019 */
  height: 100%;
  background-color: #44565a;
  color: white;
  overflow: auto;
}

#aside_map a { 
  text-decoration: none;
  color: lightyellow;
}

#aside_map a:hover { 
  color:  yellow;
  font-size: 1.09em;
}

#main_map {
  background-color: aqua;
  margin-top: 75px;
  margin-left: 350px;
}

h1 {

}





.center_me{
  text-align: center;
}
.agency_details{
  text-align: left;
}
.l_margin_10{
   margin-left: 10px;
}
.l_margin_13{
   margin-left: 13px;
}

a:hover {
  color: #5c55ff;
  font-size: 1.08em;
}

.l_margin_13 a:hover {
  color: black;
}

details a {
  color: yellow;
}
details {
  margin-bottom: 10px;
}
#map_ga_lakes{
  margin-top: 10px;
  margin-left: 10px;
  border: 2px solid black;
  float:left;
}
#map_ga_rivers{
  margin-top: 10px;
  margin-left: 10px;
  border: 2px solid black;
  float:left;
}


.blog_item{
  margin-top: 20px;
}
.blog_entry_heading {
  font-size : 1.3em;
  text-decoration: none;
  padding-left: 7px;
  font-weight: bold;
}
.blog_entry_heading a {
  font-size : 1.3em;
  text-decoration: none;
  padding-left: 7px;
  font-weight: bold;
}
.blog_entry_heading h3 {
  font-size : 1.3em;
  text-decoration: none;
  padding-left: 30px;
  font-weight: bold;
}
.blog_entry_summary h4 {
  font-size : 1.3em;
  text-decoration: none;
  padding-left: 65px;
  font-weight: bold;
}
.blog_entry_summary p{
  font-size : 1.2em;
  text-decoration: none;
  padding: 0 30px;
  font-weight: 600;
  line-height: 110%
}
.blog_entry_summary p{
  text-indent: 48px;
}
.blog-entry-summary{
  border-bottom: 2px solid black;
  
}

.blog_entry_summary p::first-letter {
    color: #333;
    /* font-size: x-large; */
}

body{
  background-color: beige;
}

.hline{
  width: 80%;
  margin: 0 auto;
}

.hline hr {
  color: green;
}

.eighty_black{
  width: 98%;        /* changed from 80% to 98% on 9 APril 2019 */
  margin: 0 auto;
  color:#aaa;
  padding-bottom: 5px;
  background-color: #aaa;
}


