.present {
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 20px;
}
.present .present-logo {
    margin-bottom: 6rem;
}
.present .present-header {
    font-size: 3rem;
}
.present p {
    margin-top:5rem; margin-bottom:5rem;
}
.present .strong {
    font-weight: bold;
}
.present .very.strong {
    font-weight: 900 !important;
}
.present .white {
    color: #FFF;
}
.present h1 {
    line-height: 1 !important;
}
.present a.white {
    color: #FFF;
}
.present a.white.link, .present .button {
    font-size: 2rem;
}
.present .button {
    border: medium none;
    border-radius: 0.2em;
    cursor: pointer;
    font-style: normal;
    line-height: 1em;
    margin: 0 0.25em 0 0;
    min-height: 1em;
    outline: 0 none;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s, background 0.3s ease 0s;
    vertical-align: baseline;
    transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s, background 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s, background 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s, background 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s, background 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s, background 0.3s ease 0s;
    -moz-user-select: none;
    text-align: center;
    padding: 1rem;
}
.present .fluid.button {
    display: block;
    width: 100%;
}
.present .investbook-red.button {
    background-color: #b10c28;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    color: #ffffff;
    text-shadow: none;
}
.present .investbook-red.button {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.present .investbook-red.button:hover {
    background-color: #a0031e;
    color: #ffffff;
    text-shadow: none;
}
.present .investbook-red.button:focus {
    background-color: #940019;
    color: #ffffff;
    text-shadow: none;
}
.present .investbook-red.button:active {
    background-color: #81091d;
    color: #ffffff;
    text-shadow: none;
}
.present .investbook-red.active.button, .ui.investbook-red.button .active.button:active {
    background-color: #a4001c;
    color: #ffffff;
    text-shadow: none;
}
@media only screen and (max-width: 480px) {
    .present {
        padding-top: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 15px;
    }
    .present .present-logo {
        margin-bottom: 2rem;
    }
    .present .first.present-header {
        line-height: 1 !important;
    }
    .present .present-header {
        font-size: 2rem;
        margin: 0;
    }
    .present p {
        margin-top:1rem; margin-bottom:1rem;
    }
    .present .button, .present a.white.link {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .present {
        padding-top: 4rem;
        padding-left: 2rem;
        font-size: 18px;
    }
    .present .present-logo {
        margin-bottom: 4rem;
    }
    .present .present-header {
        font-size: 2rem;
        margin: 0;
    }
    .present p {
        margin-top: 4rem; margin-bottom: 4rem;
    }
    .present .button, .present a.white.link {
        font-size: 1.2rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .present .button {
        margin-bottom: 2rem;
    }
}