header,
nav,
footer,
section,
article,
div {
    box-sizing: border-box;
}

body {
    font-family: Roboto;
}

.responsive-image {
    height: auto;
    margin: 5px;
    max-width: 100%;
}

/*Change the dropdown option text color*/
ul.dropdown-content.select-dropdown li span {
    color: #795548; /* no need for !important :) */
}

/*Return to the materialize default for disabled option text color.*/
.select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
    background-color: transparent !important;
    color: rgba(0,0,0,0.3) !important;
}

/*Change the input text box focus underline color*/
.input-field input[type=text]:focus {
     border-bottom: 1px solid #795548 !important;
     box-shadow: 0 1px 0 0 #795548 !important;
}

/*Change the select dropdown focus underline color*/
.select-wrapper input.select-dropdown:focus {
     border-bottom: 1px solid #795548 !important;
     box-shadow: 0 1px 0 0 #795548 !important;
}
