/* * {
    margin: 0;
    padding: 0;
    border: 0; 
    box-sizing: border-box;
}
body {
    background: linear-gradient(to bottom, rgba(222,239,255,1) 1%, rgba(152,190,222,1)77%);
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    font-size: 87.5%;
}
.topImg {
    background-image: url("../Images/coverImg/cover1A.jpg"); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    margin-top: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.clearfix {
    clear: both;
}
 a {
    text-decoration: none;
} */

/* Begining of the new Navigation bar 
https://www.youtube.com/watch?v=AkMIwNpK5jQ 
*/
/* nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: navy;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

}
nav .navbar {
    height: 100%;
    max-width: 1280px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}
nav .navbar .logo a {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}
nav .navbar .nav-links {
    height: 100%;
    line-height: 70px;
}
nav .navbar .nav-links .links {
    display: flex;
}
nav .navbar .nav-links .links li {
    position: relative;
    display: flex;
    align-items: center; 
    list-style: none;
    padding: 0 14px;
}
nav .navbar .nav-links .links li a {
    height: 100%;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}
nav .navbar .nav-links .links li .arrow {
    height: 100%;
    width: 22px;
    text-align: center;
    color: #fff;
    line-height: 70px;
    transition: all 0.3s ease;
    
}

nav .navbar .nav-links .links li:hover .htmlCss-arrow {
    transform: rotate(180deg);
}
nav .navbar .nav-links .links .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    background: navy;
    line-height: 40px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    opacity: .7;
}

nav .navbar .nav-links .links .sub-menu li {
    padding: 0 22px;
    border-bottom: 2px solid #fff;
    font: 600;
}

nav .navbar .nav-links .links .sub-menu li a{
    color: rgb(240, 233, 233);
    font-size: 15px;
    font: 500;
}
nav .navbar .nav-links .links li:hover .htmlCss-sub-menu {
    display: block;
}

nav .navbar .nav-links .links .sub-menu li:hover {
    background-color: rgb(80, 72, 72);
}

nav .navbar .nav-links .links li:hover {
    background-color: rgb(80, 72, 72);
}

nav .navbar .nav-links .links .active {
    background-color: rgb(101, 6, 6);
} */

/* End of the new navigation bar */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
}
body {
    background: linear-gradient(to bottom, rgba(222,239,255,1) 1%, rgba(152,190,222,1)77%);
    font-family: Arial, Helvetica, sans-serif;
}
.clearfix {
    clear: both;
}
a {
    text-decoration: none;
}
/* Begining of the new Navigation bar 
https://www.youtube.com/watch?v=AkMIwNpK5jQ 
*/

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: navy;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

}
nav .navbar {
    height: 100%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
} 
nav .navbar .logo a {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}
nav .navbar .nav-links {
    height: 100%;
    line-height: 70px;
}

nav .navbar .nav-links .links {
    /* height: 100%; */
    display: flex;
}
nav .navbar .nav-links .links li {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 14px;
} 

nav .navbar .nav-links .links li a {
    height: 100%;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}
nav .navbar .nav-links .links li .arrow {
    height: 100%;
    width: 22px;
    text-align: center;
    color: #fff;
    line-height: 70px;
    transition: all .3s ease;
}
nav .navbar .nav-links .links li:hover .htmlCss-arrow {
    transform: rotate(180deg);
}
nav .navbar .nav-links .links .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    background: navy;
    line-height: 40px;
    border-radius: 0 0 8px 8px ;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: none;
}
nav .navbar .nav-links .links .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid skyblue;
}
nav .navbar .nav-links .links .sub-menu li a {
    font-size: 15px;
    font: 500;
}
nav .navbar .nav-links .links li:hover .htmlCss-sub-menu {
    display: block;
}
nav .navbar .nav-links .links .sub-menu li:hover,
nav .navbar .nav-links .links li:hover {
    background-color: rgb(71, 52, 129);
}
nav .navbar .nav-links .links .active {
    background-color: rgb(119, 76, 76);
}

.navbar .bx-menu, 
.nav-links .sidebar-logo .logo_name,
.nav-links .sidebar-logo .bx-x {
    display: none;
}
/* End of the new navigation bar */


 .genTitle {
    text-align: center;
    font-size: xx-large;
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 60px;
    padding: 3% 0;
}

.topImgWs {
    background-image: url("../Images/nwLakeGenive/lkg3.jpg"); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 650px;
    margin-top: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.boxGeneva {
    background-color: whitesmoke;
    text-align: center;
    padding: 20px;
    font-style: italic;
    font-size: 1.1em;
    border-radius: 10px;
    -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);
}
.genBeach, .lgvText, .lgvPhotos {
    margin-top: 20px;
}
.genBeach img {
    width: 100%;
    height: auto;
}
.genMidTitles {
    margin-top: 40px;
    font-size: 1.1em;
    font-style: italic;
    font-weight: 800;
}
footer {
    margin-top: 30px;
    background-color: rgb(168, 163, 163);
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}
.nextPage {
    margin-top: 30px;
}
.continueNext {
    border: 1px solid blue;
    padding: 5px;
    border-radius: 5px;
}

/*Begining of Madison*/

.topImgMad {
    background-image: url("../Images/nwMadison/mad1.jpg"); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 650px;
    margin-top: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

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

}

/*End of Madison*/

/* Begining of New Los Angeles*/
.topImgLa {
    background-image: url("../Images/newLA/la1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    margin-top: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.specBody {
   /* position: relative; */
   width: 90%;
   margin: auto;
   margin-top: -30px; 
   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);

}
.laAccord {
    width: 95%;
    max-width: 1280px;
    margin: 2rem auto;
}
.laAccord-item {
    background-color: #454548;
    margin: 1rem 0;
    border-radius: 1rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.laAccord-item-header {
    color: white;
    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;
}
.laAccord-item-header::after {
    content: "\2016";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;
}
.laAccord-item-header.active::after {
    content: "\2017";
}
.laAccord-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.laAccord-item-body-content {
    color: white;
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #ffffff, transparent) 1;

}
/*End of Los Angeles*/

/*Begining of San Diego*/
.topImgSan {
    background-image: url(../Images/sanDiego/san1.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    margin-top: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.separate {
    margin-top: 30px;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #4d08bb, transparent) 1;
}
.san-read-more-container {
    display: flex;
    flex-direction: column;
    color: #111;
}
.san-container {
    padding: 2rem;
    border-radius: 2px;
    line-height: 1.4rem;
}
.san-read-more-text {
    display: none; 
}
.san-read-more-btn {
    margin-top: 10px;
    color: white;
    padding: 15px 40px;
    float: right;
    background-color: navy;
    box-shadow: 0 2px 5px 0 rgba(101, 144, 190, 0.25);
    cursor: pointer;
    font-style: italic;
    font-size: 15px;
    border-radius: 5px;
}
.san-read-more-text--show {
    display: inline;
} 

/*End of San Diego*/

/*Begining of All California */

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

}
.specBodyCali {
   /* position: relative; */
   width: 97%;
   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);
}
.caliMemos {
    margin-top: 20px;
}

/* End of All California */

/* Begining of Lake Tahoe */

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

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

}
.taho-read-more-text--show {
    display: inline;
}
.tahoAccord {
    width: 95%;
    max-width: 1280px;
    margin: 2rem auto;
}
.tahoAccord-item {
    background-color: skyblue;
    margin: 1rem 0;
    border-radius: 1rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.tahoAccord-item-header {
    color: navy;
    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;
}
.tahoAccord-item-header::after {
    content: "\2016";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;
}
.tahoAccord-item-header.active::after {
    content: "\2017";
}
.tahoAccord-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.tahoAccord-item-body-content {
    color: navy;
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #000080, transparent) 1;

}

/* End of Lake Tahoe */

/*Begining of Canada all */

.topImgCan {
    /* background-image: url(../Images/coverImg/ca_TopA.JPG); */
    background-image: url(../Images/CoverImgs/can_top.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    margin-top: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;


}
/*End of Canada All*/

/*Begining of All Arizona */
.topImgAriz {
    background-image: url(../Images/CoverImgs/arizona-cover.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    margin-top: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
 
}

/*End of All Arizona*/

/*Begining of All Florida */

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

}
/*End of All Florida */

/*Begining of All Texas*/

.topImgTx {
    /* background-image: url(../Images/coverImg/tx-cover.jpg); */
    background-image: url(../Images/CoverImgs/tx-blue.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    margin-top: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

/*End of All Texas*/

/*Begining of Austin*/
.topImgAus {
    background-image: url(../Images/Austin/aus1.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;

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

/*Begining of San Antonio*/
.topImgSat {
    background-image: url(../Images/SanAntonio/sat1.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;

}
.satAccord {
    width: 95%;
    max-width: 1280px;
    margin: 2rem auto; 
}
.satAccord-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);

}
.satAccord-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;

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

}
.satAccord-item-header.active::after {
    content: "\003C";
}
.satAccord-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.satAccord-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;

}
/*End of San Antonio*/

/* Begining of Colorado SPrings */

.topImgCsp {
    background-image: url(../Images/Colorado/csp3.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 Colorado Springs */

/* Begining of Pine Pikes */

.topImgPike {
    background-image: url(../Images/PikesPeak/pp1.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;

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

/* End of Pine Pikes */

/* Begining of All Colorado */

.topImgCol {
    background-image: url(../Images/PikesPeak/pp48.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 Colorado */


/* Begining of Denver */

.topImgDen {
    background-image: url(../Images/Denver/den2.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 Denver */

/*Begining of mobile nav bar*/

@media (max-width: 954px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }
    nav .navbar .logo a{
        font-size: 26px;
    }
    nav .navbar .nav-links .links li {
        padding: 0 10px;
    }
    nav .navbar .nav-links .links li a {
        font-size: 15px;
    }
}

@media (max-width: 800px){
    nav .navbar .nav-links {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 270px;
        width: 100%;
        background: navy;
        padding: 20px;
        line-height: 40px;
        transition: all 0.5s ease;
        z-index: 1000;
    }
    nav .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navbar .bx-menu,
    .nav-links .sidebar-logo .logo_name,
    .nav-links .sidebar-logo .bx-x {
        color: #fff;
        font-size: 25px;
        font-weight: 500;
    } 
    .navbar .bx-menu, 
    .nav-links .sidebar-logo .logo_name,
    .nav-links .sidebar-logo .bx-x {
        display: block;
}

    nav .navbar .nav-links .links {
        display: block;
        margin-top: 20px;
    }
    nav .navbar .nav-links .links li {
        display: block;
        border-bottom: none;
    }
    .navbar .nav-links .links .sub-menu {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
    }
    nav .navbar .nav-links .links .sub-menu li {
        border-bottom: none;
        z-index: 1000;
    }
    nav .navbar .nav-links .links li:hover .htmlCss-sub-menu {
        display: none;
    }
    nav .navbar .nav-links .links li .arrow {
        line-height: 40px;
    }
    nav .navbar .nav-links .links li:hover .htmlCss-arrow {
        transform: rotate(0deg);
    }
    nav .navbar .nav-links.show1 .links .sub-menu.htmlCss-sub-menu {
        display: block;
    }
    nav .navbar .nav-links.show1 .links li:hover .htmlCss-arrow {
        transform: rotate(180deg);
    }
    .topImgCali, .topImgLa, .topImgMad, .topImgWs, .topImgSan, .topImgTahoe, .topImgCan, .topImgAriz, .topImgFlo, .topImgTx {
        height: 400px;
    }
    .topImgAus, .topImgSat, .topImg-allWs, .topImgCsp, .topImgPike, .topImgCol, .topImgDen, .topImgSfe, .topImgPub, .topImgAbq {
        height: 400px;
    }
    .topImgNewMex, .topImgNola, .topImgsFl, .topImgKey, .topImgNY, .topImgLon, .topImgHaw, .topImgCun {
        height: 400px;
    }
}

@media (max-width: 370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }
}
/* End of mobile nav bar */

 @media all and (min-width: 150px) and (max-width: 600px) {
} 