/* html, body {
    min-height: 100vh;
    width: 100vw;
} */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: repeating-linear-gradient(135deg, #ff3131, #ffcbbf);
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    min-width: 360px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-y: auto;
}

#navitate {
    position: relative;
    width: auto;
}

.ora-button {
    transition: all 0.3s ease;
    opacity: 1;
}
.ora-button:hover {
    opacity: 0.7;
}

#content {
    max-width: 100%;
}

.about-site#inner-content {
    color: #f5f3f0;
    font-size: 25px;
}

.about-site p {
    font-size: 22px;
}

@media (max-width: 360px) {
    body {
        background: #ff615d;
    }
}
  

@media (max-width: 1099px) {
    #navitate {
        height: 44px;
        display: inline;
        margin-left: 6vw;
    }
    #header-bar {
        padding-top: 20px;
    }
    .header.header-link {
        height: 5px;
        width: 40px;
        display: none;
    }
    #menu-button {
        width: 40px;
        height: 40px;
        float: right;
        margin: 6px 5vw;
        padding: 6px 0;
        border-radius: 20px;
        transition: all 0.4s ease;
    }
    #menu-button div {
        background-color: #f5f3f0;
        height: 2px;
        width: 20px;
        margin: 5px auto;
    }
    #menu-button:hover {
        background-color: rgba(80,80,80,0.3);
    }
    #home-login-btn {
        display: none;
    }
    #home-account-btn {
        display: none;
    }
    #menu-bar {
        background-color: #f5f3f0;
        height: 46px;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        transition: height 0.4s ease;
        -ms-overflow-style: none; 
        scrollbar-width: none; 
        white-space: nowrap;
    }
    .hidden#menu-bar {
        height: 0;
        overflow-y: hidden;
    }
    #menu-bar::-webkit-scrollbar {
      display: none; 
    }
    .menu-link {
        letter-spacing: 2px;
        text-decoration: none;
        font-size: 17px;
        margin: 0 30px;
        line-height: 46px;
        text-align: center;
        color: #252525;
        font-weight: 600;
    }
    #menu-login-btn {
        letter-spacing: 2px;
        text-decoration: none;
        float: right;
        width: 96px;
        height: 38px;
        border-radius: 25px;
        border: none;
        margin-top: 6px;
        background-color: #ff914d;
        background: linear-gradient(90deg, #ff3131, #ff914d);
        text-align: center;
        line-height: 38px;
        color: #f5f3f0;
        font-size: 16px;
    }
    #content {
        position: relative;
        padding: 30px 50px;
        color: #252525;
    }
    #home-account-btn {
        display: none;
    }
    #menu-account-btn {
        font-weight: bold;
        letter-spacing: 2px;
        text-decoration: underline;
        float: right;
        border: none;
        margin-top: 13px; 
        transition: all 0.3s ease;
        opacity: 1;
        color: #f5f3f0;
        font-size: 18px;
    }
}



@media (min-width: 1100px) {
    #navitate {
        margin: 23px 77px;
        height: 56px;
    }
    .header {
        display: inline-block;
        color: #f5f3f0;
    }
    .header-link {
        letter-spacing: 2px;
        text-decoration: none;
        transform: translate(0,-140%);
        font-size: 18px;
        margin: 40px 30px 0 30px;
    }
    .header-link:hover {
        text-decoration: underline;
    }
    #menu-button {
        display: none;
    }
    #menu-bar {
        display: none;
    }
    #menu-login-btn {
        display: none;
    }
    #home-login-btn {
        letter-spacing: 2px;
        text-decoration: none;
        float: right;
        width: 130px;
        height: 50px;
        border-radius: 25px;
        border: none;
        margin: 40px 6vw 40px 0;
        background-color: #ff914d;
        background: linear-gradient(90deg, #ff3131, #ff914d);
        text-align: center;
        padding: 14px 0;
        opacity: 1;
        color: #f5f3f0;
    }
    #menu-account-btn {
        display: none;
    }
    #home-account-btn {
        font-weight: bold;
        letter-spacing: 2px;
        text-decoration: underline;
        float: right;
        border: none;
        margin: 55px 6vw 0 0;
        transition: all 0.3s ease;
        opacity: 1;
        color: #f5f3f0;
        font-size: 18px;
    }

    #content {
        position: relative;
        padding: 30px 50px;
        color: #252525;
    }
}