body {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 19px;
    color: black;
}
section {
    width: 100%;
}
h1,
h2,
h3,
h4 h5 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    font-family: 'Proxima Nova Bold';
}

h1 {
    font-size: 47px;
}

h2 {
    font-size: 40px;
    margin-bottom: 100px;
    line-height: 50px;
}

h3 {
    font-size: 26px;
    text-transform: none;
    text-align: left;
}

h4 {
    font-size: 22px;
    font-family: 'Proxima Nova Bold';
}
 body .content small {
    color: white;
    line-height: 1.2em;
}
img {
    width: 100%;
}

section {
    padding: 100px 0;
    overflow-x: hidden;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 30px;
}

.mb-3 {
    margin-bottom: 30px;
}

.br-1 {
    border-radius: 10px;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.btn {
    font-size: 18px;
    font-family: 'Proxima Nova Bold';
    color: white;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 22px;
    box-shadow: 0 10px 25px 0px rgba(255, 118, 0, 0.45);
    transition: all 0.5s;
}

.btn:hover {
    color: white;
}

.btn.blue {
    background: #404b9d;
    width: 100%;
    box-shadow: 0 10px 25px 0px rgba(75, 91, 213, 0.45);
}

.btn.blue:hover {
    background: #4d5fe2;
}

button {
    outline: none !important;
}

.btn.yellow {
    background: #da5f1f;
    width: 100%;
}

.btn.yellow:hover {
    background: #e23111;
}

form {
    text-align: center;
}

.form-control {
    height: auto;
    padding: 9px 18px;
    margin-top: 10px;
    font-size: 19px;
    border-radius: 7px;
    font-weight: 300;
    box-shadow: none;
    border: 2px solid transparent;
    transition: border 0.5s;
}

.form-control:hover {
    border: 2px solid #5b8fff;
}

.form-header div {
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Bold';
}

.form-header {
    font-size: 22px;
    font-family: 'Proxima Nova Bold';
    line-height: 1.2em;
}

.clear-x {
    clear: both;
}

.digit {
    font-family: 'Enhanced Led Board-7';
    font-size: 70px;
}

/*****************   IE   ******************/

/* .col-md-3 {
    width: 25%;
    float: left;
}

.col-md-4 {
    width: 33.33%;
    float: left;
}

.col-md-6 {
    width: 50%;
    float: left;
} */
.red {
    color: #c01814;
}
.large {
    font-size: 26px;
}