@charset "utf-8";
/* CSS Document */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

.menu-section {
    min-height: auto;
    background: #ffffff;
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: relative;
}

.main-section {
    min-height: auto;
    background: #EDEDED;
	padding-top: 4rem;
	padding-bottom: 0rem;
	position: relative;
}

.content-section {
    min-height: auto;
    background: #EDEDED;
	padding-top: 48px;
	padding-bottom: 48px;
	position: relative;
}

.footer-section {
    height: auto;
    background: #EDEDED;
	padding-top: 0;
	padding-bottom: 3.3rem;
	text-align: center;
}

