/* Mobile */
@media (max-width: 767px){
    h1, .h1 {
        font-weight: 600;
        font-size: 30px;
    }

    .h2, h2 {
        font-size: 25px;
    }

    .h3, h3 {
        font-size: 20px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #212020;
    }

    .navbar-collapse a, .navbar-collapse i {
        color: #fff;
    }

    .navbar-toggler {
        padding: 0;
        font-size: 25px;
        line-height: 1;
        color: #fff;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        transition: var(--bs-navbar-toggler-transition);
    }

    .navbar-toggler i {
        color: #fff;
        font-size: 25px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: 0;
    }

    .navbar {
        padding: 10px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
        padding: 0 15px 20px;
    }

    .header .nav-item {
        display: inline-flex;
        justify-content: center;
    }

    .home-page-header {
        padding: 70% 0 0 0;
    }

    .gallery, .organisations, .featured {
        padding: 10% 0;
    }

    .carousel {
        position: relative;
        padding-bottom: 15%;
    }

    .carousel-control-next, .carousel-control-prev {
        position: absolute;
        top: 85%;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 85%;
        padding: 0;
        color: #000;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: 1;
        transition: opacity .15s ease;
        font-size: 35px;
    }

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #000;
        text-decoration: none;
        outline: 0;
        opacity: 1;
    }

    #mobiOrganisationsSlider img {
        width: 50%;
        height: auto;
    }

    .dark-bg {
        background: linear-gradient(180deg, #212020, transparent 15%, rgba(33, 32, 32, 0.6895133053221288) 38%, rgba(33, 32, 32, 0.8995973389355743) 73%, rgba(33, 32, 32, 1) 82%);
    }

    .about-header .row {
        height: 400px;
        padding-bottom: 10%;
    }

    .contact-header .row {
        height: 500px;
        padding-bottom: 10%;
    }

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

    .contact-header br {
        display: block;
    }

    .contact-header a, .contact-header i {
        line-height: 40px;
    }

    .contact {
        padding-bottom: 10%;
    }

    #map {
        height: 350px;
        width: 100%;
    }

    .footer img {
        width: 60%;
        margin-bottom: 30px;
    }
    
    .footer i {
        color: #fff;
        font-size: 20px;
    }

    .error-page {
        padding: 4vh 0;
    }

    .error-page .btn-primary {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px){
    h1, .h1 {
        font-weight: 600;
        font-size: 30px;
    }

    .h3, h3 {
        font-size: 25px;
    }

    .navbar-brand img {
        width: 70%;
        height: auto;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #212020;
    }

    .navbar-collapse a, .navbar-collapse i {
        color: #fff;
    }

    .navbar-toggler {
        padding: 0;
        font-size: 25px;
        line-height: 1;
        color: #fff;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        transition: var(--bs-navbar-toggler-transition);
    }

    .navbar-toggler i {
        color: #fff;
        font-size: 25px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: 0;
    }

    .navbar {
        padding: 10px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
        padding: 0 15px 20px;
    }

    .header .nav-item {
        display: inline-flex;
        justify-content: center;
    }

    .carousel {
        position: relative;
        padding-bottom: 15%;
    }

    .carousel-control-next, .carousel-control-prev {
        position: absolute;
        top: 85%;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 85%;
        padding: 0;
        color: #000;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: 1;
        transition: opacity .15s ease;
        font-size: 35px;
    }

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #000;
        text-decoration: none;
        outline: 0;
        opacity: 1;
    }

    #mobiOrganisationsSlider img {
        width: 50%;
        height: auto;
    }

    #carouselExample img {
        width: 60%;
        height: auto;
    }

    .about-header .dark-bg, .contact-header .dark-bg {
        background: linear-gradient(180deg, #212020, transparent 17%, rgba(33, 32, 32, 0.6895133053221288) 75%, rgba(33, 32, 32, 0.8995973389355743) 87%, rgba(33, 32, 32, 1) 100%);
    }

    .about-header .row {
        height: 400px;
        padding-bottom: 10%;
    }

    .contact-header .row {
        height: 400px;
        padding-bottom: 10%;
    }

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

    .contact-header h1 {
        font-weight: 600;
        font-size: 30px;
        padding-top: 15%;
    }

    .contact-header h2>span {
        width: 100%;
    }

    .contact-header br {
        display: block;
    }

    .contact-header a, .contact-header i {
        line-height: 40px;
    }

    .contact {
        padding-bottom: 10%;
    }

    .contact-header h2>span>ul {
        text-align: center!important;
    }

    #map {
        height: 350px;
        width: 100%;
    }

    .footer img {
        width: 40%;
        margin-bottom: 30px;
    }

    .error-page {
        padding: 16vh 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    h2, .h2 {
        font-size: 30px;
    }

    .navbar-nav {
        width: 71%;
    }

    .logo img {
        width: 80%;
    }

    #map {
        height: 400px;
        width: 100%;
    }

    .about-header .row, .contact-header .row {
        height: 500px;
    }

    .contact-header h2, .contact-header h2>a {
        font-weight: 400;
        line-height: 35px;
    }

    .contact-header h2>span {
        width: 100%;
        text-align: center;
    }

    .error-page {
        padding: 19vh 0;
    }
}

/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px){
    .about-header .row, .contact-header .row {
        height: 500px;
    }

    #map {
        height: 400px;
        width: 100%;
    }

    .contact-header h2>span {
        width: 100%;
        text-align: center;
    }

    .contact-header h2, .contact-header h2>a {
        font-weight: 400;
        line-height: 35px;
    }

    .about-header .dark-bg, .contact-header .dark-bg {
        background: linear-gradient(180deg, #212020, transparent 22%, rgba(33, 32, 32, 0.6895133053221288) 65%, rgba(33, 32, 32, 0.8995973389355743) 75%, rgba(33, 32, 32, 1) 91%);
    }

    .error-page {
        padding: 17vh 0;
    }
}

/* 14” HD Laptop */
@media (min-width: 1391px) and (max-width: 1600px){
    .navbar-nav {
        width: 90%;
    }

    h2, .h2 {
        font-size: 35px;
    }

    .contact-header h2>span {
        width: 310px;
        display: inline-block;
        vertical-align: text-top;
        text-align: start;
    }

    .error-page {
        padding: 14vh 0;
    }
}

@media (min-width: 1400px) and (max-width: 1600px){
    .navbar-nav {
        width: 77%;
    }

    #map {
        height: 700px;
        width: 100%;
    }

    .error-page {
        padding: 18vh 0;
    }
}