﻿a
{
    text-decoration: none;
}
button, button:hover, button:focus, button:active
{
    outline: none;
    box-shadow: none;
    border: none;
}
.cta
{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
}
@media(max-width: 768px)
{
    .cta
    {
        padding: 5px 10px;
    }
}
@font-face
{
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Poppins"),url("https://roadmap.evolution.com/wp-content/themes/evolution-roadmap/assets/font/poppins/poppins-regular.ttf") format("truetype");
}
@font-face
{
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Poppins Medium"),url("https://roadmap.evolution.com/wp-content/themes/evolution-roadmap/assets/font/poppins/poppins-medium.ttf") format("truetype");
}
html, body, p, a, small, em, strong
{
    font-family: "Poppins",sans-serif;
}
h1, h2, h3, h4, h5, h6
{
    font-family: "Poppins",sans-serif;
    font-weight: 500;
}
strong
{
    font-weight: 500;
}
small
{
    font-size: .7rem;
}
body
{
    color: #fafafa;
}
.header
{
    position: absolute;
    z-index: 9999;
    background: linear-gradient(180deg,rgba(5,5,19,.6) 0,rgba(5,5,19,.4) 60%,rgba(5,5,19,.02) 100%) rgba(5,5,19,0);
}
@media(max-width: 768px)
{
    .header
    {
        background-color: #1e1d29;
        position: relative;
    }
}
.header-inner
{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}
@media(max-width: 768px)
{
    .header-inner
    {
        flex-direction: column;
    }
    .header-inner .header-buttons
    {
        margin-top: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-inner .header-buttons a
    {
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
}
.header-logo
{
    display: block;
    height: 35px;
    width: auto;
}
@media(max-width: 768px)
{
    .header-logo
    {
        height: 27.5px;
    }
}
.header-buttons
{
    display: flex;
    align-items: center;
}
.header-buttons .cta
{
    margin-left: 10px;
    background-color: rgba(255,255,255,.1);
    color: #fff;
    opacity: .8;
    transition: opacity .25s;
}
.header-buttons .cta:hover
{
    color: #fff;
    opacity: 1;
}
main.page-wrapper
{
    padding-top: 100px;
}
@media(max-width: 768px)
{
    main.page-wrapper
    {
        padding-top: 30px;
    }
}
.footer-inner
{
    border-top: 1px solid rgba(191,191,191,.05);
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: .7rem;
    text-align: center;
}
.footer-content
{
    margin-top: 20px;
}
.footer-content a
{
    color: #95fdfd;
}
.footer-content a:hover
{
    color: #95fdfd;
}
.footer-socials
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}
.footer-socials a
{
    display: block;
    margin: 10px 7.5px;
}
.footer-socials a:hover
{
    opacity: .8;
}
.footer-socials img
{
    display: block;
    height: 40px;
    width: auto;
}
.footer-logos
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-logos a
{
    display: block;
    margin: 10px 20px;
}
.footer-logos img
{
    display: block;
    height: 25px;
    width: auto;
    filter: grayscale(1);
}
.footer-logos img:hover
{
    filter: none;
}
body
{
    background-color: #1e1d29;
}