/* Style the navbar */
#navbar {
    overflow: hidden;
    background-color: rgb(70, 105, 182);
    /*z-index: 2;*/
    z-index:99 !important;
}

    /* Navbar links */
    #navbar a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px;
        text-decoration: none;
    }

.video-window {
    width: 600px;
}

/* Page content */
.content {
    padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
    .sticky + .content {
        padding-top: 60px;
    }

.packages {
    /* text-align:center; */
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.package {
    /* min-width: 400px; */
    width: auto;
    color: black;
    font-weight: bold;
    /* background:green; */
    /* From https://css.glass */
    /* From https://css.glass */
    /* border:solid 1px white; */
    margin: 20px;
    /* padding: 20px; */
}

.month {
    width: 100px;
    height: 100px;
}

.circular {
    height: 150px;
    width: 150px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.bronze {
    background-color: rgba(254, 162, 57, 0.4);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.3px);
    -webkit-backdrop-filter: blur(5.3px);
    border: 1px solid rgba(254, 162, 57, 0.18);
}

.silver {
    /* From https://css.glass */
    background: rgba(155, 155, 155, 0.6);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.3px);
    -webkit-backdrop-filter: blur(5.3px);
    border: 1px solid rgba(155, 155, 155, 0.18);
}

.gold {
    background: rgba(255, 212, 94, 0.64);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.3px);
    -webkit-backdrop-filter: blur(5.3px);
    border: 1px solid rgba(255, 212, 94, 0.18);
}

.platinum {
    background: rgba(155, 155, 155, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.3px);
    -webkit-backdrop-filter: blur(5.3px);
    border: 1px solid rgba(155, 155, 155, 0.18);
}

.review {
    margin-top: 50px;
    padding: 20px 50px 10px 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    background-color: rgba(255,255,255,1);
    color: rgba(0, 0, 0, 0.8);
}

    .review h4 {
        font-size: 36px;
    }

    .review p {
        font-size: 28px;
        color: rgba(0, 0, 0, 0.87);
    }

.review1 {
    text-align: center;
    margin-top: 50px;
    padding: 20px 50px 10px 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    background-color: rgba(255,255,255,0.8);
    color: rgba(0, 0, 0, 0.8);
}

.review h4 {
    color: rgba(0, 0, 0, 0.8);
}

.review1 h4 {
    color: rgba(0, 0, 0, 0.8);
}

.review-star {
    color: gold;
}

.main.discount-packages {
    background-color: #fff;
    color: rgba(255, 255, 255, 0.75);
    background-attachment: fixed, fixed;
    /* background-image: url("images/overlay1.png"), url("../../images/Back_3_masked.png"); */
    /*they say pain becomes art but no one tells you that it still hurts*/
    background-image: url("../../images/Back_3_masked.png");
    background-size: auto,
}

.mobile-nav {
    overflow: hidden;
    background-color: #333;
    /*position: relative;*/
    z-index: 2;
}

    .mobile-nav .title-bar {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        background-color: rgb(70, 105, 182);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Hide the links inside the navigation menu (except for logo/home) */
    .mobile-nav #myLinks {
        display: none;
    }

    /* Style navigation menu links */
    .mobile-nav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .mobile-nav .visible-links {
        padding: 0;
        margin: 0;
        display: inline;
    }

    /* Style the hamburger menu */
    .mobile-nav a.icon {
        display: inline;
        /*position: absolute;*/
        /* right: 0;
        top: 0;*/
    }

    /* Add a grey background color on mouse-over */
    .mobile-nav a:hover {
    }

    /* Style the active link (or home/logo) */
    .mobile-nav .active {
        background-color: #04AA6D;
        color: white;
    }
.map-modify{
    display:block;
    width:600px;
    height:600px;
    object-fit:cover;
}
.map-modify img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.carousel {
    height: 600px;
    width: 600px;
    align-content: center;
    display: inline-block;
}

.invoice-background {
    background-image: url('images/Back_3_masked.png');
}

.header.major::after {
    background: white;
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    #navbar {
        display: none;
    }

    .carousel {
        width: 300px;
    }

    .carousel-item {
        width: 300px;
    }

    .invoice {
        padding: 10px;
    }
    .map-modify {
        width: 300px;
        height: 300px;
    }
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
    #navbar {
        display: none;
    }

    .video-window {
        width: 600px;
        height: 350px;
    }

        .video-window iframe {
            width: 100%;
            height: 100%;
        }

    .carousel {
        width: 300px;
    }

    .carousel-item {
        width: 300px;
    }
    .map-modify {
        width: 600px;
        height: 600px;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    #navbar {
        display: block;
    }

    .video-window {
        width: 600px;
        height: 350px;
    }

        .video-window iframe {
            width: 100%;
            height: 100%;
        }

    .mobile-nav {
        display: none;
    }

    .carousel {
        width: 600px;
    }

    .carousel-item {
        width: 600px;
    }

    .invoice {
        margin: 50px;
        padding: 30px;
    }
    .map-modify {
        width: 700px;
        height: 700px;
    }

    /* Styles */
}
