@import url('https://fonts.googleapis.com/css2?family=Momo+Signature&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mouse+Memoirs&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
a {
    color: floralwhite;
    cursor: pointer;
    font-family: "Sofia", cursive;
    font-size: 30px;
}
a:link,
a:visited,
a:hover,
a:active {
    color: #fff;
}
body {
    background-color: #Fff6f2;
}
li.theme-park-choices {
    background-color: ghostwhite;
    color: #0b0c38;
}
li.theme-park-choices:hover {
    background-color: #0b0c38;
    border-radius: 5px 0 0 5px;
    color: white;
}
#bet-or-hold {
    color: black;
    font-family: "Verdana", "Georgia";
    font-size: 50px;
    position: relative;
    text-align: center;
}
#card-counter-heading {
    color: black;
    font-family: "Sofia", cursive;
    font-size: 70px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
}
#cards-given {
    color: black;
    font-family: "Verdana", "Georgia";
    font-size: 50px;
    margin: 7px;
    position: relative;
    text-align: center;
}
#email-input {
    height: 40px;
    margin: 10px;
    width: 400px;
}
#email-masker-heading {
    color: #fff6f2;
    font-family: "Sofia", cursive;
    font-size: 70px;
    text-align: center;
    text-decoration-color: #f3a796;
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    text-shadow: 2px 2px 2px #f3a796;
}
#give-card-and-new-hand-buttons {
    bottom: 15px;
    left: 150px;
    position: absolute;
    text-align: center;
}
#give-card-button {
    background-color: red;
    font-family: "Verdana", "Georgia";
    font-size: 20px;
    font-weight: bold;
}
#main-page-heading {
    color: #f3a796;
    font-family: "Sofia", cursive;
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
    text-decoration-color: #0b0c38;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 4px;
    text-shadow: 5px 5px 3px #0b0c38;
}
#mask-button {
    background-color: white;
    font-size: 20px;
    height: 40px;
    width: 100px;
    color: blue;
}
#masked-email {
    color: black;
    font-family: "Verdana", "Georgia";
    font-size: 25px;
}
#new-hand-button {
    background-color: black;
    font-family: "Verdana", "Georgia";
    font-size: 20px;
    color: white;
    font-weight: bold;
}
#theme-park-options {
    color: white;
    cursor: pointer;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.card-counter-container {
    background-color: rgba(7, 119, 7, 0.68);
    border-color: black;
    border-style: double;
    border-radius: 5px;
    border-width: 10px;
    height: 500px;
    width: 100%;
}
.disney-world-park-tabs {
    font-family: "Mouse Memoirs", sans-serif;
    font-size: 40px;
    padding: 0;
    text-align: left;
}
.email-masker-container {
    background-color: #6da1b5;
    border-color: #f3a796;
    border-style: double;
    border-radius: 5px;
    border-width: 10px;
    height: 500px;
    width: 100%;
}
.florida-theme-parks.active-theme-park-tab {
    background-color: #0b0c38;
    border-color: #f3a796;
    border-style: double;
    border-radius: 5px 0 0 5px;
    border-right-style: none;
    border-width: 10px;
    color: white;
}
.florida-theme-parks {
    background-color: #6da1b5;
    border-radius: 5px 0 0 5px;
    display: block;
    letter-spacing: 2px;
    padding: 8px 16px;
    text-decoration: none;
}
.left-column-container {
    background-color: #6da1b5;
    border-color: #f3a796;
    border-radius: 5px;
    border-style: double;
    border-width: 10px;
    /*left: 50px;*/
    position: relative;
}
.left-header {
    color: #fff6f2;
    font-family: "Sofia", cursive;
    font-size: 40px;
    padding-left: 0;
    text-decoration-color: #f3a796;
    text-decoration-line: underline;
    text-shadow: 2px 2px 2px #f3a796;
}
.park-experience {
    aspect-ratio: 4/3;
    border: 2px solid white;
    border-radius: 5px;
    display: inline-block;
    font-family: "Mouse Memoirs", sans-serif;
    height: 300px;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
}
.park-experiences-container {
    height: 300px;
    margin-bottom: 40px;
    margin-left: 100px;
    margin-top: 40px;
    position: relative;
}
.park-experience-overlay {
    background-color: rgba(11, 12, 56, 0.7);
    border: 2px solid white;
    border-radius: 5px;
    height: 300px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.park-experience-overlay:hover {
    opacity: 1;
}
.park-experience-text {
    color: white;
    font-family: "Mouse Memoirs", sans-serif;
    font-size: 50px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.quick-link {
    font-size: 20px;
    margin-right: 25px;
    text-align: center;
}
.row {
    margin-left: unset;
    margin-right: unset;
}
.tab-containers {
    position: relative;
}
.tab-headers {
    color: black;
    cursor: pointer;
    font-family: "Sofia", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
}
.tab-practice {
    background: #f3a796;
    border-radius: 5px 5px 0 0;
    color: #fff6f2;
    display: inline-block;
    font-size: 35px;
    height: 50px;
    margin-left: 5px;
    position: relative;
    width: 350px;
}
.tab-practice.active-tab {
    background: #6da1b5;
    color: #fff6f2;
}
.text-left {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}
.theme-parks-container{
    background-color: #0b0c38;
    border-color: #f3a796;
    border-style: double;
    border-radius: 0 5px 5px 5px;
    border-width: 10px;
    padding-left: 0;
}
.truncate-string-container {
    border: 1px solid black;
    height: 300px;
}
.universal-park-tabs {
    font-family: "Italiana", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding: 0;
    text-align: center;
}