@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&family=Roboto:wght@100;300;400;700&display=swap');
html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

a {
    color: white;
}

a:hover {
    color: white;
    text-decoration: none;
}

.blue {
    color: #134D7E;
}

.btn {
    text-transform: uppercase;
}

.btn-white {
    border-color: white;
    font-weight: 200;
    transition: none;
}

.btn-white:hover {
    background-color: transparent;
}

.grey {
    color: #555
}

.logo {
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: -4px;
}

.logo:hover {
    color: white;
    text-decoration: none;
}

.navbar {
    padding: 0rem 1rem;
}

.navbar-light {
    background: linear-gradient(to right, #134D7E, #1E7DCC);
    color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-weight: 200;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: white;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: white;
    text-decoration: none;
}

a.normal {
    color: black;
    text-decoration: underline;
}

.number-circle {
    background: #fff;
    border: 5px solid #134D7E;
    border-radius: 50%;
    color: #134D7E;
    font-size: 3rem;
    font-weight: 700;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 78px;
}

p.sub {
    color: #555;
    font-size: 0.8rem;
    text-transform: uppercase;
}

p.subtext {
    font-size: 1.1rem;
    line-height: 1.6;
}

.permonth {
    font-size: 1.5rem
}

.pitch {
    background: linear-gradient(to right, #134D7E, #1E7DCC);
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 100%);
    color: white;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    padding-bottom: 200px;
}

.screenshot {
    margin-top: -180px;
}

.sup {
    margin-bottom: 0;
    margin-top: -11px;
}

.title {
    font-size: 3.5rem
}