a:hover {
  color: #f51e7e;
  text-decoration: blink;
}

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

a:hover {
  color: #ff0202;
  text-decoration: blink;
}

#forged {
  width: 100%;
  background-image: url("../../assets/img/forge_bg1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 40px;
  text-align: center;
  background-size: cover;
}

#forged .jumbotron {
  border-radius: 30px;
  padding: 40px;
  max-width: 800px;
  margin: auto;
  margin-top: 140px;
  margin-bottom: 60px;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: rgba(255,255,255,0.61);
  border-radius: .3rem;
}

#red-back {
  background-color: red;
  padding: 20px;
  border-radius: 20px;
  margin: auto;
  max-width: 400px;
}

#banner {
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10vw;
  margin: auto;
  background: white;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 12px;
}

@media (min-width: 576px) {
  #banner {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    margin: auto;
    background: white;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 12px;
  }
}

#notice {
  width: 100%;
  height: auto;
  background-color: black;
  text-align: center;
  margin-bottom: 0px;
}

@media (min-width: 300px) {
  #logo {
    width: 240px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    padding-bottom: 0px;
    background: url("../../assets/img/ukas-logo-green.png") center / contain no-repeat;
    height: 73px;
  }
}

#foot {
  text-align: left;
}

#bot-logo {
  width: 306px;
  height: 73px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video-box {
  width: 100%;
}

