

.container {
    background-color:#f5f0e7;
}


.navbar-header{
    background-color: #5A7656;
}

.navbar-brand{
    background-color: #5A7656;
    margin: 10px;
    padding: 10px;
}

.entirenav {
  margin-left: -16px;
  margin-right:-16px;
}

#bs-example-navbar-collapse-1 {
  background-color: #5A7656;
  float: right;
  margin-right:-10px;
}

#bs-example-navbar-collapse-1 a {
  color: white;
  margin-top: 25px;
  border-radius: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

#bs-example-navbar-collapse-1 a:hover {
    background-color: #B3B3CE;
}

.container-fluid {
  background-color: #5A7656;
}

.dropdown-menu {
  background-color: #B3B3CE;
  border-radius: 5px;
}

.dropdown-menu a {
  color:black;
}

.dropdown-menu a:hover {
  background-color: #4A3169;
}

/*ENDNAV*/

.title {
  border-radius:5px;
  background-color: #694C31;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: sans-serif;
  box-shadow: 2px 2px 2px #d3d3d3;
}

.title h1 {
  font-size:36px;
  font-family: sans-serif;
  color: #FFFFFF;
  padding: 10px;
  padding-left: 27px;
  letter-spacing: 0.5px;
}

.hometitle {
    border-radius:5px;
    background-color: #5A7656;
    margin-top: 60px;
    margin-bottom: 10px;
    font-family: sans-serif;
    box-shadow: 2px 2px 2px #d3d3d3;
    display: block;
}

.hometitle:hover {
  text-decoration: none;
}

.hometitle h4 {
    font-size:24px;
    font-family: sans-serif;
    color: #FFFFFF;
    padding: 10px;
    padding-left: 27px;
    padding-top: 10px;
    letter-spacing: 0.5px;
}

a .hometitle:hover {
  background-color:#B3B3CE;
}



iframe {
    display: inline;
    border-radius: 5px;
    margin-top: 10px;
    vertical-align: middle;
}

.homevideo {
  margin-top: 40px;
}

div .intro {
  margin-top: 47px;
  background-color: #694C31;
  margin-left: 0px;
  padding-bottom: 20px;
}

.intro {
  border-radius:5px;
  margin-top:10px;
  box-shadow: 2px 2px 2px #d3d3d3;
  float: right;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 5px;
  padding-bottom: 3px;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height:160%;
  color: #FFFFFF;
}

.intro h3 {
  font-family: sans-serif;
  font-weight: normal;
  color: #B3B3CE;
  margin: 10px;
}

.intro .p1 {
  font-size: 16px;
  padding: 10px;
  padding-bottom: 6px;
}

.intro .p2 {
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-family: Georgia, serif;
}

iframe {
  margin-bottom: 30px;

  }

.article {
    border-radius:5px;
    background-color: #FFFFFF;
    display: block;
    box-shadow: 1px 1px 1px #d3d3d3;
    padding: 10px;
    margin-top: 10px;
}

.article h3 {
  font-family: sans-serif;
  color: #4A3169;
  padding-left: 10px;
}

.article p {
    margin: 10px;
    font-family:Georgia, serif;
    font-size: 16px;
    line-height:160%;
    padding-bottom: 10px;
}

.article a {
  color: #4A3169;
  font-weight: bold;
}

.article a:hover{
  color: #5A7656;
  text-decoration: none;
}

.author {
    border-radius:5px;
    margin-top:10px;
    background-color: #FFFFFF;
    display: block;
    box-shadow: 2px 2px 2px #d3d3d3;
}

.author p {
    font-family:Georgia,serif;
    font-size:12pt;
    line-height:160%;
    margin: 10px;
}

.author p bdi {
    font-weight: bold;
    font-size: 10pt;
}


.homesidebar {
  margin-top: 5px;
  display: inline-block;
  background-color: #f5f0e7;
  border-radius: 5px;
}

.homesidebar ul {
  margin-left: -46px;
}

.homesidebar ul li {
   text-decoration: none;
   list-style: none;
   padding: 10px;
   padding-left: 0px;
   float: left;
   margin: 10px;

}

.homesidebar img {
    height: 120px;
    width: 160px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #d3d3d3;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.homesidebar img:hover {
    opacity: 1;
    filter: alpha(opacity=100)
  }

div .homesidebar {

}

.team {
  margin-top: 5px;
  display: inline-block;
  background-color: #f5f0e7;
  border-radius: 5px;
  padding: 0px;
}

.team ul li {
  text-decoration: none;
  list-style: none;
  padding: 10px;
  float: left;
}

.team img {
  height: 297px;
  width: 197px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #d3d3d3;
}

/*POPUP STYLING*/


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #F5F0E7;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h3 {
  margin-top: 0;
  color: #4A3169;
  font-family: sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #5A7656;
}

.popup .content a {
  color: #4A3169;
  font-weight: bold;
}

.popup .content a:hover{
  text-decoration: none;
  color: #5A7656;

}

.popup p {
  font-family: Georgia, serif;
}


/*END POPUP STYLING*/

div .moreteam {
  margin-top: 30px;
}

.moreteam h3 {
  color: #4A3169;
  font-family: sans-serif;
}


.moreteam li {
  list-style: none;
  font-family: Georgia, serif;
}

/*NEED TO ALIGN TO AUTHOR*/

.sidebars {
  margin-top: 25px;
  background-color: #f5f0e7;
  border-radius: 5px;
}

.sidebars ul {
  margin-left: -50px;
  margin-right: 5px;
  display: inline-block;
}


.sidebar1 ul {
  margin-right: 0px;
}

.sidebar1 ul li {
   text-decoration: none;
   list-style: none;
   padding: 10px;
   float: left;
}


.sidebar1 img {
    height: 110px;
    width: 146px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #d3d3d3;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.selected img{
  opacity: 1;
  filter: alpha(opacity=100)
}

.sidebar1 img:hover {
    opacity: 1;
    filter: alpha(opacity=100)
  }

  .sidebar2 ul{

  }


  .sidebar2 ul li {
     text-decoration: none;
     list-style: none;
     padding: 10px;
     float: left;
  }


  .sidebar2 img {
      height: 110px;
      width: 146px;
      border-radius: 5px;
      box-shadow: 1px 1px 1px #d3d3d3;
      opacity: 0.5;
      filter: alpha(opacity=50);
  }

  .sidebar2 img:hover {
      opacity: 1;
      filter: alpha(opacity=100)
    }

    .selected img{
      opacity: 1;
      filter: alpha(opacity=100)
    }

footer .col-md-12 {
    border-radius:5px;
    background-color: #5A7656;
    margin-top: 50px;

}

.footer img {
    padding:20px;
}


.socialmedia {
    background-color: #5a7656;
    margin-top: 15px;
    margin-right: 5px;
    margin-bottom:5px;
    float: left;
    padding:0px;
}

.socialmedia img {
    border-radius: 25px;
    position: inline;
    background-color:#f5f0e7;
    height: 80px;
    width: 80px;
    padding: 5px;
    margin:6px;
}
