html {
    scroll-behavior: smooth;
}
.navi {
    width: 100%;    
    background-color: #2A9FD6;
}
.navi a {
    color: white;
    display: inline-block;
    margin: 20px 0px 20px 20px;
    padding: 0px;
    font-size: 14pt;
}
.navi a:hover {
    color: black;
}
.bigali-logo-wrapper {    
    text-align: center;
    width: 100%;   
}
.bigali-logo-wrapper img {
    width: 100%;
}
.content {
    margin: 20px;
}
.icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.section-wrapper {
    display: flex;
    flex-direction: row;    
    align-items: flex-start;
    width: 100%;
}
.space-above {
    margin-top: 50px;
}
.section-image {
    width: 200px; 
    height: 200px; 
    border-radius: 200px;    
    margin-right: 20px;          
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;   
    border: 5px solid #2A9FD6;
}
.ali-home-image {
    background-image: url('../images/ali-home.jpg');
}
.ali-drops-image {
    background-image: url('../images/ali-drops.jpg');
}
.drops-form {
    max-width: 500px;
}
#form-submit-msg {
    display: none;
}
#example-extra {
    display: none;
}
footer {
    text-align: center;
    padding-bottom: 20px;
}
.song-wrapper {
    width: 100%;
    margin-top: 40px;
    display: flex;       
    flex-direction: row;
    justify-content: flex-start;
}
.song-wrapper img {
    width: 300px; 
    height: 300px;   
    border-radius: 10px;
    margin: 0px 25px 25px 0px;
}
.song-wrapper h2 {
    font-size: 16pt;     
}
.controls {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 25px;    
}
.controls img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 7px;;  
}
.controls img:hover {
    opacity: .5;
    cursor: pointer;
}

/* OVERRIDES */
.nav-item {
    font-size: 14pt;
}
.section-title {
    font-size: 20pt;
    font-style: italic; 
}
hr {
    border: 1px solid #505050;
}

/*
* =================================
* Responsive styling
* =================================
*/
@media only screen and (max-width: 820px) {
    .song-wrapper { flex-wrap: wrap }    
}
@media only screen and (max-width: 600px) {
    .section-image { width: 125px; height: 125px; border-radius: 125px }    
    .space-above { margin-top: 20px }
    .navi { text-align: center }
    .navi a { font-size: 12pt }

}