body {
    background: #e0e6e4;
    font-family: "Times New Roman", Times, serif;
    color: #071c23;
}
h1, h2, h3, h4, legend, .input-group-label, .button  {
    font-family:'Fjalla One', sans-serif;
}

.qty1 {
    /*display: none;*/
}
.barOption {
    padding:1em 2em;
    margin:1em 0em;
}

.fieldset legend {
    background: #e0e6e4;
    font-size: 1.375rem;
}

input, select, textarea, [type="checkbox"], [type="radio"], .input-group-label, .barOption, .fieldset {
    border:1px solid  #071c23;
}
label {
    color:#071c23;
}

.input-group-label {
    background: #071c23;
    color:#fff;
}

.button {
    background-color: #071c23;
}
.button:hover, .button:focus {
    background-color: #258dad;
}
.small {
    font-size: .75rem;
}
#title-wrap, h1, h2 {
    text-align: center;
}
#title-wrap {
    padding: 1rem 0;
    margin-bottom:2rem;
    border-bottom:1px solid #071c23;
}
#title-wrap img {
    max-width: 90%;

}
h2 span {
    font-size: 75%;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #fefefe;
}