/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
html {
    font-family: 'Droid Serif', sans-serif;
    font-size: 14px;
}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 2.4em;
    text-transform: uppercase;
}
.tabs {
    font-family: 'Open Sans', sans-serif;
}
.tabs .tab.disabled a {
    color: #565656;
    cursor: default;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.portfolio {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: inline;
    font-size: 0.9em;
    float: left;
    width: 205px;
    line-height: 10px;
    margin-left: 18px;
    margin-top: 20px;
}

.portfolio h4 {
    font-size: 1.1em;
    font-weight: bold;
}
.portfolio img {
    border: solid 1px rgb(231, 231, 231);
}

.portfolio-border {
    border-left: 3px solid rgb(234, 234, 234);
    height:43px;
    padding-left: 5px;
}
.info-sup {
    width:320px;
    float:right;
    display:block;
    padding-top: 12px;
    line-height: 20px;
    margin-right: 23px;
}

.page-footer {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: white
}
/*.page-footer a:nth-child(1) {
    margin-left: 0px;
}*/

.page-footer a{
    color: rgb(163, 163, 163);
    margin-right: 10px;
    text-decoration: underline;
}

.tabs .tab a {
    color: #3b4348;
    display: block;
    margin: 0 auto;
    max-width: 95%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease;
    background-color: #d4d4d4;
    font-size: 1.6em;
    font-weight: 100;
}

.tabs .tab .active {
    background-color: #01294e;
    background: #01294e;
    color: white;
}

.tabs .indicator {
    display: none;
}

.tabs .tab a:hover {
    color: #1991ff;
}

.light-blue.darken-4 {
    background-color: #01294e !important;
}

@media only screen and (max-width: 550px) {
    .tabs .tab a {
        font-size: 1em;
    }
    .brand-logo img {
        height:45px;
        margin-top: 8px;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 85%;
    }
}
@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 87px;
        line-height: 64px;
    }
    nav .brand-logo {
    margin-top: 16px;
    }
    .info-sup {
        margin-top: 10px;
    }

}

footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 0px;
}
