@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');

a {
    text-decoration: none;
    color: inherit;
}

p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 15px;
}

.hr {
    width: 100%;
    height: 1px;
    background-color: #eee;
}

.google-map {
    margin-bottom: 30px;
}

/* BOOTSTRAP */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.2;
    font-weight: 700;
}

h1,
.h1 {
    font-size: 3rem;
    margin: 5px 0 25px 0;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
}
    /**
    h1:after,
    .h1::after {
        content: '//';
        margin-left: 5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: #cc0000;
        letter-spacing: -14px;
        display: inline-block;
        vertical-align: top;
    }
    **/

h2,
.h2 {
    font-size: 2.4rem;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

h2:after,
.h2::after {
    content: '//';
    margin-left: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #cc0000;
    letter-spacing: -6px;
    display: inline-block;
    vertical-align: top;
}


h3,
.h3 {
    font-size: 1.8rem;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

h3:after,
.h3::after {
    content: '//';
    margin-left: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #cc0000;
    letter-spacing: -4px;
    display: inline-block;
    vertical-align: top;
}

h4,
.h4 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
}

h5,
.h5 {
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
}

h6,
.h6 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-shadow {
    text-shadow: 0 1px #000;
    -moz-text-shadow: 0 1px #000;
    -webkit-text-shadow: 0 1px #000;
    -o-text-shadow: 0 1px #000;
}

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

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

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

.text-white {
    color: #ffffff !important;
    transition: all 0.5s ease;
}

.text-lightgrey {
    color: #dddddd !important;
    transition: all 0.5s ease;
}

.text-grey {
    color: #666666;
    transition: all 0.5s ease;
}

.small {
    color: #666666;
    font-size: 0.8rem;
}

.italic {
    font-style: italic;
    font-size: 0.8rem;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}


.badge {
    display: inline-block;
    padding: 5px;
    font-size: 0.8rem;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-bottom: 10px;
}

.badge-xl {
    display: inline-block;
    padding: 6px;
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-top: 25px;
}

.badge-100 {
    width: 100%;
    margin: 15px 0;
}

a.badge:hover,
a.badge:focus,
a.badge-xl:hover,
a.badge-xl:focus {
    text-decoration: none;
}

.badge-red {
    background-color: #cc0000;
    color: #fff;
}

.badge-black {
    background-color: #000000;
    color: #fff;
}

.badge-white {
    background-color: #ffffff;
    color: #000000;
}







table {
    margin-bottom: 30px;
}

table p {
    margin-bottom: 5px;
}

table img {
    max-width: 60px;
    height: auto;
}


.table2 td {
    vertical-align: middle !important
}

.table2 {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table2 td,
.table2 th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table2 thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table2 tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table2-sm td,
.table2-sm th {
    padding: .3rem
}

.table2-bordered {
    border: 1px solid #dee2e6
}

.table2-bordered td,
.table2-bordered th {
    border: 1px solid #dee2e6
}

.table2-bordered thead td,
.table2-bordered thead th {
    border-bottom-width: 2px
}

.table2-borderless tbody + tbody,
.table2-borderless td,
.table2-borderless th,
.table2-borderless thead th {
    border: 0
}

.table2-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table2-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .025)
}

.table2-primary,
.table2-primary > td,
.table2-primary > th {
    background-color: #b8daff
}

.table2-primary tbody + tbody,
.table2-primary td,
.table2-primary th,
.table2-primary thead th {
    border-color: #7abaff
}

.table2-hover .table2-primary:hover {
    background-color: #9fcdff
}

.table2-hover .table2-primary:hover > td,
.table2-hover .table2-primary:hover > th {
    background-color: #9fcdff
}

.table2-secondary,
.table2-secondary > td,
.table2-secondary > th {
    background-color: #d6d8db
}

.table2-secondary tbody + tbody,
.table2-secondary td,
.table2-secondary th,
.table2-secondary thead th {
    border-color: #b3b7bb
}

.table2-hover .table2-secondary:hover {
    background-color: #c8cbcf
}

.table2-hover .table2-secondary:hover > td,
.table2-hover .table2-secondary:hover > th {
    background-color: #c8cbcf
}

.table2-success,
.table2-success > td,
.table2-success > th {
    background-color: #c3e6cb
}

.table2-success tbody + tbody,
.table2-success td,
.table2-success th,
.table2-success thead th {
    border-color: #8fd19e
}

.table2-hover .table2-success:hover {
    background-color: #b1dfbb
}

.table2-hover .table2-success:hover > td,
.table2-hover .table2-success:hover > th {
    background-color: #b1dfbb
}

.table2-info,
.table2-info > td,
.table2-info > th {
    background-color: #bee5eb
}

.table2-info tbody + tbody,
.table2-info td,
.table2-info th,
.table2-info thead th {
    border-color: #86cfda
}

.table2-hover .table2-info:hover {
    background-color: #abdde5
}

.table2-hover .table2-info:hover > td,
.table2-hover .table2-info:hover > th {
    background-color: #abdde5
}

.table2-warning,
.table2-warning > td,
.table2-warning > th {
    background-color: #ffeeba
}

.table2-warning tbody + tbody,
.table2-warning td,
.table2-warning th,
.table2-warning thead th {
    border-color: #ffdf7e
}

.table2-hover .table2-warning:hover {
    background-color: #ffe8a1
}

.table2-hover .table2-warning:hover > td,
.table2-hover .table2-warning:hover > th {
    background-color: #ffe8a1
}

.table2-danger,
.table2-danger > td,
.table2-danger > th {
    background-color: #f5c6cb
}

.table2-danger tbody + tbody,
.table2-danger td,
.table2-danger th,
.table2-danger thead th {
    border-color: #ed969e
}

.table2-hover .table2-danger:hover {
    background-color: #f1b0b7
}

.table2-hover .table2-danger:hover > td,
.table2-hover .table2-danger:hover > th {
    background-color: #f1b0b7
}

.table2-light,
.table2-light > td,
.table2-light > th {
    background-color: #fdfdfe
}

.table2-light tbody + tbody,
.table2-light td,
.table2-light th,
.table2-light thead th {
    border-color: #fbfcfc
}

.table2-hover .table2-light:hover {
    background-color: #ececf6
}

.table2-hover .table2-light:hover > td,
.table2-hover .table2-light:hover > th {
    background-color: #ececf6
}

.table2-dark,
.table2-dark > td,
.table2-dark > th {
    background-color: #c6c8ca
}

.table2-dark tbody + tbody,
.table2-dark td,
.table2-dark th,
.table2-dark thead th {
    border-color: #95999c
}

.table2-hover .table2-dark:hover {
    background-color: #b9bbbe
}

.table2-hover .table2-dark:hover > td,
.table2-hover .table2-dark:hover > th {
    background-color: #b9bbbe
}

.table2-active,
.table2-active > td,
.table2-active > th {
    background-color: rgba(0, 0, 0, .025);
    padding: 10px;
}

.table2-active2,
.table2-active2 > td,
.table2-active2 > th {
    background-color: rgba(0, 0, 0, .05);
    padding: 10px;
}
