/*primary color*/
.bg-cream {
    background-color: #c7f9cc;
}

/*font*/
body {
    font-family: 'Poppins', sans-serif;
}

.bg-yellow-500 {
    background-color: #F48C06;
}

.bg-button-500 {
    background-color: #ebce6d;
}

.text-yellow-500 {
    color: #22577a;
}
.floating { 
    animation-name: floating; 
    animation-duration: 3s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
} 
@keyframes floating { 
    0% { transform: translate(0, 0px); } 
    50% { transform: translate(0, 8px); } 
    100% { transform: translate(0, -0px); }  
} 
.floating-4 { 
    animation-name: floating; 
    animation-duration: 4s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
} 
@keyframes floating-4 { 
    0% { transform: translate(0, 0px); } 
    50% { transform: translate(0, 8px); } 
    100% { transform: translate(0, -0px); }  
}
.text-darken {
    color: #38a3a5;
}

.text-cl-btn {
    color:#22577a;
}

.icon-gif {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.icon-gif-badge {
    width: 250px;
    height: 250px;
    display: inline-block;
}

.mt-32 {
    margin-top: 4rem;
}

.logo {
    max-width: 250px;
  }

  .logo-footer {
    max-width: 250px;
    margin-right: 1rem;
    
  }

  @media (min-width: 400px) {
    .logo-footer {
        max-width: 150px;
    }
    
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 5rem;
}

.social-links {
    text-align: center;
    padding-bottom: 0.75rem;
}

.collab {
    padding-top: 3rem;
}

.collab-text {
    padding-bottom: 2rem;
}

.rounded-full{
    border-radius: 12px;
}

@media only screen and (max-device-width: 500px){
    #contact-button-low{
        position: fixed;
        z-index: 999;
        bottom: 2vh;
        padding-left:10px;
        padding-right: 10px;
        width: 100%;
        display: inline-flex;
    }
    
    #btn-low-sx{
        width: 100%;
        padding-right: 5px;
        border-radius: 12px;
        font-size: 0.9rem;
        line-height: 0.9rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
        text-align: center;
    }
    
    #btn-low-dx{
        width: 100%;
        padding-left: 5px;
        border-radius: 12px;
        margin-left: 0.8rem;
        font-size: 0.9rem;
        line-height: 0.9rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
        background-color: #2869ff;
        color: white;
        text-align: center;
    }

}

@media screen and (min-device-width:501px) {
    #contact-button-low{
        display: none;
    }
    
}

#my-slider {
    padding-bottom: 33px;
}