/* Main page styling */
html {
    font-size: 14px;
    scroll-behavior: smooth;
    position: relative;
    min-height: 100%;
    overflow: visible;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
}

p, ul, li, ol {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

:target {
    scroll-margin-top: 90px;
}

/* Nav Bar Styling */
.header-bar {
    background-color: #efdf0e;
    color: black;
    padding-top: 0px;
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
}

.call-today {
    color: black;
    font-size: 29px;
    font-weight: bolder;
}

.opening-times {
    color: black;
    font-size: 18px;
    font-weight: bolder;
}

.navbar {
    width: 100%;
    z-index: 9999;
    background-color: #efdf0e;
}

.navbar.scrolled {
    position: fixed;
    top: 0px;
}

.nav-link {
    font-family:'Century Gothic';
}

@media (min-width: 992px) {
    .nav-link {
        font-size: 20px;
    }
}

/* Carousel */
.carousel-height {
    height: 600px;
}
@media (max-width: 576px) {
    .carousel-height {
        height: 250px;
    }
}


/* Skips */
.skip-icons {
    width: 400px;
    height: 180px;
}

.covered-skip-icon {
    width: 390px;
    height: 150px;
}
.skip-bags {
    width: 75px;
    height: 75px;
    position: relative;
}

/* Tipping cards */
.card-success {
    border: 2px solid green !important;
    box-shadow: 2px 2px 10px green;
}
.card-not-success {
    border: 2px solid red !important;
    box-shadow: 2px 2px 10px red;
}
.card-header {
    font-size: 24px;
}
.card-description {
    font-size: 18px;
}
.card-WEEE-header {
    font-size: 24px;
    line-height: 1.3;
}
.card-WEEE-description {
    font-size: 14px;
}

.card {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.card img {
    width: 30px;
    height: 150px;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
}

.card-text {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), -1px -1px 3px rgba(0, 0, 0, 0.9);
}

/* Price list */
.red-text {
    color: red;
}
.text-underline {
    text-decoration: underline;
}

.per-tonne, .per-kg {
    padding-top: 0.2rem;
}

/* Contact page */
#embed-map-display img {
    max-height: none;
    max-width: none !important;
    background: none !important;
}

@media (min-width: 320px) {
    .skip-icons {
        width: 300px;
        height: 175px;
    }

    .covered-skip-icon {
        width: 300px;
        height: 150px;
    }

    .skip-bags {
        bottom: 135px;
        left: 95px;
    }

    .card-header {
        font-size: 20px;
        line-height: 1.2;
    }
    .card-description {
        font-size: 15px;
    }

    .card-WEEE-header {
        font-size: 18px;
    }

    .card-WEEE-description {
        font-size: 11px;
    }
}

@media (min-width: 576px) {
    .carousel-height {
        height: 420px;
    }
    .skip-icons {
        position: relative;
        right: 20px;
        width: 275px;
    }
    .skip-icons.big-hook {
        right: 0px;
        width: 360px;
        height: 205px;
    }
    .covered-skip-icon {
        width: 270px;
        height: 140px;
    }
    .skip-bags {
        left: 88px;
    }
}

@media (min-width: 768px) {
    .skip-icons {
        right: 32px;
    }
    .skip-bags {
        bottom: 195px;
    }
    .skip-bags.third-bag {
        bottom: 170px;
    }
    .skip-bags.skip-bags-second-row {
        bottom: 150px;
    }
}

@media (min-width: 992px) {
    .skip-icons {
        width: 320px;
        right: 21px;
    }
    .skip-bags {
        bottom: 150px;
    }
    .covered-skip-icon {
        width: 320px;
        height: 140px;
    }
    .card-WEEE-header {
        font-size: 20px;
    }

    .card-WEEE-description {
        font-size: 14px;
    }
    .card-header {
        font-size: 24px;
    }
    .card-description {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .carousel-height {
        height: 500px;
    }
    .card-WEEE-header {
        font-size: 22px;
    }
    .card-WEEE-description {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    .carousel-height {
        height: 730px;
    }

    .covered-skip-icon {
        width: 325px;
        height: 155px;
    }
}