@font-face {
    font-family: 'Trade Gothic Bold';
    src: url('fonts/Trade Gothic LT Bold.ttf') format("truetype");
}

@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('fonts/TradeGothicLTStd.otf') format("opentype");
}

html, body {
    background: white center center no-repeat;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

body {
    min-height: 920px;
}

main {
    height: 100%;
}

#logo {
    left: 2.8%;
    margin: 0;
    position: absolute;
    top: 5.4%;
    width: 20.3%
}

#logo img {
    width: 100%;
}

.button {
    border-radius: 5rem;
    cursor: pointer;
    display: table;
    font-family: 'Trade Gothic LT Std', sans-serif;
    font-size: 1rem;
    height: 5%;
    line-height: 100%;
    overflow: hidden;
    position: absolute;
}

#call {
    right: 2.8%;
    text-align: center;
    top: 6.9%;
    width: 19.4%;
}

#call a {
    height: 100%;
    text-decoration: none;
    width: 100%;
}

#call .label, #call .number {
    color: white;
    border: 2px solid #ff6c00;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#call .label {
    background-color: #ff6c00;
    border-radius: 5rem 0 0 5rem;
    width: 23.6%;
}

#call .number {
    border-radius: 0 5rem 5rem 0;
}

#text-box {
    background: black;
    height: 34%;
    left: 10%;
    position: absolute;
    top: 42.2%;
    width: 79.2%;
}

#page-title {
    color: white;
    font-family: 'Trade Gothic Bold', sans-serif;
    position: relative;
    width: 100%;
}

#page-title h1 {
    font-size: 2.65rem;
    line-height: 5rem;
    text-align: center;
    margin: 0;
}

#description {
    color: white;
    font-family: 'Trade Gothic LT Std', sans-serif;
    font-size: 1rem;
    position: relative;
}

p {
    margin: 0;
    text-align: center;
}

#what-youll-learn {
    background-color: white;
    bottom: 14.6%;
    color: #ff7a19;
    left: 22%;
    text-align: center;
    width: 11rem;
}

#what-youll-learn a {
    color: inherit;
    display: table-cell;
    height: 100%;
    margin: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}

.arrow {
    height: 19px;
    width: 12.06%;
}

#cta {
    bottom: 14.6%;
    background-color: #ff6c00;
    box-shadow: 0 0 1.5px 0 white;
    color: white;
    left: 40%;
    margin-left: 1rem;
    vertical-align: middle;
    width: 14.9%;
}

#cta span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#affiliate-logos {
    bottom: 0;
    height: 10%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width:  100%
}

#affiliate-logos img {
    position: absolute;
    top: 0;
    width: 100%;
}