html {
   margin: 0px;
   height: 100%;
   width: 100%;
}

body {
   margin: 0px;
   min-height: 100%;
   width: 100%;
}

.side_pictures{
    position: fixed;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.side_pic{
  margin-left: 55vw;
  margin-bottom: 10px;
  width: 14vw;
  border-radius: 5px;
  height: auto;
}

.content-card-white{
  padding: ;
}

.sidebar a{
  color: black !important;
}

.main-content{
  min-height: 100vh;
  background-color: #3A5242;
}

.mobile_nav{
  display: none;
}

.main_heading{
  color: #636363;
  text-align: center;
  background-color: #e2e2e2;
  padding: 15px 0px 0px 0px; /*top right bottom left*/
  margin: 0 0 0 0;
  min-height: 10vh;
  font-weight: 800;
}

.color-bar{
  height: 2.5vh;
  background-color: #4444;
}

.sidebar {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 18px;
  padding-bottom: 2vh;
  position: fixed;
  top: 160px;
  bottom: auto;
  width: auto;
  background-color: rgba(255,255,255, 0.5);
}

.content-wrapper {
  padding-top: 43px;
  padding-left: 200px;
  background-color: #3A5242;
  color: white;
  min-height: 76vh;
}

.nav_heading_yellow{
  border-top-right-radius: 5px;
  height: auto;
  text-align: left;
  background-color: #DD8B0C;
  color: white;
  width: auto;
}

.nav_heading_red{
  background-color: #AD5149;
  color: black;
  width: 100%;
}

.nav_item{
  text-decoration: none;
  color: black;
  text-align: left;
  padding-left: 1.5vw;
  margin-right: 1vw;
}

.nav_heading{
  color: white;
  padding-left: 1vw;
}

.nav_item:hover{
  text-decoration: none;
  color: black;
}

.nav_item:focus{
  text-decoration: none;
  color: black;
}

.logo{
  padding-bottom: 2vh;
  position: fixed;
  top: 85vh;
  bottom: auto;
  left: 85vw;
}

.top-bar-container{
  position: fixed;
}

.text_wrapper{
  margin-left: 2vw;
  margin-right: auto;
  padding: 1vh;
  max-width: 60vw;
  color: black;
  background-color: rgba(255,255,255, 0.5);
  border-radius: 1vh;
}

.uk-card{
  border-radius: 5px;
}

.member-img{
  border-radius: 5px;
}

.content-card{
  margin-top: 18px;
}

@media screen and (max-width: 1000px) {
  .side_pictures{
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .logo{
    display: none;
  }

  .sidebar{
    display: none;
  }

  .content-wrapper{
    padding-left: 0;
    padding-right: 0;
  }

  .side_pictures{
    display: none;
  }

  .mobile_nav{
    display: block;
    background-color: #3A5242;
  }
}
