﻿
body {
    
    background-image: url('../assets/covers/cover.jpg');
    background-attachment: fixed;
}

.bg {
 background-image: url('../assets/covers/cover.jpg');
    background-attachment: fixed;
}

.waves-effect.waves-lightblue .waves-ripple {
     /* The alpha value allows the text and background color
     of the button to still show through. */
      background-color: rgba(0, 153, 213, 0.7);
    }

.icon{
    padding: .5em;
    line-height: 1.22;
    vertical-align: middle;
}

/* label focus color */
   .input-field input[type=text]:focus + label {
     color: #3e2723 ;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #3e2723;
     box-shadow: 0 1px 0 0 #000;
   }
    .input-field option:focus + label {
     border-bottom: 1px solid #3e2723;
     box-shadow: 0 1px 0 0 #000;
   }

    /* label focus color */
   .input-field textarea:focus + label {
     color: #3e2723 ;
   }
   /* label underline focus color */
   .input-field textarea:focus {
     border-bottom: 1px solid #3e2723;
     box-shadow: 0 1px 0 0 #000;
   }


.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-96 { font-size: 96px; }

.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

header, main, footer {
      padding-left: 240px;
    }

    @media only screen and (max-width : 992px) {
      header, main, footer {
        padding-left: 0;
      }
    }
