body {
    font-family: 'Roboto', Arial, sans-serif;
}

/*
    --------------------------------
    BRAND
 */
header {
    position: relative;
    background-color: #121325;
    color: #4e000e;
    background-image: url(../img/header-sm-bg.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 5;
}

header #nav {
    margin: 0;
    background-color: #eb9f30;
}

.is-sticky #nav {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.31);
}

#nav ul {
    padding: 0;
    margin: 0;
}

#nav li {
}

#nav a, #nav a:link, #nav a:visited {
    color: #ffffff;
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.38);
    /* margin-bottom: -1px; */
    text-align: center;
    padding: 7px;
    font-weight: 700;
    text-transform: uppercase;
}

#nav a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.18);
    text-decoration: none;
    cursor: pointer;
}

#nav a[disabled], #nav a[disabled]:hover {
    color: #ececec;
    background-color: rgba(5, 36, 83, 0.17);
    cursor: default;
}

.brand {
    text-align: center;
    padding: 12% 0;
}

.brand h1 {
    font-weight: 700;
    margin-bottom: 0.7em;
}

.brand h1 small {
}

.brand .date {
    text-align: center;
    border-top: rgb(78, 0, 14) solid 3px;
    padding: 20px 0 0 0;
    margin: 0 30px;
    font-weight: 700;
    text-transform: uppercase;
}

/*
    --------------------------------
    LINKS
 */
a:link, a:visited {
}

a:hover {
}

a:active, a:focus {
}

/*
    --------------------------------
    HIGHLIGHT
 */
.highlight-banner {
    background-color: #cc430d;
    display: block;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.highlight-banner .badge {
    color: #cc430d;
    font-size: 1em;
}

/*
    --------------------------------
    BUTTONS
 */
.btn {
}

.btn-primary {
}

.btn-secondary {
}

/*
    --------------------------------
    MENU
 */
#header #nav {
    /*colors*/
}

/*
    --------------------------------
    HEADINGS
 */
h2 {
    color: #4e000e;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5em;
}

h2 small {
}

h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #eda232;
    margin-top: 10px;
}

h2.text-center::after {
    margin-left: auto;
    margin-right: auto;
}

h3 {
}

h3 small {
}

h3::after {
    content: "";
}

.text-big {
    font-size: 1.3em;
    line-height: 1.3em;
    color: #cb4007;
    font-weight: 700;
    margin-bottom: 2em;
}

.text-small {
    font-size: .8em;
    line-height: 1.3em;
}

.small-title {
    text-transform: uppercase;
}

/*
    --------------------------------
    TABLE
 */
.table {
    font-size: 0.9em;
}

.table td, .table th , .table thead th {
    border-color: #fff;
}

.table td small, .table th small, .table thead th small {
    display: block;
    line-height: 1em;
}

.table thead tr{
    background-color: #faedc1;
    text-transform: uppercase;
}

.table tr {
    background-color: #f9f7f2;
}

.table .highlight td {
    background-color: #f2efe8;
}

/*
    --------------------------------
    CARD
 */
.place-card {
    background-color: #fff;
    padding-top: 15px;
}

.place-card .card-section {
    padding: 15px;
}

.place-card .card-section .title {
    border-left: solid 2px #eda232;
    padding-left: 15px;
    font-size: 0.9em;
    color: #eda232;
    margin-bottom: 1em;
    margin-left: -15px;
}

.place-card .card-section p {
    margin-bottom: .5rem;
    font-size: 0.9em;
}

.card-deck .card-subtitle {
    color: #eda232;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
}

.card-deck .card-title {
    color: #4e000e;
    font-weight: 700;
    margin-top: 1rem;
}

.card-deck .card-text {
    font-size: 0.8em;
}

.card-deck .card-text a {
    display: inline-block;
    margin-right: 0.7em;
}

.card-deck i[class*=icon-] {
    font-size: 2em;
}

footer {
    border-top: #eee solid 1px;
    margin: 40px 0 0 0;
    padding-top: 30px;
    text-align: center;
    font-size: 0.9em;
    color: rgb(148, 148, 148);
}

footer a:link, footer a:visited {
    color: inherit;
}

footer img {
    margin: 1em 0;
    max-width: 200px;
    width: 100%;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-intro {
    background-color: #faedc1;
}

.section-medium {
    background-color: #faf6ea;
}

.section-light {
}

.section-box {
    padding: 0;
}

.section-box > .container > .row > .col {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2196078431372549);
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.header-img {
    margin-bottom: -15%;
    text-align: center;
}

.header-img img {
    /*width: 100%;*/
    height: auto;
}

.working-modal .modal-content {
    background-color: #ECDD6E;
    text-align: center;
    font-weight: 700;
}



.modal-open .modal {
    top: 40%;
}

.lblob {
    position: relative;
}

.lblob::after {
    content: "*";
    /* position: absolute; */
    top: 9px;
    right: -5px;
    color: #C10001;
    font-size: 18px;
    margin-left: 4px;
}

.hidhlight-box {
    padding: 10px 20px;
    background-color: rgb(247, 241, 235);
    margin: 30px 0;
}

.hidhlight-box .box-label {
    text-transform: uppercase;
    font-size: 0.8em;
    margin-top: 10px;
}

.hidhlight-box strong {
}

.hidhlight-box a {
}

.ng-valid.form-control:focus {
    border-color: #b1eca2;
    box-shadow: 0 0 0 0.2rem rgba(12, 160, 24, 0.16);
}

.card-deck .card {
    background-color: #fbfaf8;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
    border: none;
    min-width: 270px;
    margin-left: .5rem;
    margin-right: .5rem;
}



.msg-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.67);
    overflow: hidden;
    transition: bottom .6s;
}
.msg-overlay.open {
bottom: 0;
}


.msg-overlay .msg-content {
    background-color: #fff;
   width: 100%;
    max-width: 300px;
    min-height: 260px;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -70%);
    padding: 20px;
}
.msg-overlay.working-modal  .msg-content{
     background-color: #eda232;
    font-weight: 700;
}

.msg-overlay.error-modal  .msg-content{
    color: #AF0204;
    font-weight: 700;
    max-width: 500px;
}


.msg-overlay.success-modal  .msg-content {
    background-color: #65F59E;
    text-align: center;
    font-weight: 700;
    width: 100%;
    max-width: 500px;
}




/**
 * TABLET
*/
@media all and (min-width: 765px) {
    h1 {
        font-size: 3.1em;
    }

    header #nav {
        position: -webkit-sticky;
        position: sticky;
        /* position: fixed; */
        top: 0;
        z-index: 9;
        display: block;
        height: 54px;
    }

    #nav ul {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    #nav li {
        display: table-cell;
        margin-left: -1px;
    }

    #nav a, #nav a:link, #nav a:visited {
        padding: 15px;
        border-bottom: none;
        border-right: solid 1px rgba(255, 255, 255, 0.38);
    }

    #nav li:not(:last-child) a {
        /* border-right: none; */
    }

    #nav li:first-child a {
        border-left: solid 1px rgba(255, 255, 255, 0.38);
    }

    #nav li:last-child a {
        /* border-radius: 0 30px 30px 0; */
    }

    .text-big {
        font-size: 2em;
    }
}

/**
 * DESKTOP SMALL
*/
@media all and (min-width: 996px) {
    body {
        /*font-size: 16px;*/ /*line-height: 1.5em;*/
    }

    header {
        background-image: url(../img/header-bg.jpg);
    }

    h1 {
        /* margin-top: 15%; */
    }

    .brand .date {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.4em;
    }

    .columns-2 {
    }

    header #nav {
        /* margin: 40px 0 60px; */
    }

    #nav ul {
    }

    #nav li {
    }

    #nav a {
    }

    .hidhlight-box {
        /* column-count: 2; */
        /* column-gap: 30px; */
        padding: 10px 30px 20px;
    }

    .text-big {
        margin: 1em 0;
    }

    .section-box > .container > .row > .col {
        padding-right: 30px;
        padding-left: 30px;
    }

    .section-intro {
        background-image: url(../img/intro.jpg);
        background-position: center top;
    }
}

/**
 * BIG DESKTOP
*/
@media all and (min-width: 1200px) {
    .brand {
        padding: 10% 0;
    }

    .brand h1 {
        font-size: 4em;
    }

    .section-box > .container > .row > .col {
        padding-right: 50px;
        padding-left: 50px;
    }
}
