@font-face {
  font-family: Josefin;
  src: url("../fonts/JosefinSans-Regular.ttf"); }

@font-face {
  font-family: Bebas;
  src: url("../fonts/BebasNeue.otf"); }

body {
  margin: 0; }

a {
  text-decoration: none !important; }

.bg-blue {
  background: blue; }

.bg-red {
  background: red; }

.p-10 {
  padding: 10px; }

.border-radius-10 {
  border-radius: 10px; }

.box-shadow-15 {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }

.background-full {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url("../img/Background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: auto; }

.main-h1 {
  text-align: center;
  color: #fff;
  font-family: Bebas;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 64px; }

.main-p {
  text-align: center;
  color: #fff;
  font-family: Josefin;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px; }

.main-h3 {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  font-family: Bebas;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px; }

.youtube-video {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 560px;
  height: 315px; }

.twentytwenty > .year {
  margin: auto;
  margin-top: 100px;
  text-align: center;
  color: #000;
  font-family: Bebas;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 15px 10px 15px;
  letter-spacing: 10px;
  font-size: 90px;
  background: #fff;
  max-width: 280px; }

.twentytwenty > .month {
  margin-top: -45px;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
  font-family: Josefin;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px; }

.timer {
  margin: auto;
  border: 1px solid #fff;
  max-width: 280px;
  padding: 10px 10px 5px 10px;
  margin-top: -10px;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-family: Josefin;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px; }

.video-btn {
  margin: auto;
  margin-top: 40px;
  font-family: Bebas;
  color: #000;
  background-color: #fc2381;
  text-align: center;
  font-size: 52px;
  font-weight: 900;
  max-width: 260px;
  cursor: pointer;
  padding: 8px 15px 0px 15px;
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all; }

.video-btn:hover {
  color: #fff; }

.social-wrap {
  margin: auto;
  padding: 10px 10px 10px 10px;
  width: 260px; }

.social-icon {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all; }

.social-icon:hover {
  background-color: #fc2381; }

.facebook {
  background-image: url("../img/facebook.png");
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat; }

.twitter {
  background-image: url("../img/twitter.png");
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat; }

.instagram {
  background-image: url("../img/instagram.png");
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat; }

/* Animations */
@-webkit-keyframes hover {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    background-color: #fc2381; }
  25% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
    background-color: #40cc2a; }
  50% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    background-color: #1b74f9; }
  75% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
    background-color: #f91b1b; }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    background-color: #fc2381; } }
@keyframes hover {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    background-color: #fc2381; }
  25% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
    background-color: #40cc2a; }
  50% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    background-color: #1b74f9; }
  75% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
    background-color: #f91b1b; }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    background-color: #fc2381; } }
