 @font-face {
   font-family: 'quicksand';
   src: url('/Quicksand-Bold.ttf') format('truetype');
}

body {
    background-color: #c9f5ff;
    font-family: 'quicksand', serif;
    color: #353535;    
    width: 100%;
    height: 89vh;
    margin: 0;
}

a {
    text-decoration: none;
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 20px;
    margin-top: 20px;
}

.navbar a {
   color: #353535; 
}


#sb-home-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.app-button img {
    width: 203px;
    margin-bottom: 8px;
}

#sb-title {
    font-size: 33px;
}

#sb-bunny {
    width: 160px;
    margin-top: 25px;
}

#kofi-container {
    margin-top: 8px;
}

#app-badges-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

#merch {
    margin-top: 10px;
}

#merch a{
    text-decoration: none;
    color: #353535;
}
    
#privacy-policy {
    margin-top: 10px;
}

#privacy-policy a{
    text-decoration: none;
    color: #353535;
}

.info-container {
    padding-left: 21px;
    padding-bottom: 30px;
    padding-right: 29px;
}

.index-links {
    display: flex;
    flex-direction: column;
}

#social-media-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#social-media-container a img {
    height: 30px;
    padding-left:10px;
    padding-right: 10px;
}

#social-media-container a:nth-of-type(2) img {
    height: 40px;
    padding-left:10px;
    padding-right: 10px;
}

@media (orientation : landscape) {
    .navbar {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height: 50px;
        font-size: 44px;
        margin-top: 50px;
    }
    
    .navbar a {
       color: #353535; 
    }
    
    #sb-home-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    
    .app-button img {
        height: 60px;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    #sb-title {
        font-size: 49px;
    }
    
    #sb-bunny {
        width: 300px;
        margin-top: 120px;
    }
    
    #kofi-container {
        margin-top: 20px;
    }
    
    #app-badges-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }
    
    #privacy-policy {
        margin-top: 10px;
        padding-bottom: 20px;
    }
    
    #privacy-policy a{
        text-decoration: none;
        color: #353535;
    }
    
    #merch {
        margin-top: 20px;
    }
    
    #merch a{
        text-decoration: none;
        color: #353535;
    }
    
    .info-container {
        padding-left: 21px;
        padding-top: 100px;
        padding-bottom: 30px;
        padding-right: 21px;
    }
}