/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Sep 7, 2023, 6:47:17 PM
    Author     : AllyCat
*/

#SmallPageTitleBlock{
    background-color: #efe370;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23020006' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    border-bottom: 1px black solid;
    padding: 10px;
    overflow: auto;
}

#SmallPageTitle_WWWIcon,
#SmallPageTitle{
    display: inline;
}

#SmallPageTitle {

    margin: 0px;

}

#SmallPageTitle_WWWIcon{
    margin: 0px;
    height: 30px;
    width: 30px;
}

#SmallPageTitleDescription{

    margin: 0px;
}


@media only screen and (max-width: 345px) {

    #SmallPageTitle_WWWIcon,
    #SmallPageTitle{
        display: block;
    }


    #SmallPageTitle{
        font-size: 20px;
    }

    #PageCTABox div:nth-child(1){
        margin-bottom: 10px;
    }

}