* {
    box-sizing: border-box;
}

html {
    height: 100%;
    /* height: auto; */
    /* background-image: url("https://momedspa.quickbase.com/up/bsifqv5ky/g/rb/eg/va/background.jpg"); */
    /* background-size: contain; */
    /* overflow: scroll; */
    overflow: hidden;
    color: #5398b1;
    font-weight: bold;
    margin: 0;
}

.overflow{
    overflow: scroll;
}

.rights-reserved{
    align-items: center;
    text-align: center;
    color: black;
}

.footer-left{
    align-items: center;
    padding: 40px;
    width: 100%;
}

.footer-right{
    float: left;
    padding: 30px;
    width: 70%;
}

.footer-logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.social-container{
    /* align-items: center; */
    /* display: inline-flex; */
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.social{
    padding: 5px;
}

#footer{
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 30px;
    padding: 30px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid lightgray;
    background-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #797F81;
}

#footer a{
    color: #797F81;
}

body {
    margin: 0;
    padding: 0;
    background-size: cover;
    height: inherit;
    background-color: #fff;
}

.circle{
    margin: auto;
    border-radius: 100%;
    width: 80%;
    height: 60%;
    background-color: #1DA1F2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selected-treatments{
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}
.selected-treatments li{
    border-style: solid;
    padding: .5rem;
    border-radius: 20px;
    border-color: #5398b1;
    background-color: #5398b1;
    color: white;
}

.selected-treatments li:hover{
    background-color: lightgreen;
    border-color: lightgreen;
}

.fa-circle-xmark{
    color: lightcoral;
    padding: .2rem;
}

#circle-content{
    color: white;
}

.logo {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    display: block;
}

.slogan {
    text-align: center;
    color: #5398b1;
    font-weight: bold;
    text-shadow: 1px 1px 2px light;
    font-size: 1.4rem;
    font-family: 'Gill Sans Medium',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    padding: 30px;
    font-weight: 400;;
}

.fa.fa-user-circle,
.fa.fa-key {
    color: gray;
    height: 2.5rem;
    font-size: 2.5rem;
    align-items: center;
    position: absolute;
    margin: 1rem 0rem;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-top: 1rem;
}

.treatments{
    margin: .3rem .3rem;
}

.hide{
    display: none;
}

select{
    width: 100%;
    align-items: center;
    font-size: .75rem;
    border-radius: 15px;
}

.orange{
    background-color: #f57c00;
}

.appointment-container{
    border-style: solid;
    border-color: #7EB8CC;
    border-radius: 15px;
    width: 80%;
    margin: 10px;
    box-shadow: 5px 5px 10px;
}

.appointment-data{
    padding: 10px;
    line-height: 1.3rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-weight: 450;
}

input, select {
    height: 3.5rem;
    font-size: 1.5rem;
    width: 100%;
    padding-left: 1rem;
    /* border: none; */
    border: solid;
    border-color: #7EB8CC;
    border-radius: 15px;
    display: inline-block;
    color: #282828;
}

input[type="radio"]{
    height: 2rem;
}

#treatments{
    height: 5rem;
}

input[type="date"]
{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}

button {
    width: 100%;
    display: block;
    line-height: 3rem;
    background-color: #5398b1;
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 15px;
    font-size: 1rem;
    font-family: 'Gill Sans Medium',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-weight: 400;
}

button:hover {
    background-color: lightgreen;
}

.animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

a{
    color: #5398b1;
    text-decoration: none;
}

.loading {
    display: block;
    margin: auto;
    padding-top: 10%;
    text-align: center;
    color: #5398b1;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-family: 'Gill Sans Medium',Helvetica,Arial,Lucida!important;
    font-weight: 400;
    /* text-shadow: 1px 1px 1px gray; */
}

.content {
    margin: auto;
    padding: 5%;
    width: 100%;
    height: auto;
    overflow: scroll;
    /* height: auto; */
    /* display: block; */
    background-color: rgba(255, 255, 255, 0.7);
}

.ready-to-book{

    margin: 30% 25%;
    height: 4rem;
    width: 50%;
    text-align: center;
    padding-top: 1rem;
    color: white;
    border-radius: 10px;
    background-color: #5398b1;
    box-shadow: 10px 10px 2px lightcyan;


}

.forgot-password {
    font-size: 1.4rem;
    color: #5398b1;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1rem;
}

.navbar {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    /* background-color: #5398b1; */
    color: white;
}

.brand-title {
    font-size: 2rem;
    margin: .5rem;
    /* text-shadow: 2px 2px 2px lightgray; */
    text-align: left;
    align-items: left;
    margin-left: 2%;
    margin-right: auto;
}

.navbar-links {
    height: 100%;
}

.navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    /* color: #5398b1; */
    color: #000;
    padding: 1rem;
    font-family: 'Gill Sans Regular',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-weight: 300;
}

/* .navbar-links li:hover {
    background-color: lightgreen;
} */

.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: #5398b1;
    border-radius: 10px;
    /* box-shadow: 2px 2px 2px gray; */
}

@media (max-width: 800px) {

    html {
        background-size: cover;
        background-repeat: no-repeat;
        /* overflow: scroll; */
        overflow: auto;
    }
    
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links ul li {
        text-align: center;
    }

    .navbar-links ul li a {
        padding: .5rem 1rem;
        font-size: 24px;
    }

    .navbar-links.active {
        display: flex;
    }

    #footer {
        font-size: .7em;
    }

    .slogan{
        font-size: 1.2em;
    }
}


/* Background Styles Only */

@import url("https://fonts.googleapis.com/css2?family=Epilogue:wght@200&display=swap");

* {
    font-family: 'Lora',Georgia,"Times New Roman";
}

html {
    background-color: white;
}

.side-links {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.side-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 10px;
    color: white;
    width: 180px;
    padding: 10px 0;
    border-radius: 10px;
}

.side-link-youtube {
    background-color: red;
}

.side-link-twitter {
    background-color: #1DA1F2;
}

.side-link-github {
    background-color: #6e5494;
}

.side-link-text {
    margin-left: 10px;
    font-size: 18px;
}

.side-link-icon {
    color: white;
    font-size: 30px;
}