html {
  font-family: "roboto condensed";
}

h1 {
  font-size: 40px;
}

.claypic {
  width: 100%;
  max-width: 900px;
}

.mb-5 {
  margin-bottom: 1rem !important;
}

@media (max-width: 800px) {
  .claypic {
    float: right;
    width: 250px;
    transition: all 1s;
  }
}

@media (min-width: 1200px) {
  .claypic {
    float: left;
    width: 200px;
    transition: all 1s;
  }
}

.clayfooter {
  background-color: rgb(60, 51, 115);
  color: white;
  text-align: center;
  padding: 30px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

  .clayfooter img {
    width: 40px;
  }

a {
  color: coral;
}

.timer {
  font-size: 80px;
  text-align: center;
  background-color: black;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 20px;
  color: white;
  position: absolute;
  left: 45%;
}

.rule {
  font-size: 20px;
  text-align: center;
}

.profilepic {
  width: 40px;
  border-radius: 100%;
}

section.resume-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

section.resume-section {
  min-height: 10vh;
}

@media only screen and (max-device-width: 480px) {
  p, li, .subheading {
    font-size: 2.8em !important;
  }

  .date {
    font-size: 2.0em;
    font-weight: bold;
  }

  .navbar {
    display: none;
  }

  h1 {
    font-size: 8em;
  }

  h2 {
    font-size: 5em;
  }

  h3 {
    font-size: 4em;
  }

  .profilepic {
    display: none;
  }
}
