.topImgSfe {
    background-image: url(../Images/SantaFe/sf2.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.sfe-read-more-container {
    display: flex;
    flex-direction: column;
    color: #111;
}
.sfe-container {
    padding: 2rem;
    border-radius: 5px;
    line-height: 1.3rem;
}
.sfe-read-more-text {
    display: none;
}
.sfe-read-more-btn {
    margin-top: 10px;
    color: white;
    padding: 15px 40px;
    float: right;
    background-color: #E3735E;
    box-shadow: 0 2px 5px 0 rgba(101, 144, 190, 0.25);
    cursor: pointer;
    font-style: italic;
    font-size: 15px;
    border-radius: 5px;
}
.sfe-read-more-text--show {
    display: inline;
}
.sfeSeparate {
    margin-top: 30px;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #E3735E, transparent) 1;

}
.nolaSeparate {
    margin-top: 30px;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #3d3c3c, transparent) 1;

}
/* End of Santa Fe */

/* Begining of Albuquerque */

.topImgAbq {
    background-image: url(../Images/Albuq/abq42.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

/* End of Albuquerque */
/* Begining of Pueblos */
.topImgPub {
    background-image: url(../Images/Pueblos/pub1.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;


}

/* End of Pueblos */

/* Begining of All New Mexico */

.topImgNewMex {
    background-image: url(../Images/Pueblos/pub2.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
/* End of All New Mexico */

/* Begining of New Orleans - modified */

.topImgNola {
    background-image: url(../Images/NOLA/orl55A.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
 
}
.nola-read-more-container {
    display: flex;
    flex-direction: column;
    color: #111;
}
.nola-container {
    padding: 2rem;
    border-radius: 5px;
    line-height: 1.3rem;
}
.nola-read-more-text {
    display: none;
}
.nola-read-more-btn {
    margin-top: 10px;
    color: white;
    padding: 15px 40px;
    float: right;
    background-color: #3f3c3c;
    box-shadow: 0 2px 5px 0 rgba(101, 144, 190, 0.25);
    cursor: pointer;
    font-style: italic;
    font-size: 15px;
    border-radius: 5px;
}
.nola-read-more-text--show {
    display: inline;
}


/* End of New Orleans - modified */

/* Begining of Destin and Panama City */

.topImgPan {
    background-image: url(../Images/Destin/pd3A.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

/* End of Destin and Panama City */

/* Begining of South Florida */

.topImgsFl {
    background-image: url(../Images/SFlorida/wp1.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sflAccord {
    width: 95%;
    max-width: 1280px;
    margin: 2rem auto; 
}
.sflAccord-item {
    background-color: rgb(94, 101, 103);
    margin: 1rem 0;
    border-radius: 1rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);

}
.sflAccord-item-header {
    color: whitesmoke;
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-size: large;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;

}
.sflAccord-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;

}
.sflAccord-item-header.active::after {
    content: "\002D";
}
.sflAccord-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.sflAccord-item-body-content {
    color: whitesmoke;
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #a1a29f, transparent) 1;

}
/*Key West*/
.topImgKey {
    background-image: url(../Images/KeyWest/kw59.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* End of South Florida */

/* general Next page content */
.next {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
}
.nextCont {
    color: white;
    background-color: #3f3c3c;
    padding: 5px;
    border-radius: 3px;
}

/* Begining of New York modified */

.topImgNY {
    background-image: url(../Images/NYork/ny3.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

/* Scroll to the top General */
/* .scroll-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
} */
/* to hide the button when page first loaded*/
/* .scroll-container:before {
    content: '';
    display: block;
    height: 100vh;
    pointer-events: none;
} */
/* fixes to right bottom of page*/
/* .scroll-container a {
    position: sticky;
    top: 58vh;
    cursor: pointer;
    font-size: 20px;
} */
/* .scroll {
    width: 10%;
    margin-top: 30px;
    background-color: white;
    padding: 5px; 
    border: 1px dotted rgb(40, 38, 38);
    border-radius: 5px;
    float: right;
} */
.scrollTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px 15px;
    background-color: #555151;
    color: #fff;
    border-radius: 50%;
    border-radius: 1px solid #fff;
    display: none;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.scrollTop:hover {
    background-color: #bcb8b8;
    color: #000;
}

/* Begining of Paris */
.topImgPar {
        background-image: url(../Images/Paris/par1.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 70px;
        height: 600px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
/*End of Paris */

.topImgLon {
    background-image: url(../Images/London/lon76.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.topImgHaw {
    background-image: url(../Images/Maui/ma1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

/*Begining of Cancun 23*/
.topImgCun {
    background-image: url(../Images/Cun23/deccun75.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.cun-read-more-container {
    display: flex;
    flex-direction: column;
    color: #111111;
}
.cun-container {
    padding: 2rem;
    border-radius: 5px;
    line-height: 1.3rem;
}
.cun-read-more-text {
    display: none;
}
.cun-read-more-btn {
    margin-top: 10px;
    color: white;
    padding: 15px 40px;
    float: right;
    background-color: #1873cd;
    box-shadow: 0 2px 5px 0 rgba(101, 144, 190, 0.25);
    cursor: pointer;
    font-style: italic;
    font-size: 15px;
    border-radius: 5px;
}
.cun-read-more-text--show {
    display: inline;
}

.cunAccord {
    width: 95%;
    max-width: 1280px;
    margin: 2rem auto; 
}
.cunAccord-item {
    background-color: #1873cd;
    margin: 1rem 0;
    border-radius: 1rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);

}
.cunAccord-item-header {
    color: whitesmoke;
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-size: large;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;

}
.cunAccord-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;

}
.cunAccord-item-header.active::after {
    content: "\002D";
}
.cunAccord-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.cunAccord-item-body-content {
    color: whitesmoke;
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #da8841, transparent) 1;

}
.photoSes {
    padding: 10px;
}

.topImgVV1 {
    background-image: url(../Images/VV1/vv1.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.specBodyVV1 {
    width: 95%;
    margin: auto;
    margin-top: -10px; 
    z-index: 1000;
    background-color: whitesmoke;
    text-align: center;
    font-style: italic;
    font-size: 1.4em;
    padding: 15px;
    -moz-box-shadow: inset 0 0 20px rgb(148, 144, 144);
     -webkit-box-shadow: Inset 0 0 20px rgb(148, 144 , 144);
     box-shadow: inset 0 0 20px rgb(148, 144 , 144);
 
}
.vvAccord {
    width: 95%;
    max-width: 1280px;
    margin: 2rem auto; 
}
.vvAccord-item {
    background-color: #1873cd;
    margin: 1rem 0;
    border-radius: 1rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);

}
.vvAccord-item-header {
    color: whitesmoke;
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-size: large;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;

}
.vvAccord-item-header::after {
    content: "\02C5";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;

}
.vvAccord-item-header.active::after {
    content: "\02C4";
}
.vvAccord-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.vvAccord-item-body-content {
    color: whitesmoke;
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #da8841, transparent) 1;

}
.topImgCun24 {
    background-image: url(../Images/Cun24/dec1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    height: 800px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.imgCun24 img {
    margin-top: 20px;
    width: 100%;
    height: auto;
}


/*End of Cancun 23*/