article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
html, body, main {
    min-height: 100vh;
}
main {
    margin-top: -240px;
}

header, main, footer {
    padding-left: 250px;
}
.sidenav {
    width: 250px;
}

nav.top-nav {
    height: 150px;
    line-height: 150px;
    font-size: 40px;
}
a.sidenav-trigger.top-nav.full {
	line-height: 150px;
}
a.sidenav-trigger.top-nav {
	position: absolute;
	text-align: center;
	height: 48px;
	width: 48px;
	left: 7.5%;
	top: 0px;
	float: none;
	margin-left: 1.5rem;
	color: #FFF;
	font-size: 32px;
	z-index: 2;
}
.sidenav li {
    padding: 0px;
}
.sidenav li > a {
    height: 60px;
    line-height: 60px;
}
.my-size {
	font-size: 40px !important;
}
.menu-icon {
	position: absolute;
    line-height: 58px !important;
}
.menu-spacing {
	margin-left: 55px;
}
a.brand-logo {
	height: 150px !important;
    min-height: 150px !important;
    font-size: 2rem !important;
    text-align: right;
    line-height: 30px !important;
}
#logo-container {
	padding-top: 40px;
}
.name-heading {
	font-size: 50px;
    color: #606060;
}
.table-info {
	color: #606060;
    font-size: 18px;
    line-height: 14px;
    border-collapse: unset;
}
.table-info > tbody > tr {
    height: 50px;
}
.table-info > tbody > tr > td > i.material-icons {
    position: absolute;
    margin-top: -21px;
}
main div.container {
	padding-top: 240px;
}
.center-content {
	justify-content: center;
    flex-direction: column;
    display: flex;
    min-height: inherit;
}
#bottom-icons {
    padding-bottom: 20px;
    margin-top: 30px;
}
#bottom-icons i {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 10px;
    color: grey;
}
.social-size {
	font-size: 22px;
}
.table-thinner {
	font-weight: 300;
}
.card-title {
	font-size: 25px;
    position: relative;
}
.card-panel {
	line-height: 2;
}
.card-title img {
	position: absolute;
    right: 10px;
    top: 10px;
}
ul.with-disc li {
    list-style-type: disc;
    list-style-position: inside;
}

li > i.material-icons {
    font-size: 17px;
    margin-right: 5px;
}

@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0;
    }
    nav .nav-wrapper {
        text-align: center;
    }
    nav.top-nav {
        font-size: 30px;
    }
    .mff-logo {
        width: 70px;
        height: 70px;
    }
}
@media only screen and (min-width : 992px) {
    .container {
	   width: 85%;
    }
}
@media only screen and (max-width : 415px) {
    .card-title img.gym-logo {
        display: none;
    }
}
