/* Learning Centre Website Homepage */


body{
	background-image: url("assets/backwall2.jpg"); 
	background-size: cover;
	background-attachment: fixed;
	background-color: #007a76;
	margin:0;
	font-family: roboto;
}


/* Main Content */
.maincontent{
	width: 950px;
	margin: auto;
	height: auto;	
}



/* 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; 
	list-style-type:none; 
	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;
	font-family: roboto italic; 
}
.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;
}


.flexcontainer{
	display: flex;
	gap: 6px;
	grid-template-columns: auto auto auto auto;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
	width: auto;
	flex-wrap: wrap;	
}
.thumbnailitem{
	float: left;
	height: 267px;
	width: 233px;
	background-color: #10adad;
	background-size: cover;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;	
	text-decoration: none;
}
.thumbnailitem:hover{
	color: white;
	text-decoration: underline;
}
.thumbnailimage{
	height: 158px;
	width: 223px;
	background-image: url("assets/tile_backimage.jpg");
	background-size: cover;
	background-position: center; 
	background-repeat: no-repeat;	
	background-color: black;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;	
	margin-bottom: 0px;
}
.thumbtitle{
	font-family: roboto bold;
	color: white;
	font-size: 25px;
	line-height: 25px;
	margin-top: 8px;
	margin-left: 4px;
	margin-right: 4px;	
	margin-bottom: 0px;
}
.thumbdesc{
	font-family: roboto;
	color: white;
	font-size: 14px;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 4px;	
	margin-bottom: 3px;
}



/* website Title thing */
.titlenamebar{
	background-image:url(assets/learning_narrow_title.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 4px;
	height: 50px;
	width: 100%;
	color: white;
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	background-color: #000000;
}
.titlename {
	float: left;
	font-family: roboto bold italic;
	font-size: 36px;
	line-height: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 9px;		
}
.titlename a{ 
	display: block;	
	text-shadow: 1px 2px 5px #000000;
	color: white;
	text-align: center;
	text-decoration: none;
}
.titlebutton {
	font-family: roboto bold italic; 
	float: left;
	font-size: 18px;
}
.titlebutton a {	
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left: 9px;
	padding-right: 9px;
}
.titlebutton a:hover:not(.active) {
	background-color: #027878;
	text-decoration: underline;
}





/* SITE MAP */
.white_space{
	background-color: white;
	margin-top: 12px;
}
.dividingline{
	padding-bottom: 1px; 
	background-color: #bababa; 
	margin-left: 9px;
	margin-right: 9px;
}



.herographic{
	background-image:url(assets/hero_main.png);
	background-size: 100% 100%;
	background-color: #10adad; 
	width: 100%;
	height: 180px;
	margin-bottom: 10px;
}


.heading1{
	font-family: roboto bold italic;
	font-size: 38px;
	color: #10adad; 
	text-align: center;
	margin-top: 12px; 
	margin-left: px; 
	margin-bottom: 4px;	
}
.para{
	margin-left: 9px;
	margin-right: 9px;
}



.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_div{
	width: 380px;
	margin-top: 4px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 8px;
	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: 4px;
	text-transform: capitalize;	
}
.hyper_list_item{
	margin-left: 0px;
	font-family: roboto;
	font-size: 18px;
	color: #10adad;	
	margin-bottom: 6px;
	line-height: 19px;
}
.hyper_list_item::marker{
	color: black;	
}
.hyper_list_item a{
	font-family: roboto;
	font-size: 17px;
	color: #10adad; 
	text-decoration: none;
}
.hyper_list_item:hover{
	text-decoration: underline;
}





















/* Related Links */
.relatedbox{
	height: 50px;
	width: 950px;
	background-color:#000000; 
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: normal;
}
.relatedtitle{
	float: left;
	font-family: roboto;
	font-size: 17px;
	color: white;
	padding-top: 14px;
	padding-left: 6px;
	margin: 1px;
}
.relatedsection{
	float: left;
	font-family: roboto medium;
	font-weight: normal;
	font-size: 17px;
	color: white;
	margin-top: 3px;
	margin-left: 7px;
	background-color: #454545;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 12px;	
}
.relatedsection a{
	color: white;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;	
}

.relatedsection:hover {
    background-color: transparent; 
    color: #454545; 
}
.actioncenter:hover {
    background-color: #5500ab; /* Example: OrangeRed */
}
.warehousecenter:hover {
    background-color: #ba2525; /* Example: Firebrick */
}







/* FOOTER DESIGN */
.footer {
	height: 100px;
	background-color: #840000;
	background-image: url("../assets/footerbg.jpg");
	background-position: center left;
	background-size: cover;
	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;	
}