/* 
    Created on : 21 Oct 2022, 15:40:46
    Author     : LordMatt <@lordmatt>
    Version    : 4.3.0002
*/

/****************************************
*** Theme customization starts below ***
*****************************************/

.comment-list .mention {
    display:block;
}

#brill-head-decor {
    clear : both;    
    min-height: 80px;
    max-width : 100% !important;
    background-image:  url("assets/images/brill-i-tude.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    margin-top:-0.25em; 
}


#brilltag {
    min-height: 180px;
    background-image:  url("assets/images/isBrill-150.png");
    background-repeat: no-repeat;
    background-position: top 30px center;
    text-align: center;
    font-weight: 900;
    font-size: 140%;
}

#secondary {
    min-height: 180px;
    background-image:  url("assets/images/brill-roll.png");
    background-repeat: no-repeat;
    background-position: top 30px right;
}


/* 
    Created on : 13 Jan 2025, 01:00:00
    Author     : LordMatt <@lordmatt>
    Version    : 4.3
*/

/****************************************
*** Fix for brillbox on small screens ***
*****************************************/

@media only screen and (max-width: 600px) {
	#brillbox-inner {
		min-width:250px !important;
		max-width:500px;
	}
	#brillbox-outer{
		padding:0!important;
	}
}
@media only screen and (max-width: 300px) {
	#brillbox-inner {
		min-width:150px !important;
		max-width:250px !important;
	}
}


