html, body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    overflow: none;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.mySlidemySlidess {
    display: none;
}

.sidbar {
    height: 500px;
    top: 10%;
    left: -35%;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sidbar:hover {
    left: 10px;
}

.menu-btn {
    position: relative;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    /* border: 3px solid #000; */
    margin-right: 10px;
    margin-top: 30px;
}

.menu-btn__burger {
    width: 30px;
    height: 3px;
    background: #000;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
    transition: all .5s ease-in-out;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #000;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
    transition: all .5s ease-in-out;
}

.menu-btn__burger::before {
    transform: translateY(-8px);
}

.menu-btn__burger::after {
    transform: translateY(8px);
}

/* ANIMATION */
.menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
}

.menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
}

.menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
}

.addmem {
    color: #66CC33;
}

.addmem:hover {
    color: #539831;
}

.editbtn {
    color: #369;
    height: 29px;
}

.editbtn:hover {
    color: black;
}

.bg-blue-300 {
    background-color: #336699;
}

.bg-blue-400 {
    background-color: #336699;
}

.bg-blue-500 {
    background-color: #336699;
}

.bg-blue-600 {
    background-color: #336699;
}

.bg-blue-700 {
    background-color: #336699;
}

.bg-blue-800 {
    background-color: #336699;
}

.bg-blue-900 {
    background-color: #336699;
}

.text-blue-300 {
    color: #336699;
}

.text-blue-400 {
    color: #336699;
}

.text-blue-500 {
    color: #336699;
}

.text-blue-600 {
    color: #336699;
}

.text-blue-700 {
    color: #336699;
}

.text-blue-800 {
    color: #336699;
}

.text-blue-900 {
    color: #336699;
}

.bg-blue-300 {
    background-color: #336699;
}

.bg-red-400 {
    background-color: #CC3366;
}

.bg-red-500 {
    background-color: #CC3366;
}

.bg-red-600 {
    background-color: #CC3366;
}

.bg-red-700 {
    background-color: #CC3366;
}

.bg-red-800 {
    background-color: #CC3366;
}

.bg-red-900 {
    background-color: #CC3366;
}

.text-red-300 {
    color: #CC3366;
}

.bg-red-500 {
    background-color: #CC3366;
}

.text-red-400 {
    color: #CC3366;
}

.text-red-500 {
    color: #CC3366;
}

.text-red-600 {
    color: #CC3366;
}

.text-red-700 {
    color: #CC3366;
}

.text-red-800 {
    color: #CC3366;
}

.text-red-900 {
    color: #CC3366;
}

.text-white {
    color: #fff;
}
