html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#container {
  min-height: 100%;
  position: relative;
  width: 99%;
}

#body {
  padding: 10px;
  padding-bottom: 32px;
  /* Height of the footer */
  color: #646354;
  font-size: 22px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32px;
  /* Height of the footer */
}

.main-btns {
  margin-top: 88px;
}

@media screen and (min-height: 900px) {
  .main-btns {
    margin-top: calc(50vh - 350px);
  }
}

.icon {
  font-size: 38px;
}

.content {
  padding: 100px;
}

.main-title {
  font-size: 36px;
  font-weight: bold;
}

.title {
  font-size: 32px;
  font-weight: bold;
}

.lead {
  line-height: 1.5rem;
}

.red {
  color: #BD0926;
}

.subtext {
  font-size: 18px;
  font-weight: 200;
  margin-top: -8px;
  transition: all 0.2s ease-out;
}

.text-list {
  height: 18px;
  overflow: hidden;
}

.list-el {
  animation-name: change;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes change {
  0%, 12.66%, 100% {transform:translate3d(0,0,0);}
  /* 16.66%, 29.32% {transform:translate3d(0,-25%,0);} */
  33.32%,45.98% {transform:translate3d(0,-50%,0);}
  /* 49.98%,62.64% {transform:translate3d(0,-75%,0);} */
  66.64%,79.3% {transform:translate3d(0,-50%,0);}
  /* 83.3%,95.96% {transform:translate3d(0,-25%,0);} */
}

.my-btn {
  max-width: 200px;
  margin: auto;
  cursor: pointer;
}

.my-btn i {
  transition: all 0.2s ease;
}

.my-btn:hover i {
  transform: rotate(5deg);
}

.my-btn:hover .subtext {
  font-size: 20px;
}

.footerInfo {
  font-size: 10px;
  text-align: center;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}