/* Links */
body{
    background-color: #eeeeee;
}

.navbar{
    background-color: rgba(255, 255, 255, 0.8);
}

.navbar-logo{
    max-height: 2.45rem;
}

.navbar-brand-text:hover{
    color: #666;
}

.navbar-toggler{
    border: none;
}

.nav-link:hover{
    color: #000!important;
}

a.link-light {
    color: #16778d !important;
    text-decoration: none;
    transition: color 0.05s;
}

a.link-light:hover {
    color: #4CCDF1!important;
}

/* Header Section */
.header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("images/header-image.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
    text-align: center;
    color: #ffffff;
}

.header__logo {
    width: 20rem;
}

.header__title {
    font-size: 3rem;
    margin-top: 1rem;
    font-weight: bold;
}

.header__subtitle {
    font-size: 1.5rem;
    font-weight: bold;
}

.header__link{
    color: white;
    text-decoration: none;
}

.header__link:hover{
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.btn-header{
    padding: 12px 25px;
    border: 1px solid #fddc2c;
    border-radius: 2px;
    color: #444444;
    text-transform: uppercase;
    font-size: 1.1rem;
    background-color: #fddc2c;
}

.btn-header:hover{
    color: #333333;
    border: 1px solid #333333;
    background-color: rgba(253, 220, 44, 0.7);
}
/* Route Section */

.bold{
    font-weight: bold;
}

.aims--section{
}
.card{
    font-size: 1.5rem;
    font-weight: 800;
    padding: 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 15rem;
    max-width: 80%;
    border-radius: 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 1);
}

.card-1{
    background-image: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.2)), url(images/card1.webp);
}

.card-2{
    background-image: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.2)), url(images/card2.webp);
}

.card-3{
    background-image: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.2)), url(images/card3.webp);
}

.social-links{
    font-size: 1.75rem;
}

.text-description{
    font-weight: lighter;
}

.square-container {
    overflow: hidden;
}

.square-container img {
    width: 100%;
    height: auto;
    display: block;
}
/* join Section */
.join {
    background-image: linear-gradient(rgba(50, 50, 50, 0.6), rgba(50, 50, 50, 0.6)), url("images/join-background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
    color: white;
}

.join .btn{
    border: 1px solid white;
    color: #333333;
    background-color: white;
}
.join .btn:hover{
    border: 1px solid white;
    background-color: rgba(133,133,133,0.7);
    color: white;
}

.join__title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.join__description {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.join__text {
    font-size: 1.2rem;
    line-height: 1.6;
}

/* Route Section */
.route {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 4rem 0;
    color: #343a40;
}

.route__title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.route__description {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.image-flags{
    max-width: 600px;
}
.img-ride-route{
    max-width: 500px;
}
.route__text {

}
.table{
    max-width: 600px;
    padding: .25rem .5rem;
}


#full-size-route{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(30,30,30,0.7);
    visibility: hidden;
}

.full-size-image{
    max-height: 90%;
    max-width: 90%;
}

.close-btn{
    position: absolute;
    top: 1rem;
    right: 1rem;
    color:white;
}

.circle-image{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rider-image{
    max-width:12em;
    width: 100%;
    height: 100%;
    display: block;
}

.charity{
    font-weight: 500;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), url("images/charity-background.webp");
}

.charity__link{
    text-decoration: none;
}

.child__voices__logo{
    position: absolute;
    right: 10rem;
    max-width: 150px;
}

.charity__img{
    max-width: 80%;
}

.donate-btn{
    font-weight: bold;
    border: 1px solid #0088e7;
    color: white;
    background-color: #0088e7;;
}
.donate-btn:hover{
    background-color: rgba(0, 136, 231, 0.41);
    color: #0088e7;
}
.title-organisers{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("images/IMG_1990.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Footer Section */
.footer {
    padding: 2rem 0;
}

.footer__image{
    height: 2rem;
}

.footer__text{
    color: #444;
    font-style: normal;
}

.footer__link {
    color: #333333;
    transition: transform 0.3s ease;
    display: inline-block;
}

.footer__text{
    color: #333333;
}

.footer__link:hover {
    transform: scale(1.1);
}

.footer__link_logo {
    max-height: 2.5rem;
}

/*.footer__links a:hover {*/
/*    color: #111;*/
/*    text-decoration: none;*/
/*}*/

.footer__link-depeloper{
    color: #333333;
    text-decoration: none;
}
.footer__link-depeloper:hover{
    color: #888;
}

@media only screen and (max-width: 600px) {
    .image-flags {
        max-width: 300px;
    }
    .img-ride-route{
        max-width: 300px;
    }
    .child__voices__logo{
        position: absolute;
        right: 1rem;
        max-width: 60px;
    }
}

