.dark-theme{
    color:#000;
    background-color: #fff;
}
.dark-theme a{
    color:#000;
    background-color: #fff;
}
.dark-theme:hover{
    color:#000;
    background-color: #fff;
    text-decoration: none;
}
.footer{
    color:#000;
    -webkit-box-shadow: 0px -11px 42px -8px rgba(0, 0, 0, 0.51); 
    box-shadow: 0px -11px 42px -8px rgba(0, 0, 0, 0.51);
    padding:40px !important;
}
.footer a{
text-decoration: underline !important;
}
strong{
    color:#000;
}
html{
    color:#000;
    background-color: hsl(0, 0%, 85%);
}
a{
    text-decoration: none !important;
    color:#000;
}
a:hover{
    color:#000;
}
p{
    font-family: 'Nunito', sans-serif;
}
span{
    font-family: 'Nunito', sans-serif;
}
.is-primary{
    background-color:#8e3fcb !important;
}
.button:hover{
    background-color:#7a34b0 !important;
    transition: 0.3s
}
.navbar{
    -webkit-box-shadow: 0px 10px 50px 5px rgba(255, 255, 255, 0.57); 
    box-shadow: 0px 10px 50px 5px rgba(255, 255, 255, 0.57);
}
@media only screen and (max-width: 1050px) {
    .navbar-brand img{
      width: 400px;
    }
    div.navbar-brand{
        display: flex;
        justify-content: center;
        align-items: center;
    }
  }

  @media only screen and (max-width: 1050px) {
    .mobile-hidden{
    display:none;
    }
    .navbar-item .buttons{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom:10px;
    }
  }  

  @media only screen and (min-width: 1050px) {
    .desktop-hidden{
    display:none;
    }
  }

  @media only screen and (max-width: 450px) {
    .navbar-brand img{
      width: 300px !important;
    }
}
.followers-section{
    color:#000;
}
@media only screen and (min-width: 1500px) {
    .desktop-hidden{
    display:none;
    }
    .followers-section{
        margin-left:20%;margin-right:20%
    }
  }

  @media only screen and (max-width: 769px) {
    .likes-column{
      margin-right:0px !important;
      margin-bottom:15px;
    }
}

@media only screen and (min-width: 900px) {
    .followers{
    font-size: 120px !important;
    }
}

@media only screen and (min-width: 765px) {
    .modal-card{
    width:40% !important;
    }
}
.hide{
    display:none;
}
.popout{
    transition: transform .7s;
}
.popout:hover {
    transform: scale(.98);
}
.home-text{
color:#fff;
background-color: hsl(0, 0%, 100%);
margin: auto;
width: 75%;
border-radius: 6px;
-webkit-box-shadow: 0px 0px 50px 6px rgba(0,0,0,0.20); 
box-shadow: 0px 0px 50px 6px rgba(0,0,0,0.20);
}
.home-text p{
    color:rgb(0, 0, 0);
}
.home-text strong{
    color:rgb(0, 0, 0);
}
.home-text h1{
    color:rgb(0, 0, 0);
    font-family: 'Nunito', sans-serif;
    font-size:32px;
    padding-bottom:5px;
}
.home-text h2{
    color:rgb(0, 0, 0);
    font-family: 'Nunito', sans-serif;
    font-size:28px;
    padding:10px;
}

@media only screen and (max-width: 1200px) {
    .home-text{
        width: 95%;
        }
}

.notification{
    margin: auto;
    width: 35%;
    padding:15px;
}

@media only screen and (max-width: 1000px) {
.notification{
        width: 70%;
        padding:10px;
        }
}
@media only screen and (max-width: 500px) {
    .notification{
            width: 85%;
            padding:10px;
            }
    }


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #171717 #303030;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 14px;
  }

  *::-webkit-scrollbar-track {
    background: #303030;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #171717;
    border-radius: 8px;
    border: 2px solid #404040;
  }

.footer{
background-color:#fff !important;
]