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: 240px;
}
nav.top-nav {
    height: 150px;
    line-height: 150px;
    font-size: 40px;
}
a.button-collapse.top-nav.full {
    line-height: 150px;
}
a.button-collapse.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;
}
.side-nav li {
    padding: 0px;
}
.side-nav.fixed a {
    padding: 0px 30px;
}
.my-size {
    font-size: 40px;
}
.menu-icon {
    position: absolute;
    line-height: 60px;
}
.menu-spacing {
    margin-left: 55px;
}
a.brand-logo {
    height: 150px;
    min-height: 150px;
    font-size: 2rem;
    text-align: right;
    line-height: 30px;
}
#logo-container {
    padding-top: 60px;
}
.name-heading {
    font-size: 50px;
    color: #606060;
}
.table-info {
    color: #606060;
    font-size: 18px;
    line-height: 14px;
}
main div.container {
    padding-top: 240px;
}
.center-content {
    justify-content: center;
    flex-direction: column;
    display: flex;
    min-height: inherit;
}
.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;
}

@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;
    }
}
@media only screen and (min-width : 992px) {
    .container {
        width: 85%;
    }
}
