@import url('https://fonts.googleapis.com/css?family=Open Sans|Open Sans Condensed');
body {
    font-family: 'Open Sans Condensed', sans-serif;
}

.clear-float {
    clear:both;
}

.highlight {
    color:#808080;
}
.highlight-secondary {
    color:#fbd217;
}
.white {
    color:#ffffff;
}
.black {
    color:#000000;
}

img.display-left {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

img.display-right {
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}
h1 {
    font-size:2em; /* override chrome style for :-webkit-any(article,aside,nav,section) h1 setting h1 to same size as h2 */
}
h1,h2,h3 {
    font-family:'Open Sans', sans-serif;
    color:#fbd217;
    text-transform:uppercase;
}
.row {
    display:table;
    width:100%;
}
.col {
    display:table-cell;
    vertical-align:top;
    padding:20px;
}
.col.half {
    width:50%;
}
.col.bg {
    background-position:center;
    background-size:cover;
}
.button {
    font-size:1.5em;
    font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    border:5px solid #808080;
    padding:1.5em;
    text-decoration:none;
    color:inherit;
    transition:background 1s ease;
    margin:1.5em;
    display:inline-block;
}
.button:hover {
    background:#808080;
}