* {
    transition: transparency 2s;
}

/* header element css */
h3 {
    color: #8c734b;
}

/* nav bar */
.navbar-custom {
    height: 55px;
    background: #fff;
    z-index: 99;
    border-bottom: 3px solid rgb(38,69,110);;
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top .5s;
}

/* navbar CS Logo */
.header-logo {
    position: absolute;
    top: 0;
    left: 400px;
    width: 75px;
    border: 2px solid rgb(38,69,110);
    border-radius: 10px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}

/* links container */
.nav-items-container{
    position: absolute;
    right: 400px;
}

/* links decoration */
.nav-item-links {
    letter-spacing: 2px;
    padding: 0.5rem 1rem;
    color: #8c734b;
    text-transform: uppercase;
}

#the-team-head-nav, #saved-cities-head-nav {
    margin-left: 90px;
}

.nav-item-links:hover{
    color: #8c734b;
}


#saved-cities-head-nav {
    border: 1px solid #8c734b;
    font-size: 12px;

}


#saved-cities-head-nav:hover{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#8c734b;
    color: #fff;
}

#save-button {
    cursor: pointer;
}



/* image carousel */
.carousel-inner{
    height:800px;
    border-bottom: 2px solid rgb(38,69,110);
}

/* city input and buttons */

.input-style{
    position: absolute;
    width: 575px;
    bottom: 575px;
    margin-left: auto;
    margin-right: auto;
    left: 0; 
    right: 0; 
}

.dropdown{
    position: absolute;
    right: 0px;
}

.btn-container{
    position: relative;
    bottom: 490px;
    margin-left: auto; 
    margin-right: auto; 
    left: 0; 
    right: 0; 
    text-align: center;
}

.search-page-button {
    margin: 0px 10px;
}



.dropdown-item:hover {
    cursor: pointer;
}

.scrollable-menu {
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
}


/* images and descriptions */
.images-container{
    margin-top: 155px;
    text-align: center;
    
}

.images-col{
    max-width: 100%;
    width: 300px;
    height: 350px;
    height: auto;
    display: inline-block;
    vertical-align: middle;    
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;   
}

.images-col img{
    width: 300px;
    height: 350px;
    border: 1px solid black;
    object-fit: cover;
}

.overview-image{
    opacity: 0;
}

.overview-image-waypoint{
    opacity: 1;
    transition: 2s all;
}

.attractions-image{
    opacity: 0;
}

.attractions-image-waypoint{
    opacity: 1;
    transition: 2s all;
    transition-delay: .5s;
}

.news-image{
    opacity: 0;
}

.news-image-waypoint{
    opacity: 1;
    transition: 2s all;
    transition-delay: 1s;
}

.about-us-fade{
    opacity: 0;
}

.about-us-fade-waypoint{
    opacity: 1;
    transition: 2s all;
}

.the-team-title-style{
    opacity: 0;
}

.the-team-title-style-waypoint{
    opacity: 1;
    transition: 1.5s all;
}

.the-team-style-group-one{
    opacity: 0;
}

.the-team-style-group-one-waypoint{
    opacity: 1;
    transition: 1.5s all;
    transition-delay: 1s;
}

.the-team-style-group-two{
    opacity: 0;
}

.the-team-style-group-two-waypoint{
    opacity: 1;
    transition: 1.5s all;
    transition-delay: 1.5s;
}

.the-team-style-group-three{
    opacity: 0;
}

.the-team-style-group-three-waypoint{
    opacity: 1;
    transition: 1.5s all;
    transition-delay: 2s;
}




.image-title{
    letter-spacing: 2px;
    padding: 0.5rem 1rem;
    color: #8c734b;
    text-transform: uppercase;
    font-size: 22pt;
}

.image-description{
    margin-top: 10px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}






/* About us */
.about-us-column{
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 250px;
}

.about-us-column h4{
    letter-spacing: 2px;
    padding: 0.5rem 1rem;
    color: #8c734b;
    text-transform: uppercase;
    font-size: 32pt;
}

.about-us-logo{
    width: 200px;
    position:absolute;
    top: 50%;
    margin-top:-100px;
    left: 50%;
    right: 50%;
    border: 2px solid rgb(38,69,110);
    border-radius: 10px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}

.about-us-logo-column {
    position: relative;
}




/* The Team */
.the-team-column{
    text-align: center;
    margin-top: 285px;
    margin-bottom: 200px;
}

.the-team-column h4{
    letter-spacing: 2px;
    padding: 0.5rem 1rem;
    color: #8c734b;
    text-transform: uppercase;
    font-size: 32pt;
}

.card{
    display: inline-block;
    margin: 30px 30px 45px 30px;
    border: none;
}

.card h6 {
    text-decoration: underline;
}

.card-img-top {
    height: 185px;
    width: 150px;
    object-fit: cover;
    border: 1px solid rgb(38,69,110);
}






/* footer */
footer{
    height: 35px;
    margin-top: -35px; 
    background-color: rgb(38,69,110);
    border-top: 4px solid #8c734b;
    width: 100%;
}

.footer-copyright{
    line-height: 35px;
    font-size:12pt;
    background-color: rgb(38,69,110);
    color: rgb(139,221,255);
}

#github {
    width: 25px;
    margin-left: 20px;
    border: 1px solid rgb(80, 105, 141);
    border-radius: 10px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}

#github:hover {
  transform: scale(1.5);
}

#currentWeather {
  color: darkgray;
}

#currentCityID {
  color: darkgray;
}


#about-us-jump, #the-team-jump{
    opacity: 0;
}

#about-us-jump{
    position: fixed;
    top: 180px;
    left: 100px;

}



 /* fixed nav bar */
.topNavMenu{
    position: fixed;
    z-index: 99;
}

.content-container-buffer{
    padding-top: 75px;
}



/* Vlad's CSS / Weather & Overview*/
li.nav-item{
    text-align: center;
}

.overview-navbar{
    background-color: rgb(38,69,110);
}

.overview-nav-link, #currentWeather, #currentCityID, .navbar-text{
    letter-spacing: 2px;
    padding: 0.5rem 1rem;
    color: #8c734b;
    text-transform: uppercase;
}

.overview-nav-link:hover{
    color: white;
}

#currentCityID{
    font-size: 20pt;
    font-weight: bold;
}

.topNavMenu {
  width: 100%;
  margin: 0 auto;
}

.mainContainer {
  width: 100%;
}

.mainContentContainer {
  width: 100%;
  height: 768px;
  margin: 0 auto;
  padding: 10px;
}

.overview-nav-logo:hover {
    border: 1px solid white;
    border-radius: 10px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}

/* overview photo carousel */
#carouselContainer{
    margin-top: 80px;
}




/* Events CSS */

.news-nav-link{
    letter-spacing: 2px;
    padding: 0.5rem 1rem;
    color: #8c734b;
    text-transform: uppercase;
}

.news-nav-link:hover{
   color: white;
}

.news-nav-bar{
    background-color: rgb(38,69,110);
}

.overview-nav-logo:hover {
    border: 1px solid white;
    border-radius: 10px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}

#eventImage{
    width: 100%;
    height: auto;
}

/*saved cities css */
.cityclicked {
    cursor: pointer;
}

/* Current Weather */
.hourly-forecast{
    color:white;
    text-transform: none;
    text-decoration: none;
}

.hourly-forecast:hover{
    color:white;
    text-transform: none;
    text-decoration: underline;
}


/* weatherchart-specific css */

.weather-container {
    margin: 0 auto;
}


/* News CSS */
.news-container{
    width:375px;
}

.news-container-img {
    display:block;
    margin: auto;
}






/* mobile responsive */
@media screen and (max-width: 1600px) {
    .header-logo {
        left: 300px;
    }

    .nav-items-container{
        right: 300px;
    }

    .carousel-inner{
        height:700px;
    }

    .input-style{
        bottom: 510px;
    }

    .btn-container{
        bottom: 425px;
    }
}

@media screen and (max-width: 1400px) {
    .header-logo {
        left: 200px;
    }

    .nav-items-container{
        right: 200px;
    }
}


@media screen and (max-width: 1350px) {
    .carousel-inner{
        height:600px;
    }

    .input-style{
        bottom: 455px;
    }

    .btn-container{
        bottom: 370px;
    }
}



@media screen and (max-width: 1200px) {
    .header-logo {
        left: 100px;
    }

    .nav-items-container{
        right: 100px;
    }

    .about-us-logo{
        left:40%;
        right: 60%;
    }

}


@media screen and (max-width: 1150px) {
    .carousel-inner{
        height:475px;
    }

    .input-style{
        bottom: 350px;
    }

    .btn-container{
        bottom: 265px;
    }
}

@media screen and (max-width: 991px) {
    .fade-images{
        display:block;
        margin: 0 auto;
    }
    
    #news-responsive{
        margin-top:35px;
    }

    .about-us-logo{
        left: 25px;
    }

    .the-team-column{
        margin-top: 250px;
    }
}


@media screen and (max-width: 950px) {
    .header-logo {
        left: 10px;
    }

    .nav-items-container{
        right: 10px;
    }
}

@media screen and (max-width: 910px) {
    .carousel-inner{
        height: 375px;
    }

    .input-style{
        bottom: 275px;
        width: 450px;
    }

    .btn-container{
        bottom: 190px;
    }
}



@media screen and (max-width: 767px) {
    .about-us-logo{
        width: 55px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 180px;
    }

    .vertical-image-spacing{
        margin-bottom: 35px;
    }

    .about-us-header{
        margin-bottom: 95px;
    }


    .header-logo {
        top: 75px;
        width: 15px;
    }
}



@media screen and (max-width: 710px) {
    .carousel-inner{
        height: 300px;
    }

    .input-style{
        bottom: 210px;
    }

    .btn-container{
        bottom: 95px;
    }

    .btn-container{
        bottom: 135px;
    }
}

@media screen and (max-width: 600px) {
    .input-style{
        width: 375px;
    }

    .news-container{
        width: 275px;
    }

    .news-container-img{
        max-width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 500px) {
    .input-style{
        width: 325px;
    }

    .btn-container{
        bottom: 150px;
    }

    .search-page-button{
        margin: 0 5px;
    }
}



@media screen and (max-width: 450px) {
    .carousel-inner{
        height: 225px;
    }

    .input-style{
        bottom: 175px;
    }

    .btn-container{
        bottom: 100px;
    }

}

/* /////////////////////////
////Natasha's CSS////////
//////////////////////// */
.attractions {
    border: 1px solid black;
    background-color: rgb(235, 235, 235);
    width: 100%;
    display: inline-block;
    clear: left;
    overflow: auto;
    margin: 5px;
  }
  #topAttractions {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 0.7em;
  }
  .events {
    border: 1px solid black;
    background-color: rgb(235, 235, 235);
    width: 45%;
    display: inline-block;
    clear: left;
    overflow: auto;
    margin: 5px;
  }
  #topEvents {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 0.9em;
  }
  
  #details {
    padding: 8px 40px;
    margin: 10px;
  }
  #details a {
    font-weight: bold;
    color: black;
    text-decoration: none;
  }
  #name {
    font-size: 1.3em;
    color: rgb(41, 80, 131); 
  }

  .events-card {
      background-color: rgba(0, 0, 0, .0)      
  }
  