@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
.item {
    display: none;
    position: relative;
    transition:(3s ease-in-out left);
}

.jumbo {
    height: 300px;
    background-color: aliceblu;
    /* opacity: 0.3; */
    background-image: url("images/parisNightOverhead.jpeg");
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;
}

.regattaJumbo {
    height: 400px;
    background-image: url("images/worldRowingLogo500.png");
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;

}
* {
    font-family: montserrat, sans-serif;
}
section {
    background-color: aliceblue;

}
h1,h2 {
    color: white;
    font-family: 'Dancing Script', cursive;
}

h2 {
    font-style: italic;
    position: absolute;
    left: 41%;
    top: 24%;
}
h3 {
    font-style: italic;
}

a {
    color: rgb(34, 26, 153);
}

.dayOne {
    margin: 0 auto;
}

#ticketImg, #venueImg {
    border: 5px double goldenrod;
}

.d-block {
    object-fit: cover;
    width: 75%;
    height: 600px;
}

.countdown {
    /* display: flex;
    justify-content: space-between; */
    height: 300px;
    background-color: rgb(241, 237, 237);
    border-radius: 1rem;
    /* opacity: 0.3; */
    background-image: url("images/natsBoats.jpg");
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;
}


#days, #hours, #min, #sec {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid blue;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    color: rgb(234, 10, 167);
}

#hours {
    color: rgb(92, 154, 78);
    border: 5px solid aqua;
}
#min {
    color: rgb(184, 125, 239);
    border: 5px solid gold;
}
#sec {
    color: rgb(212, 99, 186);
    border: 5px solid rebeccapurple;
}

.navbar-dark {
    background-color: rebeccapurple !important;
}

a:link {
    color: rgb(181, 28, 161);
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: green;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: rgb(21, 0, 255);
    background-color: transparent;
    text-decoration: underline;
  }

  .nav-link {
    color: white !important;
  }
  
  /* a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
  } */