html,
body {
    line-height: 1.7;
}

h3 {
    font-size: 26px;
    font-weight: 300;
}

h4 {
    color: #ee293a;
    font-size: 13px;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    color: #ee293a;
}

.btn {
    display: inline-block;
    background: #ee293a;
    color: #ffffff;
    min-width: 135px;
    padding: 20px 32px;
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    border: none;
    border-radius: .5rem;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-cta:hover {
    opacity: 0.8;
}

.legal-text {
    font-size: 10px;
    color: #ccc;
    margin-top: 20px;
}

.text-xl {
    font-size: 70px;
    font-weight: bold;
}

.sub-text {
    max-width: 850px;
    margin-bottom: 10px;
    font-size: 24px;
}


/* Header */

.heade {
    height: 600px;
    background: url(/images/header.jpg) no-repeat center center / cover;
}

.heade .logo {
    width: 270px;
    margin: 10px 0;
}

.heade .heade-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.heade .heade-text-1 {
    font-size: 22px;
    font-weight: bold;
}

.heade .heade-text-2 {
    font-size: 18px;
    margin: 16px 0;
}

.custom-placement {
    transform: translateY(-50%);
}


/* Live */

.live {
    background: #141414;
}

.live-border {
    border: 4px solid #ee293a;
    border-radius: 16px;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.live a {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
    text-decoration: underline;
}


/* Live Sports */

.live-sports {
    background: url('/images/live-sports.jpg') no-repeat center center / cover;
    height: 800px;
    position: relative;
}

.live-sports-content {
    position: absolute;
    top: 160px;
    left: 100px;
    max-width: 550px;
}

.live-sports-logos {
    width: 300px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.live-sports-logos>div {
    background: url('../img/network-logo-bg.png') no-repeat center center / cover;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.live-sports-logos img {
    width: 40px;
}

@media only screen and (max-width:576px) {
    .heade {
        height: 400px;
    }
    .heade .logo {
        width: 150px;
        height: 40px;
        margin: 10px 0;
    }
    .heade .heade-text-1 {
        font-size: 20px;
    }
    .heade .heade-text-2 {
        font-size: 16px;
    }
    .live-border {
        padding: 16px;
    }
    .live-sports-content {
        left: 8px;
    }
    .text-xl {
        font-size: 60px;
    }
}