.font-large {
    font-size: 2.2vw;
    line-height: 2.1vw;
    font-size: 13px;
        line-height: 17px;
}

@media screen and (max-width: 800px) {
    .font-large {
        font-size: 22px;
        line-height:24px;
        font-size: 13px;
        line-height: 17px;
    }
}

.font-small {
    font-size: 13px;
    line-height: 15px;
    font-size: 13px;
        line-height: 17px;
}

.cta {
    display: inline;
    /*text-transform: uppercase;*/
    transition: transform .2s ease;
    opacity: .5;
}
.cta:hover {
    /*color: #f0e9e2;
    //background-color: black;*/
    opacity: 1;
}

@media screen and (max-width: 800px) {
    
}

.font-secondary, .font-secondary * {
    font-family: 'Oracle';
    font-weight: normal;
}

::selection {
    background: white;
    color: black;
}

.raindrop {
    width: 15px;
    height: 15px;
    background-image: url('raindrop.png');
    position: fixed;
    top: 400px;
    left: 400px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
}