* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style-type: none;
    background: transparent;
}

body {
    width: 100%;
    background: none repeat scroll 0 0 #FFF;
    font-family: "Century Gothic",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #200;
}

p {
    padding: 5px 20px;
    line-height: 2rem;
    margin: 2px;
}

.sidenav-trigger {
    color: #26a69a;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}

    .parallax-container .section {
        width: 100%;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }
}

.icon-block {
    padding: 0 15px;
}

    .icon-block .material-icons {
        font-size: inherit;
    }

textarea {
    height: 4.5em;
}

nav a {
    color: darkblue !important;
}

a:hover {
    text-decoration: underline;
}

.polaroid {
    position: relative;
    width: 100%;
    text-align: left;
}

    .polaroid img {
        width: 100%;
        border: 10px solid #fff;
        border-bottom: 85px solid #fff;
        -webkit-box-shadow: 3px 3px 3px #777;
        -moz-box-shadow: 3px 3px 3px #777;
        box-shadow: 3px 3px 3px #777;
    }

    .polaroid p {
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: 7px;
        font: 400 1.2em/1 cursive;
        color: #080705;
    }

.quote {
    font-weight: bold;
    font-style: italic;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    text-shadow: 1px 1px #808080;
}

.brand-name {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3em;
    text-transform: uppercase;
    color: darkblue;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px #F00;
}

.phone, .email {
    display: block;
    font-size: 1.8em;
    font-weight: 600;
}

.no-underline:hover {
    text-decoration: none !important;
}

#btnToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    outline: none;
    background-color: lightblue;
    color: red;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
}

    #btnToTop:hover {
        font-weight: bolder;
    }

#submission_feedback {
    width: 100%;
    text-align: center;
    font-style: italic;
    background-color: greenyellow;
    color: #000;
}

#branding img {
    margin-top: 2px;
}

#testimonials p {
    width: 98%;
    margin-left: 1%;
    font-style: italic;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: justify;
}

.testimonial {
    background: url("/images/stars.png") no-repeat center top;
    padding-top: 32px !important;
}

    .testimonial span {
        display: block;
        width: 100%;
        text-align: right;
        font-weight: bold;
    }

#clients .row {
    margin: 0;
}

.profile {
    text-align: center;
    padding-top: 4px;
    margin: 2px;
    text-transform: uppercase !important;
    background-color: #808080;
    color: white;
}

    .profile h6 {
        font-weight: bolder;
    }

    .profile img {
        width: 96%;
        margin: 1%;
        padding: 1%;
    }

#about a {
    color: #080705;
    text-shadow: 1px 1px #FFF;
}

.material-icons .blue8 {
    color: blue;
    opacity: 0.8;
}

.footer-copyright a {
    font-size: 1.4em !important;
}

.page-footer {
    background-color: #A39D91;
    color: #FFF;
}

    .page-footer a {
        font-weight: bold;
        font-size: 1.6em;
    }

#facebook-like-box {
    background-color: #FFF;
}

.sidenav {
    background-color: #c7c7c7;
}

    .sidenav li:hover {
        background-color: red;
    }

    .sidenav a {
        color: #1e1ede !important;
        font-size: 1em;
        text-transform: uppercase;
    }

    .sidenav li::first-letter {
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .sidenav a:hover {
        text-decoration: none;
        margin-left: 5px;
        color: white !important;
        font-weight: bold;
        text-shadow: -2px -2px #000;
    }

.carousel {
    height: 650px;
    perspective: 450px;
}

    .carousel .carousel-item {
        min-width: 360px !important;
        background: #fff;
        margin: 5px;
        height: auto;
        text-align: center;
        border-radius: 9px;
    }

.img-area {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    border: inset 8px deepskyblue;
}

    .img-area img {
        width: 100%;
    }

.testi p {
    color: #262626;
}

.testi h4 {
    margin: 0;
    color: #000;
}

.testi h5 {
    letter-spacing: 5px;
    margin: 7px 0;
}
/*transtions*/

@keyframes square-in-hesitate {
    0% {
        clip-path: inset(100% 100% 100% 100%);
    }

    40% {
        clip-path: inset(33% 33% 33% 33%);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}

.hesitate {
    animation: 2.5s cubic-bezier(.25, 1, .30, 1) square-in-hesitate both;
}


.service_title {
    float: left;
    padding: 1%;
    text-align: left;
    width: 80%;
    background-image: linear-gradient(to right, rgba(0,0,0,0.9), rgba(255,0,0,0.8));
    color: white;
    font-weight: bolder;
}

.service-list {
    list-style-type: none;
    margin: 0px;
    text-align: right;
    padding: 0;
    display: block;
}

    .service-list img {
        float: left;
        width: 19%;
    }

.clear {
    clear: both;
}
