nav a:hover {
    /*color: inherit !important;*/
    text-decoration:  none !important;
    border-bottom: solid 4px green;
}
.whatsapp-background{
    background-color: #f5f5f5;
}
.whatsapp-container{
    background-color: #eeeeee;
}
.spacer {
    margin-top: 30px; /* define margin as you see fit */
}
nav{
    /*box-shadow: none !important;*/
}
.navactive{
    border-bottom: solid 4px green !important;
}
body{
    font-family: 'Roboto', sans-serif !important;
}
.one-hundred-text{
    color: #7f7f7f;
    font-weight: 300;
}
hr{
    border-top: 1px solid #ccc !important;
}
.btn:hover {
    text-decoration:  none !important;
    color: inherit !important;
}
.fixed-action-btn :hover{
    text-decoration: none;
    border-bottom: none;
}
/*input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {

    font-size: 1.6rem;
}*/
/*.input-field label:not(.label-icon).active {
    font-size: 1.2rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
}*/
.input-field label {
    font-weight: 400;
}
.contact-us-form{
        font-size: 1.4rem;
        font-weight: 500;
}
.full-footer-left {
  text-align: right; }

.full-footer-right {
  text-align: left; }

@media only screen and (max-width: 601px) {
  .full-footer-left {
    text-align: center; }

  .full-footer-right {
    text-align: center; } }
.footer-links{
    font-weight: 700 !important;
}
.footer-links a:hover{
    color: #7f7f7f;
    text-decoration: none;
    font-weight: 700 !important;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: none !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.parallax{
    z-index: 1 !important;
}
.dropdown-content a:hover{
    border-bottom: none;
}
