body {
  background-color: #2babad;
}


header {
    color:#000;
    margin-bottom:0

}

.bg-reddit{
  background-color: rgb(209,227,247);
  opacity: 1.0;
  border-bottom:1px solid;
}
.navbar-dark .navbar-brand{
  color:#000;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #2F4F4F;
}

.dropdown-item.active, .dropdown-item:active {
  color: rgb(224,79,5);
  background-color:#fff;
}

.navbar{
  padding-bottom:0;
  position: sticky;
  top: 0;
  z-index: 1;
}

.nav-link {
  background-color: rgb(240,247,254)

}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .dropdown-item:hover{
  color: rgb(224,79,5);
}

.nav-item{
  margin-left: 5px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #2F4F4F;
}

.row{
  background-color: #fff;
  border: 1px solid #eef1f5;
  margin-bottom: 10px;
}

.div.a{
  text-align: center;
}


.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

h3 {
    color: #272727;
    font-size: 1.8em;
}

h4 {
    color: rgb(174,56,102);
    font-size: 1.2em;
}

h6 {
  color: rgb(127,106,153);
  font-size: 0.8em;
}

h1 {
  color: #FFF;
  font-size: 3.0em;
}


p {
  line-height: 1.7;
  font-family: "lucida sans," courier, sans-serif;
  color: #2F4F4F;
}

p.ex {
    color: rgb(79,126,201);
}




a{
  color:#0000ff;
}

image {
  float:right;
}

.image2 {
float:left;
}

figure {
  float: right;
  width: 45%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
}

.figure2 {
  float: left;

  text-align: center;
  font-style: italic;
  font-size: smaller;

}

.figure3 {
  margin: auto;
  float: left;
  width: 80%;
  text-align: center;
  font-style: italic;
  font-size: smaller;

}


.style4{
	border: 0; border-bottom: 1.2px dashed #000;
}

@media (max-width: 1064px) {
  header{
    font-size:1em;
  }
  p{
   font-size:15px;
  }
}

  @media (max-width: 900px) {
    p{
     font-size:15px;
    }
  }

  /* Degnan CSS UPDATES
#29908e - background of side bar header
#ffffff - background of the side bar content area
#206868 - button color (if a button in needed)
#34aaad - background of site.
*/
