/* Style the tab */

.tab {
  float: left;
  /* border: 1px solid #ccc; */
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
  transition: width 0.5s;
  margin-bottom: 1em;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 4px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: 300px;
  display: none;
}

.font-15 {
  font-size: 15px;
}
.font-13 {
  font-size: 13px;
}
.nav-font {
  font-size: 20px;
}
ul {
  margin-top: -.4rem;
}
li {
  line-height: 1.5rem;
}
.neg-top-margin {
  margin-top: -.25rem;
}
.panel-padding {
  background-color: white;
  margin-top:1em; 
  padding: 1em;
}
.top-panel{
  background-color: white;
  padding:1em;
}
.con-nav {
  background-color: #FFFFFF;
  color: #E8E8E8;
  border-bottom: 2px solid black;
}
.logo {
  color:#0E6624;
  padding-left: 7%;
  margin-right: -30px;   
}
.con-body {
  padding: 4em 0 3em 0;
  padding-left: 7%;
  padding-right: 7%;
  background: radial-gradient(#B7FFC1, #FFFFFF);
}
.mrgn-l-r {
  margin-left: 1.5em; 
  margin-right: 1em;
}
.proj-imgs {
  max-width: 100%; 
  padding-bottom: 1em;
}
.tighten {
  margin-top: -.8rem;

}
.light-grey-bg {
  background-color: #F5FFF5;
}
.my-btns {
  height: 3rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

/* Three media querys for making paragrapgh text responsive.*/
/* @media screen and (min-width: 991px) {
    p.responsive-font {
      font-size: 16px;
    }
  }
  @media screen and (min-width: 601px) {
    p.responsive-font {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 600px) {
    p.responsive-font {
      font-size: 10px;
    }
  } */
  p.responsive-font {
    font-size: 16px;
  }
  p.font-16 {
    font-size: 14px;
  }
  p.font-15 {
    font-size: 16px;
  }
  /* Make a division disappear is screen size is less than 1400.*/
 
  li {
    margin: 10px 0;
  }

  ul {
    list-style: none;
    margin-left: 0 0;
  }