/* Generated by Font Squirrel (https://www.fontsquirrel.com) on February 27, 2017 */



@font-face {
    font-family: 'nexa_rust_script';
    src: url('fontfabric_-_nexa_rust_script_l_00-webfont.woff2') format('woff2'),
         url('fontfabric_-_nexa_rust_script_l_00-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: "proxima-nova",sans-serif;
}

.clear-float {
    clear:both;
}

.highlight {
    font-family:"nexa_rust_script","cursive";
    font-size:40px;
}

.pink {
    color: #ed2063;
}

img.display-left {
    float:left;
    margin-right:20px;
    margin-bottom:10px;
}

img.display-right {
    float:right;
    margin-left:20px;
    margin-bottom:10px;
}
.logo-wrapper img {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 10px;
    box-sizing: border-box;
    margin:0 !important;
}
hr {
    border-top:1px solid black;
    border-bottom:1px solid black;
    height:6px;
}
.button {
    border:1px solid black;
    background:none;
    display:inline-block;
    padding:10px 20px;
    text-decoration:none;
    color:black;
    margin:20px;
}
.dark.button {
    text-transform: uppercase;
    color: #ed2063;
    background-color: #222d41;
}

@media screen and (max-width: 960px){
    img.display-left,
    img.display-right {
        float: none;
        margin: 20px 0;
    }
}