:root {
    --bs-primary: #FF6F00;
    --bs-link-color: var(--bs-primary);
    --bs-link-color-rgb: 255, 111, 0;
    --bs-border-radius: 18px;

    --kpg-highlight-text-color: #1E5F5D;
    --kpg-highlight-text-color-as-rgba: rgba(30,95,93,0.5);
    --kpg-default-space: 20px;


}

.btn-primary{
    --bs-btn-bg:var(--bs-primary);
    --bs-btn-border-color:var(--bs-primary);
    --bs-btn-hover-bg: #ff8526;
    --bs-btn-hover-border-color: #ff7d1a;
    --bs-btn-active-bg: #ff8c33;
    --bs-btn-active-border-color: #ff7d1a;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

body, html {
    height: 100%;
    font-family: 'avenir next', avenir, 'helvetica neue', helvetica, roboto, noto, ubuntu, 'segoe ui', arial, sans-serif;
}


.text-small {
    font-size: 0.75rem;
}


.highlight-text {
    color: var(--kpg-highlight-text-color)
}


h1, h2, h3, h4, h5, h6, p, div {
    color: var(--kpg-highlight-text-color)
}


.breadcrumbs {
    margin-bottom: var(--kpg-default-space);
}


.logo {
    max-width: 620px;
    margin-bottom: 50px;
}

.highlight-filter {
    margin-top: var(--kpg-default-space);
    margin-bottom: 30px;
}


footer {
    min-height: 100px;
    padding-top: var(--kpg-default-space);
    background-color: #F5F5F5;
    border-top: 1px #eaeaea solid;
}


.bottom-nav {
    text-align: center;
    margin-top: var(--kpg-default-space);
    padding-bottom: var(--kpg-default-space);
}


.project {
    margin-top: var(--kpg-default-space);
}


.social {
    margin-top: var(--kpg-default-space);

    img {
        height: 35px;
    }

    a {
        margin-left: 10px;
        margin-right: 10px;
    }
}


.legals {
    margin-top: var(--kpg-default-space);
}


.footer-menu-content {
    text-align: left;
    margin-bottom: var(--kpg-default-space);
}


.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;

    .checkbox {
        font-weight: 400;
    }

    .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;

        &:focus {
            z-index: 2;
        }
    }

    input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}


.list-checkmark {
    list-style-type: '\2713 ';

    li {
        padding-left: 5px;
    }
}

.booking-system-pricing {
    font-size: 2rem;
    font-weight: 600;
}

/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    /* Set a specific height */
    height: 50%;
    position: relative;
    margin-bottom: var(--kpg-default-space);
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    h1 {
        color: white;
    }
}


/*//.last-visitors img {*/
/*  //  height: 30px;*/
/*  //  border-radius: 100%;*/
/*  //  border: 4px solid #fff;*/
/*  //}*/

.pagination {
    float: right;
}

.list-action-top {
    margin-top: 20px;
    text-align: right;
    width: 100%;
    display: inline-block;
}

.list-action-filter {
    background-color: var(--kpg-highlight-text-color-as-rgba);

    border-radius: var(--bs-border-radius);

    padding: 20px 10px 10px;

    label {
        color: white;
    }

    button {
        height: 100%;
    }
}

.btn-remove-filter {
    border-radius: var(--bs-border-radius);

    &:before {
        display: inline-block;
        content: "\00d7";
        color: red;
    }
}


.park {
    margin-bottom: var(--kpg-default-space);

    .card {
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35), 1px 1px 5px rgba(0, 0, 0, 0.5);
    }

    .card-title {
        color: white;
    }

    .card-img {
        filter: brightness(75%);
        object-fit: cover;
    }

    .card-text {
        display: none;
    }

    h3 {
        display: block;
    }

/*//&:hover {*/
/*//  .card-text {*/
/*//    display: block;*/
/*//  }*/
/*//*/
/*//  h3 {*/
/*//    display: none;*/
/*//  }*/
/*//}*/
}
