/* Home Page */
body {
    font-family: 'Georgia', 'Times New Roman';
    font-size: 18px;
    background-color: #FFFFFF;
    color: #232E4D;
    text-align: center;
}

#webname-tright, nav {
    font-size: large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-right: 35px
}
.topbox {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #C0D6DF;
    justify-content: space-between;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#footer {
    color: #565252;
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #00000034;
    border-width: 12px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#contact {
    color: #565252;
}
.motto {
    font-family: 'Georgia', 'Times New Roman';
    font-size: 18px;
    background-color: #FFFFFF;
    color: #232E4D;
    text-align: center;
}
#places-togo {
    font-size: medium;
    font-family: 'Preconnect', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#review2 #review2 {
    color: darkturquoise;
    font-family: 'Preconnect', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo-img {
    height: 40px;
    width: auto;
}

#start-now, #review-vid, #review-site {
    text-decoration: none;
}
#review-site:hover {
    color: #6ea6bc;
    transition: 0.3s;
}
#review-vid:hover {
    color: #6ea6bc;
    transition: 0.3s;
}

#start-now:hover {
    color: #6ea6bc;
    transition: 0.3s;
}
/* Home Page - navigation links */
#home, #dash, #explore, #pricing, #sign {
    background: none;
    color:black;
    text-decoration: none;
    transition: color 0.3s;
}

#home {             /* do this for every page based on what youre on */
    text-decoration: underline;
}
#home:hover {
    color: white;
}
#dash:hover {
    color: white;
}
#explore:hover {
    color: white;
}
#pricing:hover {
    color: white;
}
#sign:hover {
    color: white;
}


/* Sign Up Page --- DONT FORGET JAVASCRIPT */
.signup {
    font-size: 12pt;
    text-align: center;
    font-family: 'Preconnect', 'Georgia', 'Times New Roman';
    min-height: 100vh;
    background-image: url('signin-back.jpg');
    background-size: cover;
    background-position: right;
    overflow: hidden;
}
.wrapper {
    box-sizing: border-box;
    background-color: white;
    height: 200vh;
    width: max(40%, 600px);
    padding: 10px;
    border-radius: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.signup h1 {
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
}
form {
    width: min(400px, 100%);
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}
form > div {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
form label {
    height: 50px;
    width: 50px;
    background-color: #d1d9f2;
    fill: white;
    color: white;
    border-radius: 10px 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
form input {
    box-sizing: border-box;
    flex-grow: 1;
    min-width: 0;
    height: 50px;
    padding: 1em;
    font: inherit;
    border-radius: 0 10px 10px 0;
    border: 2px solid #FFFFFF;
    border-left: none;
    background-color: #FFFFFF;
    transition: 150ms ease;
}
form input:hover {
    border-color: #C0D6DF;
}
form input:focus {
    outline: none;
    border-color: #C0D6DF
}
div:has(input:focus) > label {
    background-color: #C0D6DF;
}
form input::placeholder {
    color: rgb(118 118 118);
}
form button {
    margin-top: 10px;
    border: none;
    border-radius: 1000px;
    padding: 14px;
    background-color: #d1d9f2;
    font: inherit;
    cursor: pointer;
}
form button:hover {
    background-color: #C0D6DF;
    transition: 0.3s;
}
#login-plink a {
    text-decoration: none;
    color: black;
}
#login-plink:hover {
    text-decoration: underline;
}
@media(max-width: 1100px) {
    .wrapper {
        width: min(600px, 100%);
    }
}
.screenreader-bgimage {
    position: absolute;
    width: 1px;
    height: 1px;
    left: -9999px;
}



/* Log In Page --- DONT FORGET JAVASCRIPT */

.login-topbox {         /* figure out how to make into a box like home page - less designed */
    color: white;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


#l-home, #l-dash, #l-explore, #l-pricing {
    color: white;
}
#l-home:hover {
    color: #C0D6DF;
}
#l-dash:hover {
    color: #C0D6DF;
}
#l-explore:hover {
    color: #C0D6DF;
}
#l-pricing:hover {
    color: #C0D6DF;
}


.login {
    font-size: 12pt;
    text-align: center;
    font-family: 'Preconnect', 'Georgia', 'Times New Roman';
    min-height: 100vh;
    background-image: url('signin-back.jpg');
    background-size: cover;
    background-position: right;
    overflow: hidden;
}
.wrapper {
    box-sizing: border-box;
    background-color: white;
    height: 200vh;
    width: max(40%, 600px);
    padding: 10px;
    border-radius: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login h1 {
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
}
form {
    width: min(400px, 100%);
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}
form > div {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
form label {
    height: 50px;
    width: 50px;
    background-color: #d1d9f2;
    fill: white;
    color: white;
    border-radius: 10px 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
form input {
    box-sizing: border-box;
    flex-grow: 1;
    min-width: 0;
    height: 50px;
    padding: 1em;
    font: inherit;
    border-radius: 0 10px 10px 0;
    border: 2px solid #FFFFFF;
    border-left: none;
    background-color: #FFFFFF;
    transition: 150ms ease;
}
form input:hover {
    border-color: #C0D6DF;
}
form input:focus {
    outline: none;
    border-color: #C0D6DF
}
div:has(input:focus) > label {
    background-color: #C0D6DF;
}
form input::placeholder {
    color: rgb(118 118 118);
}
form button {
    margin-top: 10px;
    border: none;
    border-radius: 1000px;
    padding: 14px;
    background-color: #d1d9f2;
    font: inherit;
    cursor: pointer;
}
form button:hover {
    background-color: #C0D6DF;
    transition: 0.3s;
}
#login-plink a {
    text-decoration: none;
    color: black;
}
#login-plink:hover {
    text-decoration: underline;
}
@media(max-width: 1100px) {
    .wrapper {
        width: min(600px, 100%);
    }
}
