@font-face {
    font-family: 'RingsideNarrow';
    src: url('https://cdn.epoch.cloud/assets/fonts/RingsideNarrow.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}

body {
    background-color: transparent;
    font-family: 'RingsideNarrow';
    margin: 0;
}

* {
    color:#FFF;
}

*:focus {
	outline: none;
}

input {
    border: none;
    border-bottom: 1px solid #C7C7C7;
    background: transparent;
}

input::placeholder {
    font-weight: bold;
    color:#C7C7C7;
}

h3 {
    color:#C7C7C7
}

a {
    text-decoration: underline;
    color:inherit;
}

a:hover{
    color:inherit;
}

.btn {
    font-weight:bold;
    font-size:20px;
    font-family: 'RingsideNarrow';
}


.front-bg {
    background-image: url("img/FM-PreVideo-2800x1336_250kb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    height:100vh;
}


/* .bg-host {
    background-image: url("img/FM-host.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;    
} */

.notice {
    padding:15px;
    max-width:400px;
    background-color: rgb(0 0 0 / 45%);
    bottom:10px;
    right:5px;
    color:black;
    font-size:17px;
}

#agree-to-term label{
    color:#C7C7C7;
    margin-bottom:0;
    font-family: 'RingsideNarrow';
}

.btn-primary {
    background-color:#ffffff !important;
    border-color: #ffffff !important;
    color:black;
}

.btn-primary:hover {
    background-color:#ffffff !important;
    border-color: #ffffff !important;
    color:black;
}

.mobile-logo {
    top:20px;
    left:15px;
}

.mobile-cta {
    top:25%;
    left:15px;
    width:50%;
}

.mobile-cta h1{
    font-size: 27px;
}

.mobile-cta h3 {
    font-size: 19px;
}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .tvsub {
      text-decoration: none;
      font-size: 22px;
  }

  .tvsub:hover {
    text-decoration: none;
  }




/* Extra Large */
@media (max-width:1200px) {
    .message-content h1 {
        font-size:51px;
        line-height:55px;
    }
}

/* Large */
@media (max-width:992px) {
    .btn-primary {
        max-width:100%;
    }
    .front-bg {
        background-position: 65%;
        /* height:unset; */
    }
}

/* Medium */
@media (max-width:767px) {
    .bg-blue { 
        background-color: #01134b;
    }

    .front-bg {
        background-image: unset;
        background-color: #01134b;
    }
    .notice {
        right:0;
        max-width:100%;
        background-color:rgb(7 16 43);
        background-image: unset;
        padding:7px;
    }
    .notice h4 {
        font-size:17px;
    }
}

/* Small */
@media (max-width:576px) {
}

@media (max-width:321px) {
    .mobile-cta h1 {
        font-size:23px;
    }   
    .mobile-cta h3 {
        font-size:14px;
    }
}

@media (min-width: 1150px) and (min-height: 950px) {
    .front-bg {
        background-position: 65% 
        /* height:unset; */
    }   
}

@media (min-width: 1000px) and (min-height: 900px) {
    .front-bg {
        background-position: 65% 
        /* height:unset; */
    }   
}

@media (max-width: 1400px) and (min-height: 900px) {
    .front-bg {
        background-position: 65% 
    }   
}

@media (max-width: 1150px) and (max-height: 900px) {
    .front-bg {
        background-position: 65% 
    }   
}