html,
body {
  height: 100%;
  font-family: "Fira Sans", sans-serif;
}
body {
  /* background-color: #212529; */
}
.nav-item {
  margin: 0 1rem;
}
.nav-link {
  padding-bottom: 2px;
  padding-top: 2px;
}
.active {
  font-weight: bold;
}
#showcase {
  background: url("../images/lauren-mancke-aOC7TSLb1o8-unsplash.jpg");
  height: 100%;
  background-size: cover;
}
#showcase-container {
  padding-top: 10%;
}
#headercard {
  background-color: transparent;
  color: white;
}
.card {
  border: none;
}
.card-title {
  font-size: 30px;
}
.skill-title {
  font-size: 20px;
}
.dark{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}
.prog {
  background-color: blue;
  height: 2px;
  width: 0%;
  margin-bottom: 0;
}
.progress {
  height: 10px;
  background-color: darkgray;
}
.progress-bar{
  background-color: #0C8346;
}
.cardhead {
  font-size: 40px;
}
.text-muted {
  font-size: 15px;
}
.bg-dark,.bg-light, .text-light, .text-dark, .navbar-dark, .navbar-light{
  transition: all 0.5s;
}
#contact-info th {
  font-size: 20px;
}
#contact-info td {
  font-size: 18px;
}
#about {
  font-size: 20px;
}
#aboutme,
#skills,
#experience {
  padding-top: 30px;
}
#switch{
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
}
/* Media  */
@media screen and (max-width: 767px) {
  #header-card-prof {
    width: 25%;
  }
  #showcase{
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  #header-card-prof {
    width: 50%;
  }
  .active {
    border-bottom: 3px #0C8346 solid;
  }
  .navbar {
    background-color: transparent;
  }
  #switch{
    position: absolute;
    right: 10px;
    top: 0px;
  }
}
/* Skills */
#skill1 {
  width: 90%;
}
#skill2 {
  width: 80%;
}
#skill3 {
  width: 50%;
}
#skill4 {
  width: 60%;
}
#skill5 {
  width: 85%;
}
#skill6 {
  width: 70%;
}
/* Test */
.test {
  margin-top: 10000px;
}
/* #experience .card .card-text{
  display: none;
  transition: all 10s ease-in;
}
#experience .card:hover .card-text{
  display: block;
  transition: all 10s ease-in;
} */
