﻿@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.woff2') format('woff2'), url('Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.woff2') format('woff2'), url('Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('RobotoSlab-Regular.woff2') format('woff2'), url('RobotoSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    padding-bottom: 20px;
    background: #fff !important;
    font-family: 'Roboto', sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}

.form-control {
    background: #fff !important;
    font-size: 1em !important;
    line-height: 1em !important;
    border-color: #fff !important;
    border-radius: 0px !important;
    height: 45px;
    border: 1px solid #a5a5a5 !important;
    padding: 0 15px !important;
    color: #3a3533 !important;
}
.form-control:focus
{
    border:none;
    box-shadow:none;
}
.control-label {
    margin-bottom: 0px;
    color: #3a3533 !important;
}

.nopadding {
    padding: 0px;
}

.nomargin {
    margin: 0px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.row-eq-height {
    display: flex;
}

.col-centered {
    float: none;
    margin: 0 auto;
}


.field-validation-error, .validation-summary-errors
{
    color:red;
}


.btn-success {
    font-family: "Roboto Slab",serif !important;
    font-size: 16px !important;
    color: #fff !important;
    background: #e81c24 !important;
    background: #e81c24 !important;
    padding: 15px !important;
    font-family: "Roboto Slab",serif !important;
    color: #fff !important;
    text-align: center !important;
    line-height: 1 !important;
    box-shadow: none !important;
    border: 1px solid #e81c24 !important;
    border-radius: 4px !important;
    transition: all ease .3s !important;
}

    .btn-success:hover {
        background: #000 !important;
    }


h2{
 font-size:2rem;
}

@media(max-width: 767px) {
    h2 {
        font-size: 1.5rem;
    }
}



    .btn-success:hover {
        background-color: #000 !important;
    }


    .btn-danger {
        background: #e3201b !important;
        box-shadow: none !important;
        border-radius: 13px !important;
        font-weight: bold;
        padding: 16px 35px !important;
        font-family: "Raleway",Arial,Helvetica,sans-serif !important;
        font-size: 18px !important;
        font-weight: bold !important;
        color: #fff !important;
        text-align: center !important;
        line-height: 1em !important;
    }

        .btn-danger:hover {
            filter: brightness(1.05);
        }
