/* ItsRickysChannel Streaming Pages Stylepage */


body{
	background-image: url("../assets/logobg.jpg"); 
	background-size: cover;
	background-attachment: fixed;
	background-color: #5d0000;
	margin:0;	
	font-family: roboto;
}


/* TITLE NAVIGATION BAR */
.titlebar{
	padding: 0px 0; 
	display:block; 
	background-color:#000000; 
	height:50px; 
	width:100%;
}
			
.globalnav{
	margin:auto; 
	font-family: roboto italic; 
	width:950px; 
	font-size:20px; 
	list-style-type:none; 
	overflow:hidden; 
	color:white; 
	overflow:hidden;
	padding-top: 2px;
}

.irclogo{
	float: left;
	margin: auto;
	color: white;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 9px;	
}
.globalmenuitem {
	float: left;
}
.globalmenuitem a {
	font-family: Roboto Italic; 
	font-size: 22px; 
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 11px;
	padding-right: 11px;
}
.globalmenuitem a:hover:not(.active) {
	background-color: #840000;
}


/* Main Content */
.maincontent{
	width: 920px;
	margin: auto;
	height: auto;
	font-family: Roboto;
}


/* LOCAL NAVIGATION MENU */
.navbarlocal{
	font-family: roboto bold;
	background-color: #000000;	
	list-style-type: none;	
	margin: 0;
	padding: 0px 5px;	
	overflow: hidden;	
}
.navbutton {
	float: left;
}
.navbutton a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;	
	padding-top: 9px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 9px;
}
.navbutton a:hover:not(.active) {
	color: white;
	background-color: #C10300;
}
.activepage {
  color: white;
  background-color: #840000; 
}




/* Header Box Graphic */
.headerbox{
	background-color: #840000;
	background-image: url("assets/live.png"); 
	background-size: contain;
	background-repeat: no-repeat;
	width: 920px;
	height: 115px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* SITE MAP */
.whitespace{
	background-color: white;
	margin-top: 0px;
}
h1{
	font-family: roboto bk italic;
	font-weight: normal;	
	font-size: 48px;
	text-align: center;
	color: #C10300;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:1px;
	padding-top:5px;
}
h2{
	font-family: roboto bk italic;
	font-weight: normal;	
	font-size: 28px;
	color: #C10300;
	margin-top: 11px;
	margin-left:8px;
	margin-right:8px;	
	margin-bottom:2px;
}
h3{
	font-family: roboto bold;
	font-weight: normal;
	line-height: 25px;
	color: #C10300;	
	font-size: 22px;
	margin-top:13px;
	margin-left:8px;
	margin-right:8px;		
	margin-bottom:3px;
}	
p{
	font-size: 18px;
	margin-bottom:10px;
	margin-top:3px;
	margin-left:8px;
	margin-right:8px;		
	margin-bottom:9px;
}
.para-center{
	font-size: 18px;
	margin-bottom:10px;
	text-align: center;
	margin-top:0px;
	margin-left:8px;
	margin-right:8px;		
	margin-bottom:1px;
}





/* Rules List */
.listitemrule {
    list-style-type: none; /* Ensure no default bullets */
    padding: 0;	
	margin-left: 31px;
	font-size: 19px;
	color: #C10300;	
	font-family: roboto bold;
}
.listitemrule li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 8px;
}
.listitemrule li::before{
    content: "►";
    color: #474747; /* Different color for this list */
    position: absolute;	
    left: 0;
    top: 0;
	font-size: 21px;
}




.flex_container{
	display: flex;
	gap: 7px;
	grid-template-columns: auto auto auto auto;
	overflow: hidden;
	flex-wrap: wrap;
	height: auto;
	width: auto;
	margin-bottom: 2px;
}



.list_column_div{
	width: 245px;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 3px;
	padding-bottom: 8px;	
	border-color: black;
}


.column_title{
	font-family: roboto bold;
	font-weight: normal;
	font-size: 20px;
	line-height: 19px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.list_column_item{
	font-size: 18px;	
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5x;
}
.list_column_item ul {
	padding-left: 20px;
	margin-left: 0px;	
}



/* Red Highlight */
.redhl{
	font-family: roboto bold;
	color:  #C00000;
}



.disclaimer{
	font-family: Roboto Italic;
	line-height: 15px;
	font-size: 13px;
	color: gray;
	margin-top:8px;
	margin-bottom:2px;
	text-transform: capitalize;
}




/* FOOTER DESIGN */
.footer {
	height: 100px;
	background-color: #840000;
	background-image: url("../assets/footerbg.jpg");
	color: white;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 14px 0;
}
.footertext{
	margin-top: 20px;
	margin-bottom: 2px;
	font-family: roboto italic;	
}