* {box-sizing: border-box}
body {font-family:Arial, Helvetica, sans-serif;}

.navbar {
  width: 100%;
  overflow: auto;
}

.navbar a {
  float: left;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  width: 25%; /* Four links of equal widths */
  text-align: center;
}

.navbar a:hover {
  color: #ff8976;
}
.navbar a.active {
  background-color:none;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }}

body  {
  background-image: url("images/lined-paper-2.png"), url("images/light.png");
  background-color: #080808;
  background-repeat:repeat;
  background-size:auto;
  background-blend-mode: luminosity;

}

h1 {
    font-family: "Lucida Bright", Courier, monospace;
    font-size: 35px;
    color: #ff8976;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  h2 {
    font-family: "Lucida Bright", Courier, monospace;
    font-size: 20px;
    color: #ff8976;
    margin:20px;

  }

p    {
  font-family: "Lucida Bright", Courier, monospace;
  font-size: 15px;
  color: #ff8976;
  margin: 30px 30px;
  padding-bottom: 10px;
  cursor:default;

}
hr {
  display:grid;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-width: 3.0px;
    border-style:groove;
    border-color:#514240;

}
.images_a img {
  padding: 5px;
  Margin-bottom:75px;
  height: 60%;
  width: 80%;
  border: 3px solid;
  border-color:bisque;
  object-position:center;
}
ul {
  color: blue;
  margin: 40px;
  font-size: 25px;
  padding: 1em;
  border-left: dodgerblue;
}
li {color:#e6fcff;
  font-size:15px;
  margin:50px;
 list-style-type: disc;
 line-height:normal;
}


.horiz_img img{
  margin-left: 30px;
  margin-block-end: 40px;
    border: 5px solid #bb9351;
    height: 400px;
    width: 600px;
border-spacing: 30px;



}
button {
  color:#6cb883;
  background-color: rgba(28, 5, 25, 0.01);
  border-color: #6cb883;
  height: 36px;
  width: 180px;
  text-align: center;
  margin-left: 10px;
  cursor:crosshair;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 40px;
}

button:hover{
  background-color: #080808;
}
footer {
  position:static;
  left: 10px;
  bottom: 0;
  width: 100%;
  text-align: left;
  border: 1px solid #6cb883;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 40px;
  background-color:#514240 ;


}
.footer p {
  font-family: "Lucida Bright", Courier, monospace;
  font-size: 12px;
  color: #ff8976;
  margin: 10px 10px;
}



  a:link {
    color: #6cb883;
    background-color: transparent;
    text-decoration: underline;
    line-height: 10px;

  }

  a:visited {
    color: #6cb883 ;
    background-color: transparent;
    text-decoration: none;
    text-decoration:underline;
  }

  a:hover {
    color:#ff8976;
    background-color: transparent;
    text-decoration: underline;
    cursor:alias;
  }

  a:active {
    color: none;
    background-color: transparent;
    text-decoration: underline;
  }



.icon-bar {
  width: 100%;
  background-color: transparent;
  overflow: auto;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 40px;
}

.icon-bar a {
  float: left;
  width: 10%;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s ease;
  color: transparent;
  border: 1px solid #6cb883;
  border-bottom-right-radius: 20px;


  }

  .icon-bar a:hover {
  background-color:#080808;
  cursor: crosshair;
  }

  .active {
  background-color:none;}
