/*
	.fitgrd - responsive grid system
	open http://www.fitgrd.com for more information
	download at https://github.com/jayalai/fitgrd
	Licensed under GPL and MIT.
*/

body{
	font: 300 1em/1.5em 'Helvetica', Arial, sans-serif;
}


/* just for demonstration - remove this */

header{
	background: #fff;
	margin: 0;
	padding: 0;
}
.slide{
	padding: 2em 0;
}
.first-content{
	background: #f7f7f7;
}
.second-content{
	background: #eee;
	padding: 5em 0;
}
.third-content{
	padding: 4em 0;
}
.fourth-content{
	background: #e9e9e9;
}
footer{
	background: #ccc;
}
.fg1,.fg2,.fg3,.fg4,.fg5,.fg6,.fg7,.fg8,.fg9,.fg10,.fg11,.fg12 {
	padding: 1em 0;
	font-size: .9em;
	margin-bottom: 2%;
	font-weight: bold;
	/*text-align: center;*/
}

.fg-no-gutter > [class*="fg"] {
	height: auto;
	background: none;
}
.fg-no-gutter .fg3
{
    text-align: center;
}
.fg-no-gutter .fg2
{
    text-align: center;
}
.fg-no-gutter .fg4
{
    text-align: center;
}
.headline{
	font-size: 2em;
	background: none;
	padding: 1em 0;
}

/* ======================================= 
   media queries
   ======================================= */


/* tablet size */   
@media screen and (max-width: 48em ) {
	
	/* css */
	
}   
    
/* smartphone size */
@media screen and (max-width: 36.5em ) {
	
	/* css */

}one size */
@media screen and (max-width: 36.5em ) {
	
	/* css */

}