
/*
 Theme Name:   Lyretail Child
 Theme URI:    http://wordpress.com/themes/lyretail
 Description:  Child theme for Lyretail
 Author:       Automattic
 Author URI:   http://automattic.com/
 Template:     minnow
 Version:      1.0.5-wpcom
*/

body{
    margin: 0 !important;
}

.app{
    display:flex !important;
}


h1,h2,h3,h4,h5,h6{
    font-family: Calibri,sans-serif !important;
    font-weight: normal !important;
    color:#31326F !important;
}



p,li{
    color:rgb(52, 81, 81) !important;
    font-family:"Quattrocento Sans", serif !important;
    font-size:15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 10px !important;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    background: #000 !important;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    background: #40E0D0 !important;
    border-radius: 5px !important;
}


/*
#masthead > div > h1 > a{
    font-family: "Header of All Font", cursive;
    font-weight: bold;
    font-style: normal;
}
*/


@media (max-width: 600px){
    h1{
        font-size:26px !important;
    }
    h2{
        font-size: 24px !important;
    }
    h3{
        font-size:20px !important;
    }
    h4{
        font-size:18px !important;
    }
    h5{
        font-size:16px !important;
    }
    
    /*
    .site-header{
        background-image: url("https://basements.online/wp-content/uploads/2025/12/stars_milky_way_starry_sky_119836_3840x2160.jpg");
        //DONT USE
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
        width: 100% !important;
        height: 100% !important;
        object-fit:cover !important;
        //DONT USE


        //USE
        margin: 0 !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        min-height: 15vh !important;
        height: 15vh !important;
        position: relative !important;
        width:100% !important;
        //USE
    }
    */
}

@media (min-width: 601px) and (max-width: 5000px){
    h1{
        font-size: 28px !important;
    }
    h2{
        font-size: 24px !important;
    }
    h3{
        font-size:22px !important;
    }
    h4{
        font-size:18px !important;
    }
    h5{
        font-size:16px !important;
    }

    /*
    .site-header{
        background-image: url("https://basements.online/wp-content/uploads/2025/12/stars_milky_way_starry_sky_119836_3840x2160.jpg");
        
        //DONT USE
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        //DONT USE

        //USE
        background-size: 110% 100% !important;
        background-position:center !important;
        background-repeat: no-repeat !important;

        padding-left:0px !important;
        padding-right:0px !important;
        width: 100% !important;
        min-height: 15vh !important;
        height: 15vh !important;
        position:relative !important;
        z-index: 1 !important;
        //USE
    }
    */
}
