body {
    font-family: "proxima-nova-condensed",sans-serif;
}
/* Not loading this one for now  due to larger file size.
@font-face {
    font-family: 'StayClassyDuoScriptBrush';
    src: url('StayClassyDuoScriptBrush.woff2') format('woff2'),
        url('StayClassyDuoScriptBrush.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'StayClassyDuoScript';
    src: url('StayClassyDuoScript.woff2') format('woff2'),
        url('StayClassyDuoScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'StayClassyDuoSerif';
    src: url('StayClassyDuoSerif.woff2') format('woff2'),
        url('StayClassyDuoSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.clear-float {
    clear:both;
}

.highlight {
    color: #AD8744;
}

img.display-left {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}

img.display-right {
    float:right;
    margin-left:20px;
    margin-bottom:20px;
}
div.tiles {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
div.tile, h2.tile, a.tile {
    display:inline-block;
    text-align:center;
    margin:10px;
    font-size:24px;
    text-decoration:none;
    color: #AD8744;
}
div.tile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: 250px;
    align-self: flex-start;
    font-size:30px;
    align-items: stretch;
}
.tile h2 {
    font-size:24px;
}
.tile-img-wrap {
    background-position:center;
    background-size: cover;
    width:250px;
    height:250px;
}
.tile-img-wrap.circle,
img.circle {
    border-radius:50%;
    background-color:#F5F0ED;
    background-size:50%;
    background-position:center;
    background-repeat:no-repeat;
}
.tile.border {
    border:1px solid #AD8744;
}
h1,h2,h4 {
    color:#AD8744;
    font-family: 'StayClassyDuoSerif';
}
h2 {
    font-weight:normal;
    font-size: 36px;
}

.button {
    background-color:#AD8744;
    color:#fff;
    display:inline-block;
    padding:15px;
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
    border:none;
    text-transform: uppercase;
    cursor:pointer;
}
.button.inverse {
    border: 1px solid #AD8744;
    color: #AD8744;
    background:#fff;
}

h1 .cursive {
    font-family: 'StayClassyDuoScript';
    font-size: 100px;
    text-transform: none;
    font-weight:normal;
    line-height:1;
}

h2 .cursive {
    font-family: 'StayClassyDuoScript';
    font-size: 50px;
    text-transform: none;
    font-weight:normal;
    color:#000;
    -moz-osx-font-smoothing: grayscale;
    line-height:1;
}

@media only screen and (max-width: 760px) {
    h1, h2, h2, h4 {
        line-height: 1.1;
    }
    h1 .cursive {
        font-size: 60px;
    }
    h2 .cursive {
        font-size: 40px;
    }
    img.display-left,
    img.display-right {
        float: none;
        margin: 20px 0;
    }
}