*      {margin:0 auto;padding:0;}
		
html    {height:100%;}

body    {min-height:100%;position:relative;background:#E9E9E9;font-size:1em;}
#wrapper {padding-bottom:150px;}
#rb-page-title > span{ padding:5px 15px; background:red; color:white; border-radius:5px;}

#rb-menu-toggle{
	width:800px;
	margin:0 auto;
	font-size:1.5em;
	cursor:pointer;
	font-weight:600;
	z-index:2;
	}

#header  {
	position: fixed; 
	top:0px;	 
	background-color:red;
	z-index: 1000;
	transition: 0.2s;
	min-width:100% ;
	height:120px;
	border-bottom:solid 1px #E9E9E9; 

	}
	
.header-flex{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	}

#logo {
	height:115px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	}
#content {
	width:900px;
	text-align:left;
	margin-top:130px;
	}

#footer {background:red;width:100%;height:150px;position:absolute;bottom:-0;left:0;text-align:center;color:#fff;}

#footer a {color:white;text-decoration:none;}  


 .rb-ul{
	list-style:none;
	font-size:1.25em;
	text-align:left;
	}
	
 .rb-ul li{
 	width:285px;
 	}	
.rb-ul-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.rb-ul-card--card{
	width:30%;
	min-height:250px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.20),0 2px 10px 0 rgba(0,0,0,0.20);
	margin-bottom:20px;
	text-align:left;
	}
.rb-ul li::before{
	content: url('../img/nav/list-right.png');


