body, html {
  height: 100%;
}

.PortfolioButtons {
  border-radius: 0.2rem;
  background-color: #9E6600;
  color: white;
  padding: 0.5rem;
}

@media screen and (min-width: 1024px) {
  .portfolioText {
    height: 25rem;
  }
  .portfolioIcons {
    height: 2rem:
  }
}

.portfolioIcons {
  padding-bottom: 2rem;
}

.bg-contact {
  height: 100%;
  color: white;
  background: url('../../img/contact-bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

td {
  padding: 0.2rem;
}

.tool-icon {
  font-size: 3rem;
}

.PortfolioButtons:hover {
  border-radius: 0.2rem;
  background-color: #1B1305;
  color: white;
  padding: 0.5rem;
  text-decoration: none;
}

.bg {
  height: 100%;
  color: white;
  background: url('../../img/bg2.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.imgProfile {
  border-radius: 2rem;
  box-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
}

.darkThemeBg {
  background-color: #9E6600;
  color: white;
}

.lightThemeBg {
  background-color: #99003B;
  color: white;
}

.footer {
  background-color: #9E6600;
  color: white;
  padding: 2rem;
}

.altBg {
  background-color: white;
  color: #1B1305;
}

.lname {
  font-weight: bolder;
  color: #9E6600;
}

.fname, .subtext {
  font-weight: bolder;
  color: #1B1305;
}

.icon-card {
  text-align: center;
  margin-bottom: 3rem;
}

.large-icon {
  font-size: 6rem;
  margin-bottom: 2rem;
}

.medium-icon {
  font-size: 2rem;
  margin-top: 0.5rem;
}

.bcard {
  padding: 3rem;
  background-color: white;
  color: #99003B;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
