* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
}
body {
  background-color: #ffffff;
}

.this-page {
    color: blue;
    text-shadow: 3px 3px 3px gray, 0 9px .8em white, 0 0 0.2em white;
}

ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    width: 100%;
}


li {
    padding: 15px 10px 15px 10px;
    margin: auto;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: dimgray;
}

    a:hover {
        color: black;
    }

    a:active {
        color: black;
    }


.container {
    width: 310px;
    padding: 0px 0px;
    background-color: transparent;
    position: relative;
    transform: translate(-50%, -15%);
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    z-index: 50;
}




.column{
    float: left;
    width: 50%;
}

.rowafter {
    content: " ";
    display: table;
    clear: both;
}

.stats {
    float: left;
    text-align: left;
    font-size: 16px;
    margin-top: 18px;
    margin-top: 9px;
    background-color: #45d0ff;
    background-color: #45c2ff;
    /*background: linear-gradient(10deg, lightgray 0%, white 160%);*/
    /*background: linear-gradient(to top left, deepskyblue 20%, violet 160%);
    background: linear-gradient(-90deg, #62a7be 50%, #ab9bfc 100%);*/
    /*background: linear-gradient(180deg, skyblue 0%, deepskyblue 100%);*/
    /*background: linear-gradient(0deg, dimgray 0%, gray 100%);*/
    /*position: absolute;*/
    /*transform: translate(-20px 20px);*/
}
.stats span {
  font-weight: 600;
}
#quote {
    text-align: center;
    font-size: 30px;
    margin: 60px 0 20px 0;
    z-index: 3;
}
textarea {
    
  resize: none;
    position: center;
  border-radius: 5px;
  padding: 12px 5px;
  font-size: 16px;
}
button {
    float: right;
    margin-top: 9px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 8px 24px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.13);
}

.big-copy {
    /*position: absolute;*/
    
    background: linear-gradient(to top left, deepskyblue 20%, violet 160%);
    margin-top: 20px;
    padding: 24px 21px 14px 21px;
    padding: 40px 44px;
    border-radius: 58px;
    border-radius: 8px;
    box-shadow: 3px 3px 60px black;
    font-size: 20px;
    /*text-align: center;
    transform: translate(-50%, -15%);*/
    top: 400px;
    /*left: 50%;*/
    display: flex;
    flex-direction: column;
    /*float: inline-start;*/
    /*position: absolute;
    bottom: 0;*/
    z-index: 10;
    margin-left: auto;
    margin-right: auto;

}

.big-copy-parent {
    width: 100%;
    padding-bottom: 30px;
   /* width: 300px;*/
/*    margin-left: auto;
    margin-right: auto;*/
    /*background-color: blue;
    float: right;*/
}


.result {
  margin-top: 40px;
  display: none;
}
.result h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}
.wrapper {
  display: flex;
  justify-content: space-around;
}
.wrapper span {
  font-weight: 600;
}
.success {
  color: #44b267;
}
.fail {
  color: #e81c4e;
}







/* Slideshow container */
.slideshow-container {
    max-width: 280px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0%, 20px);
    height: 201.05px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Hide the images by default */
.mySlides {
    display: none;
    float: left;
    width: calc(100%-80px);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.20);
}



.header {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-weight: 600;
    font-size: 36px;
    margin-top: 0px;
    width: 100%;
}

.subheader {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-size: 10px;
    font-weight: 400;
    color: black;
    width: 100%;
    background-color: transparent;
    position: relative;
    border-radius: 0px;
}

.error-msg {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    color: darkred;
    width: 100%;
    background-color: transparent;
    position: relative;
    border-radius: 0px;
    margin-top: 14px;
}

/* Next & previous buttons */
.prev {
    float: left;
    cursor: pointer;
    width: auto;
    padding: 15px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    user-select: none;
}

/* Next & previous buttons */
.next {
    float: left;
    cursor: pointer;
    width: auto;
    padding: 15px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    user-select: none;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dotscolumn {
    float: left;
    width: 50%;


    
}

.dotscolumnmiddle {
    float: left;
    width: 210px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #ffffff;
    border: 1px solid #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;


    transform: translate(0%, 10px);

}


.active, .dot:hover {
    background-color: #000000;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Slide show styles*/

.footer-relative {
    text-align: center;
    position: relative;
    bottom: 10px;
    font-size: 10px;
    font-weight: 400;
    color: gray;
    width: 100%;
    background-color: transparent;
    border-radius: 0px;
}

.footer {
    text-align: center;
    position: absolute;
    top: 680px;
    font-size: 10px;
    font-weight: 400;
    color: gray;
    width: 100%;
    background-color: transparent;
    border-radius: 0px;
}

.footer-button-container {
    width: 100%;
    position: center;
    text-align: center;
    z-index: 2;
}

.footer-button {
    text-align: center;
    position: absolute;
    padding: 5px 9px 5px 9px;
    background-color: black;
    color: white;
    border-radius: 350px;
    font-size: 12px;
    font-weight: 600;
    transform: translate(134px, 1px);
    z-index: 2;
}


.mySlides img {
    width: 100%;
}

.mySlidesPopUp img {
    position: relative;
    width: 260px;
    margin-left: 0px;
    margin-top: 32px;
}



.mySlidesPopUp2 img {
    position: relative;
    width: 60px;
    margin-left: 0px;
    margin-top: 32px;
}


.popup {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

    /* The actual popup */
    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: white;
        box-shadow: 0px 0px 99px black;
        color: #fff;
        text-align: center;
        border-radius: 15px;
        position: absolute;
        z-index: 3;
        margin-left: -20px;
        margin-top: -250px;
        height: 380px;
        width: 350px;
        height: stretch;
    }

.popup-row-parent {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    width: 100%;
}

.popup-row {
/*    display: flex;
    flex-direction: column;
    list-style-type: none;
    width: 100%;*/
    margin: auto;
}

.popup-caption {
    position: absolute;
    /*position: relative;*/
    text-align: center;
    width: 220px;
    top: 275px;
    left: 65px;
    color: white;
    font-size: 12px;
    font-weight: 400;
    z-index: 4;
    background-color: black;
    padding: 8px;
    font-family: 'NimbusSanLRegular';
}

.guesses-quote {
    position: absolute;
    margin-bottom: 0px;
    bottom: 0px;
    text-align: center;
    width: 100%;
/*    top: 275px;
    left: 65px;*/
margin-left: auto;
margin-right: auto;
    color: white;
    font-size: 16px;
    font-weight: 400;
    z-index: 4;
    padding: 0px 40px 55px 40px;
    font-family: 'NimbusSanLRegular';


    color: red;
    /*color: black;*/
}

.guesses-site {
    position: absolute;
    margin-bottom: 0px;
    bottom: 0px;
    /*text-align: center;*/
    width: 262px;
    width: 100%;
    color: white;
    font-size: 11px;
    font-weight: 400;
    z-index: 4;
    /*padding: 0px 0px 20px 0px;*/
    padding-bottom: 20px;
    font-family: 'NimbusSanLRegular';
    color: red;
    /*color: black;*/
    /*background-color: aqua;*/
}


    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }


.details {
    text-align: center;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: black;
    width: 280px;
    background-color: transparent;
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 0px;
    padding: 8px 0px;
}




#hints-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    background-color: yellow;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999; /* set a high z-index value */
    min-width: 340px; /* set a minimum width of 180 pixels */
}

    #hints-popup.show {
        display: block;
    }

#hints-popup h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#hints-close {
    display: block;
    text-align: right;
    margin-top: 10px;
}

#hints-content {
    margin-bottom: 10px;
}

.instrpopup {
    display: none;
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 300px;
    height: 300px;
    padding: 20px;
    z-index: 9999;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

    .instrpopup h2 {
        font-size: 24px;
        margin-top: 0;
        /*text-shadow: 3px 3px 3px gray, 0 9px .8em yellow, 0 0 0.2em yellow;*/
    }

    .instrpopup p {
        font-size: 16px;
    }

#instr-close {
    display: block;
    text-align: right;
    margin-top: 10px;
}

/*.instrclose-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}*/

/* Make the button visible on the page */
.instrfooter-button {
    /*from original footer button*/
    text-align: center;
    position: absolute;
    padding: 5px 9px 5px 9px;
    background-color: black;
    color: white;
    border-radius: 350px;
    font-size: 12px;
    font-weight: 600;
    transform: translate(134px, 1px);
    z-index: 2;

    /*gpt added*/
    /*display: block;
    margin: 0 auto;
    margin-top: 20px;*/
}

.instrfooter-button-container {
    width: 100%;
    position: center;
    text-align: center;
    z-index: 2;
}

