@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@font-face {
  font-family: Champions;
  src: url('../champions/webfonts/ttf/Champions-Regular.ttf')
}
body{font-family: Champions;}

.contestDesign label{font-size: 24px;font-family: Champions; font-weight:normal;}
.contestText{background:#fff; padding:10px; border-radius:10px 10px 0 0;display: inline-block;margin-top: -40px;font-size: 24px;font-family: 'Oswald', sans-serif; line-height:28px;}

.footer{background:rgb(34, 34, 34); color:rgb(234, 234, 234); padding:15px 0;}
.footer-bar{
  background:#0d0d0d; color:#ccc;
}
.text-white {
    color: #fff;
}

.btn-gallery {
  background-color: #334395;
  border-color: #334395;
  color: #fff;

}
.btn-gallery:hover, .btn-gallery:focus {
  background-color: #313b6f;
  border-color: #313b6f;
  color: #fff;
}

.btn-other {
  background-color: #16a984;
  border-color: #16a984;
  color: #fff;
}

.btn-other:hover, .btn-other:focus {
  background-color: #1d7b64;
  border-color: #1d7b64;
  color: #fff;
}

.mb-3 {
  margin-bottom: 3rem;
}