body {
    background-color: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

/* Header */

.top-bar {
    background-color: #FDC11B;
    padding: 5px 0;
    margin-bottom: 15px;
}

.top-bar p {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

header {
    border-bottom: solid 1px rgba(255,255,255,0.1);
    padding-bottom: 15px;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    background: #000;
}

header .btn {
    font-size: 24px;
    padding: 7.5px 15px;
    min-width: 100%;
}

.logo {
    font-family: bebas-neue,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
}

.logo span {
    color: #FDC11B;
}



/* Global */

.btn {
    background-color: #FDC11B;
    border: solid 2px #FDC11B;
    border-radius: 0;
    color: #000;
    display: block;
    margin: auto;
    font-size: 28px;
    padding-bottom: 12.5px;
    padding-top: 12.5px;
}

.btn:hover {
    background-color: #000;
    border-color: #FDC11B;
    color: #FDC11B; 
}

.btn-secondary {
    background-color: #000;
    border-color: #FDC11B;
    color: #FDC11B;
}

.btn-secondary:hover,
.btn:active,
.btn:focus {
    background-color: #FDC11B;
    border-color: #FDC11B;
    color: #000;
}

h1,h2,h3,h4,h5,h6, .btn {
    font-family: bebas-neue,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 90%;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 24px;
}

h2 {
    font-size: 56px;
}

h2 span {
    color: #FDC11B;
}

img {
    max-width: 100%;
}

.mb-24px {
    margin-bottom: 24px;
}

/* Hero */

.hero {
    margin-top: 100px;
    text-align: center;
}

.hero-content {
    margin-top: -10%;
}

.hero img {
    max-width: 100%;
    width: 100%;
}

.hero-sig {
    margin-top: 24px;
}

.hero-sig svg {
    margin-bottom: 8px;
}

.hero h1 {
    font-size: 56px;
    line-height: 90%;
}

.hero h1 strong,
.hero p strong {
    color: #FDC11B;
    font-weight: normal;
}

.hero h1 span {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 21px;
    line-height: 175%;
}

.hero .btn {
    margin-top: 12px;
    min-width: 350px;
}

.hero .tests {
    display: flex;
    margin-top: 24px;
    justify-content: center;
}

.hero .tests p {
    margin-left: 8px;
}

/* Section */

.section {
    padding-bottom: 15%;
    padding-top: 15%;
}

.section-nt {
    padding-top: 0;
}

.section-centered {
    text-align: center;
}

/* Purchase */

.purchase .btn {
    margin-top: 10px;
    min-width: 350px;
}

.pricing  {
    display: inline-block;
    padding: 0;
    list-style: none;
    margin-bottom: 24px;
    margin-top: 16px;
    font-size: 18px;
}

.pricing li {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px rgba(255,255,255,0.1);
}

.pricing li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pricing li span {
    display: block;
    font-size: 16px;
    color: #6B6B6B;
}

/* Video */

.video {
    border: none;
    box-shadow: none;
    padding: 0;
    min-width: 100%;
}

.video img {
    width: 100%;
}

/* Bio */

.bio {
    background-image: url(../img/speaking.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 35%;
}

.decode {
    background-image: url(../img/decode.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 35%;
}

/* Price */

.price {
    font-size: 24px;
    margin-bottom: 24px;
}

.price span {
    margin-bottom: 8px;
    text-decoration: line-through;
}

/* Modal */

.modal {
    color: #000;
}


.modal-title {
    display: inline-block;
    font-size: 24px;
}

/* footer */

footer {
    border-top: solid 1px rgba(255,255,255,0.1);
    padding: 50px 0;
}

ul.links {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.links li {
    margin: 0 16px;
}

ul.links a {
    font-size: 16px;
    color: #fff;
}



@media only screen and (min-width: 800px) {

    p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 18px;
    }


    .hero h1 {
        font-size: 72px;
    }

    .hero h1 span {
        font-size: 32px;
    }

    .hero p {
        font-size: 21px;
    }

    .hero p.price {
        font-size: 32px;
        margin-top: 24px;
        margin-bottom: 32px;
    }

    .bio,
    .why {
        margin-top: -15%;
    }

    .bio {
        background-size: 70%;
        background-position: top right;
    }

    .decode {
        padding-top: 25%;
        margin-top: -15%;
        background-size: 70%;
        background-position: top left;
    }
  }