/* ------------------------------------------------------------------
Project: Semantic
Place here your custom CSS styles
------------------------------------------------------------------ */
optgroup {
 font-size: 12px;
 font-family: "Inconsolata", sans-serif;
}

.optgroup {
 font-size: 11px;
 font-family: "Inconsolata", sans-serif;
 color: #999;
 padding: 5px;
 text-transform: uppercase;
}

.johnhardimon {
    font-family: 'Lora', serif !important;
}

.caption-content2 {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding-top: 200px;
}

.black {
    color: #000;
}

@media only screen and (min-width: 800px) {
    .majic {
        font-size: 1.1vw;
        font-family: "Open Sans", Verdana, sans-serif;
    }
}

.offset {
  position: absolute;
  left: 80%;
}

.m-b-40 {
    margin-bottom: 40px;
}


