.icon {
  color: rgba(255,35,39,0.89);
  text-decoration: none;
}

@media only screen and (max-device-width: 480px) {
  body {
    height: 100%;
    background-image: url("../mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media only screen and (min-device-width: 481px) {
  body {
    height: 100%;
    background-image: url("../maxresdefault.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

body {
  height: 100%;
}

.mastfoot {
  color: rgba(255, 255, 255, 1);
  height: 10rem;
}

a,
a:focus,
a:hover {
  color: #fff;
}

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.brand {
    color: rgba(255,35,39,0.89);
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  color: rgba(255,35,39,0.89);
  border-bottom-color: rgba(255,35,39,0.89);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: rgba(255,35,39,0.89);
  border-bottom-color: rgba(255,35,39,0.89);
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

.cover-container {
  max-width: 52em;
}

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
