/**
* Layers DevKit Custom Main CSS
*/
.site-header{
	display:none;
}

.site-footer{
	display:none;
}


/**
* Layers DevKit Custom Desktop CSS
*/
@media only screen and (min-width: 769px){
	.panel-widget-style{
	padding:20 100 20 100;

}
.panel-grid-row{
	padding:0 0 0 0;
}

.panel-row-style{
	padding:0 0 0 0;
}
}

/**
* Layers DevKit Custom Tablet CSS
*/
@media only screen and (min-width: 376px) and (max-width: 768px){
	body{
	font-size:18px;
}
}

/**
* Layers DevKit Custom Mobile CSS
*/
@media only screen and (max-width: 375px){
	.panel-widget-style{
	padding:0 0 0 0;

}
body{
	font-size:18px;
}
}