/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body {
    color: rgba(0, 0, 0, 0.87);
}

h2 {
    font-size: 20px !important;
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

/** Changin Color */
.help-inline {
    color: #f44336;
}
.container1 .section{
	min-height:500px !important;
}
.input-field label {
    color: #9e9e9e;
    cursor: text;
    font-size: 1rem;
    left: 0.75rem;
    position: absolute;
    top: 0.8rem;
    transition: all 0.2s ease-out 0s;
}

.brand-logo {
    font-family: Arial !important;
}

.app-nav {
    background-color: #762423;
}

footer.page-footer.mm8nav {
    background-color: #762423;
    padding-top: 0px !important;
}

.container1 {
    width: 1200px;
    margin: 0 auto;
    width: 90%;
}

/* .container1{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}*/

.mm8-banner {
    background-color: #ff9201;
}

h2.site-name a {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 37px;
    font-family: calibri !important;
}

.site-name {
    margin-top: 50px;
}

select {
    display: block !important;
}

.btn {
    background-color: #cc6601;
}

.btn:hover, .btn-large:hover {
    background-color: #ff9201 !important;
}

.pull-center {
    text-align: center !important;
}

.admin-btn {
    padding: 0 0.7rem !important;
}

.label-help {
    color: #9e9e9e;
    font-size: 0.8rem;
}