/*
Theme Name: Rob The Builder
Theme URI: https://www.rob-the-builder.com
Author: Robert Szecsodi
Author URI: https://www.rob-the-builder.com
Description:  Wordpress Theme Without Limitations | I Will Not Repeat Myself
Text Domain: robthebuilder
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.clear{
	clear:both;
}
.yellowfont{
	color:#f5be09;
}
.blackfont{
	color:#000000;
}
.chilifont{
	color:#e7272d;
}
.yellowbox{
	background-color:#f5be09;
	padding:15px;
}
.blackbox{
	background-color:#000000;
	padding:15px;
}
.chilibox{
	background-color:#e7272d;
	padding:15px;
}
.blackboard{
	background:#000000;
}
.yellowboard{
	background-color:#f5be09;
}
.chiliboard{
	background-color:#e7272d;
}
.opacity50{
	background-image:url(assets/images/opacity50.png);
}
.opacity60{
	background-image:url(assets/images/opacity60.png);
}
.opacity70{
	background-image:url(assets/images/opacity70.png);
}
.wp-post-image{
	max-width:100%;
}