/* ---------- GLOBAL STYLES ---------- */

body {
    background-color: #ffcc00;
    font-family: "Afacad Flux";
    font-weight: 500;
    margin: 0;
    padding: 0;
}

nav {
    background-color: #000;
    height: 6vh;
    padding: 0 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 10;
}

#a_link img {
    display: block;
}

.badges {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;

}

.badge.google { 
    transform: scale(1.4);
}

.badge {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: auto;
    object-fit: contain;
}

.Socialmed {
    display: flex;
    gap: 10px;
}

.SMbuttons img {
    display: block;
    height: 25px;
}

h1, p, ul, li {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 4vw;
    margin-left: 4%;
}

p {
    font-size: 1.7vw;
    margin-left: 0;
}

.horizontal-list {
    text-align: center;
    font-size: 1.7vw;
    color: white;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1vh;
  }
  
  .horizontal-list .dot {
    padding: 0 10px;
  }
  
  .pickupstitle {
    font-size: 3vw;
    text-align: center;
    margin-top: 3vh;
    font-weight: bold;
  }
  

.pickups {
    list-style-type: disc;
}

.booker {
    display: block;
    margin: 5% auto;
    width: 90%;
    height: 50vh;
    border: 5px solid #ffcc00;
    border-radius: 25px;
    box-sizing: border-box;
  }

#Logo {
    display: block;
    margin: 10% auto 0 auto;
    width: 20%;
    height: auto;
}

.Banner2 {
    background-image: url("Banner2.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blankpage {
    background-image: url("Banner3Blurred.png");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 2% 0;
    color: white;
    height: 50vh;
    overflow: hidden;
    padding-bottom: 40vh;

}

.white_border {
    height: 0.5vh;
    background-color: white;
}

.yellow_border {
    height: 5vh;
    background-color: #ffcc00;
}

.newreview {
    display: block;
    text-align: center;
    margin: 8vh 10vh auto 10vh;
    font-size: 8vh;
    padding: 0;
    border-radius: 5vh;
    background-color: white;
    color:#ffcc00;
    text-decoration: none;
}

.newreview:hover{
    background-color:#1a9c00;
    color:#ffffff;
}

.trust-widget {
    width: 100%;
    text-align: center;
    padding: 2vh 0;
}

/* Hide these new mobile badges by default */
.app-badges-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2vh;
    margin: 4vh auto;
    text-align: center;
  }
  
  /* Size styling for the mobile app badges */
  .app-badge {
    width: 60vw;
    max-width: 250px;
    height: auto;
  }

/* ---------- MOBILE STYLES ---------- */

@media only screen and (max-width: 600px) {

    nav {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 2vh 10vw;
    }

    #a_link img {
        height: 40px;
    }

    .badges {
        flex-direction: column;
        align-items: center;
        margin: 1vh 0;
    }

    .badge {
        width: 60vw;
    }

    .booker {
        display: none;
      }
    
    .app-badges-mobile {
        display: flex;
      }

    .Socialmed {
        display: none;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 10px;
        gap: 30px;
    }

    .SMbuttons img {
        display: block;
        height: 40px;
    }

    .pickupstitle {
        font-size: 10vw;
        text-align: center;
        margin-top: 3vh;
        font-weight: bold;
      }

    .blankpage {
        background-image: url("Banner3Blurred.png");
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        padding: 2% 0;
        color: white;
        height: 30vh;
        overflow: hidden;
        padding-bottom: 50vh;
    }

    h1 {
        font-size: 10vw;
        margin-left: 4%;
    }

    .horizontal-list {
        text-align: center;
        font-size: 4vw;
        color: white;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 1vh;
      }

    .booker {
        display: none;
    }

    #Logo {
        width: 40%;
        margin-top: 10%;
    }

    .Banner2 {
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    }

    .blankpage {
        background-position: center;
        padding: vh 2vw;
    }
}
