@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.eot');
    src: local('Nunito Regular'), local('Nunito-Regular'),
         url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nunito-Regular.woff2') format('woff2'),
         url('../fonts/Nunito-Regular.woff') format('woff'),
         url('../fonts/Nunito-Regular.ttf') format('truetype'),
         url('../fonts/Nunito-Regular.svg#Nunito') format('svg');
    font-weight: 400;
    font-style: normal;
}

* { margin:0; padding:0; }
body { font-family: "Nunito";}
html,
body,
.main-wrapper {
	height: 100%;
}                                                                                         

.main-content {
	padding-bottom: 3em;
}

.maincontent
{
	border: 1px solid lightGray;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

body > .main-wrapper { height: auto; min-height: 100%;}




