* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font: normal bold 28px "PostoniWide",Georgia,serif;
}

.scrollToTop {
    display: none;
    position: fixed;
    top: 60px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px;
}

a {
    color: blueviolet;
}

nav ul a,
nav .brand-logo {
    color: #444;
}

nav a {
    color: #26a69a;
}

p {
    line-height: 1.8em;
}

h1, h2, h3, h4 {
    padding: 18px 0 8px 0;
    text-align: center;
}

@media only screen and (max-width: 960px) {
    .header {
        font-size: 1.1em;
    }
    .slogan {
        font-size: 0.8em;
    }
    .tel {
        font-size: 1em;
    }
}

.header {
    padding: 0;
    text-shadow: 1px 1px white;
}

.slogan {
    padding: 0;
    margin: -20px 0 20px;
    font-family: Georgia, Times, serif;
    font-style: italic;
    text-shadow: 1px 1px 1px #26a69a;
}

#services h3 {
    font-weight: normal;
    color: white;
    text-shadow: 1px 1px orange;
}

textarea {
    width: 98%;
    min-height: 150px;
    font-size: 18px;
    padding: 1%;
}

.button-collapse {
    color: #26a69a;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}

    .parallax-container .section {
        width: 100%;
    }

@media only screen and (max-width:992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    #index-banner .section {
        top: 10%;
    }
}

#estimate {
    margin: 0 auto;
    padding: 2px;
}
.esconde {
display: none;
visibility: hidden;
}
.input-field label {
    color: #4CBBAE;
    margin-left: 4px;
}

.input-field input[type=text]:focus + label {
    color: #4CBBAE;
}

.input-field input[type=text]:focus {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.input-field input[type=text].valid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.input-field input[type=text].invalid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.input-field .prefix.active {
    color: #FFF;
}

#projects {
    margin-bottom: 50px;
}

.gallery {
    border: 1px solid #ccc;
    padding: 0 !important;
}

    .gallery img {
        width: 100%;
        height: auto;
    }

.desc {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 0.8em;
    font-variant: small-caps;
    padding: 2px 4px;
    text-align: center;
}

@media only screen and (min-width: 960px) {
    .zoom {
        transition: transform .2s;
        margin: 0 auto;
        background-color: #FFF;
    }

        .zoom:hover {
            -ms-transform: scale(1.25); /* IE 9 */
            -webkit-transform: scale(1.5); /* Safari 3-8 */
        }
}

.deep-purple-text2; {
    color: #FFF !important;
}

#submission_feedback {
    font-size: 22px;
    font-style: italic;
}

.page-footer p {
    font-size: 0.7em;
    line-height: 1em;
    padding-bottom: 6px;
}

.page-footer a {
    color: blue;
}

    .page-footer a:hover {
        text-decoration: underline;
    }

.card-content h2 {
    margin-top: -10px;
    font-size: 1.4em;
}

.sidenav-trigger {
    color: #26a69a;
}
