/*
Theme Name: Avalon 2026
Theme URI: https://thesteventimothypatrickband.com/
Author: Focus Media Qatar
Author URI: https://focusmediaqatar.com/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: avalon2026
Tags: avalon-theme
*/
.navbar-nav .nav-item a.nav-link{
	font-size: 20px;
    font-weight: 700;	
    text-transform: uppercase;
/*     color: #fe7601; */
}
.color-white{
	color: #ffffff !important;
}
.color-black{
	color: #000000 !important;
}
@media (min-width: 96rem) {
    .\32 xl\:text-\[360px\] {
        font-size: 200px;
    }
	.\32 xl\:top-\[54px\] {
        top: 20px;
    }
}
@media (min-width: 80rem) {
    .xl\:text-\[310px\] {
        font-size: 170px;
    }
	.xl\:top-\[47px\] {
        top: 10px;
    }
	.xl\:text-8xl {
		font-size: 5rem;
	}
	.xl\:pt-\[300px\] {
        padding-top: 300px;
    }
}
@media (min-width: 48rem) {
    .md\:text-\[180px\] {
        font-size: 70px;
    }
	.md\:top-\[27px\] {
        top: 0px;
    }
}

@media (min-width: 64rem) {
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
	.lg\:text-\[260px\] {
        font-size: 140px;
    }
	.lg\:top-\[39px\] {
        top: -5px;
    }
}

#post-11 .page-content h2{
	font-size: 35px;
    margin-bottom: 15px;
	color: #fe7601;
}
#post-11 .page-content p{
	font-size: 1.25rem;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
}
.light\:overflow-hidden:where([class=dark], [class=dark] *) {
    overflow: hidden;
}