* {
    margin: 0;
    padding: 0;
    border: 0px solid red;
    max-width: 100%;
    max-height: 100%;
}
::selection {
    background-color: rgba(25, 25, 152, 0.418);
}
/*::-webkit-scrollbar {
    width: 17px;
    background-color: #baccea;
    box-shadow:  0px 0px 10px #000b2062;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(25, 25, 152, 0.658);
    width: 10px;
    border-radius: 20px;
    border:  rgba(20, 53, 80, 0) 3.7px solid;
    background-clip: content-box;
    transition: all .2s;
} 
::-webkit-scrollbar-thumb:hover {
    background-color: rgb(25, 25, 152);
    transition: all .2s;
} */
body {
    background-color: rgb(235, 241, 253);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(25, 25, 152);
    margin-bottom: 20px;
}
div {
    border-radius: 0px;
}
/*footer*/
.footer {
    width: 100%;
    text-align: center;
    position: static;
    margin-top: 100px;
    margin-bottom: 20px;
}
/* music player */
.player {
    position: fixed;
    width: 100%;
    padding-bottom: 10px;
    bottom: 0px;
}
audio {
    box-shadow: 0px -3px 10px #000b2044;
    width: 100%;
    background-color: whitesmoke;
}
.song-name {
    display: none;
    margin-bottom: 5px;
    padding-left: 20px;
    position: fixed;
    bottom: 2px;
    z-index: 2;
    color: black;
}

/*--grid layout--*/
.grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1004px;
    margin: auto;
    margin-bottom: 90px;
    margin-top: 40px;
}
.item-container {
    display: inline-block;
    list-style-type: none;
    width: 215px;
    height: 250px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
}
.item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 215px;
    height: 250px;
    margin-bottom: 35px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: rgb(84, 123, 194);
    background-image: url(images/stock-music1.jpg);
    background-size: cover;
    background-position: left;
    border-radius: 10px;
}
.item-name {
    color: whitesmoke;
    font-size: 17pt;
    text-align: center;
    width: 85%;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 45px;
    text-shadow: 0px 2px 5px black;
}
.button {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    background-color: rgb(84, 123, 194);
}
.button:hover, .button-sheet:hover {
    
    background-color: rgb(25, 25, 152);
}
.button-sheet {
    border-radius: 50%;
    border: 0 solid rgb(84, 123, 194);
    width: 60px;
    height: 60px;
    margin-top: 15px;
    background-color: rgb(84, 123, 194);
}
.play {
    position: relative;
    top: 0;
    left: 2px;
    width: 25px;
    fill: rgb(84, 123, 194);
    pointer-events: none;
}
.download {
    position: relative;
    top: 0;
    fill: rgb(84, 123, 194);
    width: 25px;
}
.break {
    width: 100%;
    
}
.view {
    width: 25px;
}
.song-paddin {
    width: 100%;
    height: 300px;
    margin: 20px;
    position: absolute;
}
/*--sheet music images--*/
.item-sheet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 215px;
    height: 250px;
    margin-bottom: 35px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: rgb(84, 123, 194);
    background-size: 150%;
    background-position: top;
    background-repeat: no-repeat;
    border: 3px solid rgb(84, 123, 194);
    border-radius: 10px;
}
.item-name-sheet {
    display: none;
    color: whitesmoke;
    font-size: 17pt;
    text-align: center;
    vertical-align: middle;
    width: 90%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background-color: rgb(84, 123, 194);
    border-radius: 10px;
    height: fit-content;
}
.break-sheet {
    width: 100%;
    height: 105px;
}
#sheet1 {
    background-image: url(images/sheet-thumbnails/god-has-provided.jpg);
}
#sheet2 {
    background-image: url(images/sheet-thumbnails/he-gave-all.jpg);
}
#sheet3 {
    background-image: url(images/sheet-thumbnails/i-will-not-forget.jpg);
}
#sheet4 {
    background-image: url(images/sheet-thumbnails/immanuel-god-with-us.jpg);
}
#sheet5 {
    background-image: url(images/sheet-thumbnails/in-gods-thoughts.jpg);
}
#sheet6 {
    background-image: url(images/sheet-thumbnails/lord-speak-to-me.jpg);
}
#sheet7 {
    background-image: url(images/sheet-thumbnails/the-sweetness-of-your-presence.jpg);
}
#sheet8 {
    background-image: url(images/sheet-thumbnails/who-is-like-our-god.jpg);
}
#sheet9 {
    background-image: url(images/sheet-thumbnails/you-are-faithful.jpg);
}
.item.selected {
    box-shadow: 0px 0px 0px 7px rgb(84, 123, 194);
}
/*--About Page--*/
.about-container {
    background-color: rgb(84, 123, 194);
    width: 75%;
    margin-left: 12%;
    margin-right: 12%;
    margin-bottom: 35px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.text-container {
    display: flex;
    justify-content: center;
}
.avatar-container {
    display: flex;
    justify-content: center;
    padding: 30px;
    height: 250px;
}
.avatar {
    border-radius: 50%;
    width: 200px;
    margin-top: 15px;
    border: 20px rgb(84, 123, 194) solid;
}
.about-text {
    text-align: justify;
    font-size: 14pt;
    background-color: rgb(84, 123, 194);
    color: whitesmoke;
    padding: 25px 35px 35px 35px;
    border-radius: 15px;
}
/*--contact page--*/
.contact-links {
    display: flex;
    flex-wrap: wrap;
    
    max-width: 1004px;
    margin: auto;
    margin-bottom: 90px;
    margin-top: 40px;
}
.big-links {
    position: relative;
    top: 120px;
}
.facebook {
    display: flex;
    width: 45%;
    height: 450px;
    background-color: #4267B2;
    background-repeat: no-repeat;
    background-image: url(images/facebook.svg);
    background-position: center;
    background-size: 70%;
    border-radius: 15px;
}
.email {
    display: flex;
    background-color: #b54536;
    width: 45%;
    height: 450px;
    background-repeat: no-repeat;
    background-image: url(images/mail.svg);
    background-position: center;
    background-size: 65%;
    border-radius: 15px;
}
.email:hover {
    background-size: 75%;
    transition: ease-in .2s;
    transition: ease-out .2s;
}
.facebook:hover {
    background-size: 80%;
    transition: ease-in .2s;
    transition: ease-out .2s;
}
/*--main page--*/
.content {
    padding-top: 65px;
    margin-bottom: 35px;
    border: 1px rgb(235, 241, 253) solid;
}
.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}
.t1 {
    font-size: 35pt;
    text-align: center;
}
.t2 {
    font-size: 15pt;
    font-weight: 500;
    width: 90%;
    text-align: center;
}
.image-link {
    width: 100%;
    height: 100%;
}
.links {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    padding-top: 20px;
    flex: 50%;
    flex-wrap: wrap;
    font-size: 25pt;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}
.big-links {
    text-shadow: 0px 1px 5px black;
    position: relative;
    top: 120px;
}
.sheet {
    display: flex;
    width: 45%;
    height: 350px;
    background-image: url(images/sheet-music.jpg);
    background-size: 110vmin;
    background-repeat: no-repeat;
    border-radius: 10px;
    transition: ease .3s;
}
.songs:hover, .sheet:hover {
    background-size: 120vmin;
    transition: ease-in-out .3s;
}
.songs {
    display: flex;
    background-image: url(images/stock-music.jpg);
    width: 45%;
    height: 350px;
    background-size: 110vmin;
    background-repeat: no-repeat;
    background-position: left;
    border-radius: 10px;
    transition: ease .3s;
}
.about:hover, .contact:hover {
    background-color: rgb(25, 25, 152);
}
.about:hover .short-links, .contact:hover .short-links {
    transform: scale(1.);
    transition: ease-in-out .2s;
}
.songs:hover .big-links, .sheet:hover .big-links {
    transform: scale(1.);
    transition: ease-in-out .1s;
}
.about {
    display: flex;
    height: 100px;
    width: 45%;
    background-color: rgb(84, 123, 194);
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: ease-in-out .3s;
}
.contact {
    display: flex;
    height: 100px;
    width: 45%;
    background-color: rgb(84, 123, 194);
    margin-top: 20px;
    border-radius: 10px;
    transition: ease-in-out .3s;
    margin-bottom: 20px;
}
.verse-align {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.verse-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
}
.verse {
    font-size: 17pt;
}
.reference {
    margin-top: 10px;
    font-size: 15pt;
    width: 70%;
}
/*--Header--*/
.home-tab {
    width: 230px;
    float: left;
    height: 100%;
    padding: 10px;
    transition: ease-in-out .3s;
}
.hlink {
    font-size: 17pt;
    font-weight: 500;
    height: 100%;
    width: fit-content;
    padding: 15px 17px 15px 17px;
    transition: ease-in-out .3s;
}
.hlink:hover, .home-tab:hover {
    background-color: rgb(25, 25, 152);
    transition: ease-in-out .3s;
}
.menu {
    display: flex;
    justify-content: space-between;
    width: 60%;
    position: relative; 
    right: 10px;
    height: 100%;
    margin-right: 0px;
}
.desktop {
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(84, 123, 194);
    padding: 0px;
    width: 100%;
    z-index: 3;
    box-shadow: 0px 3px 10px rgba(1, 4, 65, 0.493);
}
.mobile {
    display: none;
    position: fixed;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(84, 123, 194);
    padding: 0px;
    width: 100%;
    z-index: 3;
    box-shadow: 0px 3px 10px rgba(1, 4, 65, 0.493);
}
.mobile-menu {
    display: none;
    position: absolute;
    left: 0px;
    bottom: auto;
    border-radius: 0px;
}

.burger {
    width: 35px;
    margin-left: 20px;
}
.hlink-m {
    font-size: 17pt;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    border-radius: 0px;
}
.menu-item {
    width: 100%;
    padding-left: 15px;
}
a {
    color: whitesmoke;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
/*responsivness*/
@media only screen and (max-width: 1015px) {
    .grid {
        max-width: 753px;
    }
    /*::-webkit-scrollbar {
        width: 17px;
        background-color: #baccea;
        box-shadow:  0px 0px 10px #000b2062;
    }
    ::-webkit-scrollbar-thumb {
        background-color: rgba(25, 25, 152, 0.658);
        width: 10px;
        border-radius: 20px;
        border:  rgba(20, 53, 80, 0) 3.7px solid;
        background-clip: content-box;
        transition: all .2s;
    } 
    ::-webkit-scrollbar-thumb:hover {
        background-color: rgb(25, 25, 152);
        transition: all .2s;
    } */
}
@media only screen and (max-width: 820px) {
    .t1 {
        font-size: 25pt;
        margin: 0 20px 0 20px;
    }
    .home-tab {
        width: 250px;
        padding: 0 5px 0 5px;
        height: 75px;
    }
    .about-text {
        text-align: justify;
        padding-right: 25px;
        padding-left: 25px;
    }
    .about-container {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }
    .grid {
        max-width: 502px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: flex;
        justify-content: flex-start;
        
    }
    .mobile-menu {
        display: none;
    }
    .hamburger-menu:hover .mobile-menu {
        display: inline;
        flex-wrap: wrap;
        flex-direction: row;
        text-align: left;
        top: 70px;
        background-color: rgb(84, 123, 194);
        padding-bottom: 195px;
        padding-left: 0px;
        padding-right: 10px;
        width: 100%;
        height: 70px;
        border-bottom: 0px solid whitesmoke;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.245);
        position: fixed;
        top: 65px;
        
    }
    .burger {
        padding-bottom: 10px;
        position: relative;
        top: 7px;
    }
    
    .home-tab {
        float: left;
        position: relative;
        top: 0px;
    }
    .verse {
        font-size: 13pt;
    }
    .hamburger-menu {
        display: inline;
        flex-wrap: wrap;
        flex-direction: column;
        margin-right: 15px;
    }
    .menu-item:hover {
        background-color: rgb(25, 25, 152);
    }
    .sheet, .songs {
        background-size: 170vmin;
        transition: ease .3s;
    }
    .songs:hover, .sheet:hover {
        background-size: 180vmin;
        transition: ease .3s;
    }
    /*::-webkit-scrollbar {
        width: 17px;
        background-color: #baccea;
        box-shadow:  0px 0px 10px #000b2062;
    }
    ::-webkit-scrollbar-thumb {
        background-color: rgba(25, 25, 152, 0.658);
        width: 10px;
        border-radius: 20px;
        border:  rgba(20, 53, 80, 0) 3.7px solid;
        background-clip: content-box;
        transition: all .2s;
    } 
    ::-webkit-scrollbar-thumb:hover {
        background-color: rgb(25, 25, 152);
        transition: all .2s;
    }*/
}  
@media only screen and (max-width: 515px) {
    .grid {
        max-width: 251px;
    }
    .big-links {
        font-size: 22pt;
    }
    .links {
        font-size: 22pt;
    }
    .links {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .songs {
        width: 95%;
        margin-bottom: 20px;
    }
    .sheet {
        width: 95%;
    }
    .about {
        width: 95%;
    }
    .contact {
        width: 95%;
    }
    /*::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-thumb {
        border: 2px solid rgba(255, 0, 0, 0);
    }*/
}
@media only screen and (max-width: 360px) {
    .home-tab {
        width: 190px;
    }
    .sheet, .songs {
        background-size: 290vmin;
        transition: ease .3s;
    }
    .songs:hover, .sheet:hover {
        background-size: 300vmin;
        transition: ease .3s;
    }
    ::-webkit-scrollbar {
        display: none;
    }
}
@media only screen and (max-width: 290px) {
    .home-tab {
        width: 160px;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }
}