.layout-transparent {
    /*background: url('../assets/demos/transparent.jpg') center / cover;*/
}

.layout-transparent .mdl-layout__header,
.layout-transparent .mdl-layout__drawer-button {
    /* This background is dark, so we set text to white. Use 87% black instead if
       your background is light. */
    color: #444444;
}

.mdl-navigation__link {
    color: #444444 !important;
}

/*Custom*/
.mdl .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
    font-size: inherit;
}

.mdl .mdl-layout__tab-bar-button {
    display: none;
}

.mdl .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
    display: none;
}

.mdl .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
    overflow: visible;
}

.mdl .mdl-layout__tab-bar-container {
    height: 64px;
}

.mdl .mdl-layout__tab-bar {
    padding: 0;
    padding-left: 16px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.mdl .mdl-layout__tab-bar .mdl-layout__tab {
    height: 64px;
    line-height: 64px;
}

.mdl .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
    background-color: white;
    height: 4px;
}

.mdl main > .mdl-layout__tab-panel {
    padding: 8px;
    padding-top: 48px;
}

.mdl .mdl-card {
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mdl .mdl-card > * {
    height: auto;
}

.mdl .mdl-card .mdl-card__supporting-text {
    margin: 40px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    color: inherit;
    width: calc(100% - 80px);
}

.mdl.mdl .mdl-card__supporting-text h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.mdl .mdl-card__actions {
    margin: 0;
    /*padding: 4px 40px;*/
    color: inherit;
}

.mdl .mdl-card__actions a {
    color: #00BCD4;
    margin: 0;
}

.mdl .mdl-card__actions a:hover,
.mdl .mdl-card__actions a:active {
    color: inherit;
    background-color: transparent;
}

.mdl .mdl-card__supporting-text + .mdl-card__actions {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mdl #add {
    position: absolute;
    right: 40px;
    top: 36px;
    z-index: 999;
}

.mdl .mdl-layout__content section {
    position: relative;
    margin-bottom: 48px;
}

.mdl section.section--center {
    max-width: 860px;
}

.mdl #features section.section--center {
    max-width: 620px;
}

.mdl section > header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mdl section > .section__play-btn {
    min-height: 200px;
}

.mdl section > header > .material-icons {
    font-size: 3rem;
}

.mdl section > button {
    position: absolute;
    z-index: 99;
    top: 8px;
    right: 8px;
}

.mdl section .section__circle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.mdl section .section__text {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 8px;
}

.mdl section .section__text h5 {
    font-size: inherit;
    margin: 0;
    margin-bottom: 0.5em;
}

.mdl section .section__text a {
    text-decoration: none;
}

.mdl section .section__circle-container > .section__circle-container__circle {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    margin: 8px 0;
}

.mdl section.section--footer .section__circle--big {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 8px 32px;
}

.mdl .is-small-screen section.section--footer .section__circle--big {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 8px 16px;
}

.mdl section.section--footer {
    padding: 64px 0;
    margin: 0 -8px -8px -8px;
}

.mdl section.section--center .section__text:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .13);
}

.mdl .mdl-card .mdl-card__supporting-text > h3:first-child {
    margin-bottom: 24px;
}

.mdl .mdl-layout__tab-panel:not(#overview) {
    background-color: white;
}

.mdl #features section {
    margin-bottom: 72px;
}

.mdl #features h4, #features h5 {
    margin-bottom: 16px;
}

.mdl .toc {
    border-left: 4px solid #C1EEF4;
    margin: 24px;
    padding: 0;
    padding-left: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mdl .toc h4 {
    font-size: 0.9rem;
    margin-top: 0;
}

.mdl .toc a {
    color: #4DD0E1;
    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
    display: block;
}

.mdl .mdl-menu__container {
    z-index: 99;
}

/*Custom*/
.mdl-color-text--accent {
    color: #1f4c91 !important;
}

.site-header__title{
    font-size: inherit;
    line-height: 0;
}

.section__circle-container__circle > img {
    width: 100%;
}

.gw-heading-margin {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.gw-center-image {
    height: 115px;
    margin: auto;
}

.gw-developer {
    background: url(../images/developer_small.png) bottom center no-repeat !important;
}

.earthorbiter {
    font-family: earthOrbiter, serif;
}

.gentleman {
    font-family: gentleman;
}

.gw-email {
    font-size: 2em;
}

#section-contacts a > i {
    margin-right: 16px;
}

.text-300 {
    font-weight: 300;
}

@font-face {
    font-family: earthOrbiter;
    src: url(earthorbiter.ttf);
}

@font-face {
    font-family: gentleman;
    src: url(gentleman.ttf);
}

@media (min-width: 480px) and (max-width: 767px) {
    .gw-resize > h1 {
        font-size: 35px;
    }

    .gw-resize > h4 {
        font-size: 20px;
    }

    .gw-email {
        font-size: 20px;
    }
}

@media (max-width: 479px) {
    .gw-resize > h1 {
        font-size: 30px;
    }

    .gw-resize > h4 {
        font-size: 18px;
    }

    .gw-email {
        font-size: 16px;
    }

}

@media (max-width: 399px) {
    .section__circle-container__circle > img {
        width: 43px;
    }
}