/* profile */
.profile {
  height: auto;
}

.profile-name {
  font-size: 27px;
}

.profile-social a {
  text-decoration: none;
}

.bio-content {
  font-family: serif;
  font-size: 22px;
}

.bio-content a:hover {
  text-decoration-line: none;
  color: black;
}

/* Things I do */
.do-things {
  height: auto;
  padding: 0;
  padding-bottom: 0;
  margin: 0;
}

.things-i-do {
  font-family: "Alata", sans-serif !important;
  font-size: 25px;
}

.things {
  height: auto;
}

.things-text {
  /* height: 180px; */
  font-size: 22px;
  color: black;
  overflow: hidden;
}

.things-name {
  color: black;
  font-weight: bold;
}

.things-text a:hover{
  color: white;
}

.things-name a:hover{
  color: white;
}

@media only screen and (max-width: 768px) {
  .things-i-do {
    padding-top: 7% !important;
  }

  .do-things-card {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 0%;
    padding-top: 0%;
  }
}

.newsmargin{
  margin-bottom: 0;
}

body{
  background-color: white !important;
}

.nav-link{
  color: #7B7B7B;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: black;
}

a{
  text-decoration: none;
}

.font-weight-bold{
  font-weight: bold;
}

.round-img {
  border-radius: 50%;
}

.intro-content{
  font-size: 22px !important;
}

.misc-image{
  width: 10em;
}

.research-image{
  width: 15em;
}

/* .nav-h4-tab{
  font-size: 1.5em;
} */

/* .bio-content a:link{
  color: green
} */

#content a:link{
  color: #8d3e02 !important;
}
#content a:hover{
  color: black !important;
}

.btn-outline-primary:hover{
  background-color: white;
  border-color: black;
}

.btn-outline-primary{
  border-color: #8d3e02;
}

.nav-head-link{
  color: #656464 !important;
}

.nav-link:focus, .nav-link:hover{
  color: #4a4949 !important
}

.btn-header{
  border-width: 2px;
  border-color: #8d3e02 !important;
}

.btn-header:hover{
  background: white;
  border-color: black !important;
  /* color: white !important */
  /* font-weight: bold; */
}

.fishrounded {
  border-radius: 40% !important;
}

.profile-bg {
  background: #f9f9f9
}

.container{
  background-color: white;
}

#container {
  box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,0.15)!important;
}

.pill-404:hover {
  border-color: black !important
}

.misc-btn {
  border-color: #8d3e02 !important;
  border-width: 2px !important;
}

.misc-btn:hover {
  border-color: black !important;
}

.ccf-a {
  padding: 2px 8px;
  border-radius: 10px;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  background-color: #dc3545 !important;
  color: white !important;
}

.ccf-b {
  padding: 2px 8px;
  border-radius: 10px;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffc107 !important;
  color: white !important;
}

.ccf-c {
  padding: 2px 8px;
  border-radius: 10px;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  background-color: #28a745 !important;
  color: white !important;
}

.sci {
  padding: 2px 8px;
  border-radius: 10px;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  background-color: #475fcf !important;
  color: white !important;
}

.card {
  background: rgba(128, 128, 128, 0.05);
}

ol {
  margin-bottom: 0px !important;
}

ul {
  margin-bottom: 0px !important;
}