@charset "utf-8";
/* CSS Document */

html, 

body {
	margin-top:0px;
	padding:0px;
	overflow-x:hidden;
}

.matter {
font-family: 'Mada', sans-serif;
text-align:justify;
font-size:17px;
color:#757588;
padding-bottom:10px;
padding-right:10px;
padding-top:10px;
}

.yellow {
	background-color:#f7b332;
	display:inline-block;
	padding: 10px;
}


/*Responsive code*/
/*X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap

Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { ... }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { ... }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { ... }

/*X-Large devices (large desktops, 1200px and up)
*/@media (min-width: 1200px) { ... }

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { ... }
/*Responsive code*/
