body {
    background: #2d3337 center center;
    background-size: cover;
    min-height: 100%;
}
nav {
    background-color: #2d3337;
}
.btn {
    z-index: 2;
}
.native-color {
    color: #2d3337 !important;
}
.native-color:hover {
    color: #00a7a7 !important;
}
.aqua {
    color: #0ff;
}
.aqua:hover {
    color: #00a7a7;
}
.brand-logo img {
    width: 200px;
    padding: 0.2em 0 0 1em;
}
@media only screen and (max-width: 601px) {
    .brand-logo img {
        width: 170px;
    }
}
.service-image {
    max-width: 45%;
}
@media screen and (max-width: 601px) {
    .service-image {
        max-width: 25%;
    }
}
.parallax-container {
    height: 250px;
}
.parallax-container > h2.center-align.white-text {
    text-shadow: 0 0 3px #000, 0 0 5px #000;
}
@media screen and (max-width: 440px) {
    .parallax-container > h2.center-align.white-text {
        font-size: 2.5em;
    }
}
.rotateY {
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.rotateY:hover {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.rotateX {
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.rotateX:hover {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}
nav ul a {
    color: #0ff;
    font-weight: 800;
    text-transform: uppercase;
}
.side-nav {
    text-transform: uppercase;
}
.side-nav li > a:hover,
nav ul a:hover {
    color: #00a7a7;
}
.btn-floating.btn-large {
    margin: 2.5em;
}
@media only screen and (max-width: 601px) {
    .btn-floating.btn-large {
        margin: 2em;
    }
}
.button-collapse {
    background-color: #00a7a7;
}
h1 {
    color: #0ff;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
h2 {
    color: #0ff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
h3 {
    color: #0ff;
    text-transform: uppercase;
}
h4 {
    color: #fff;
}
.button-text {
    color: #0ff;
    font-weight: 800;
}
.bg_sidenav {
    overflow: hidden;
    overflow: hidden;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    padding: 0 0 2em 0;
}
.padding-top {
    padding: 2em 0 0 0;
}
.padding-bottom {
    padding: 0 0 20em 0;
}
.padding-full {
    padding: 23% 0 20% 0;
}
.padding-left {
    padding-left: 25px;
}
@media only screen and (max-width: 601px) {
    h1 {
        font-size: 2.2rem;
    }
    .brand-logo img {
        left: 0;
    }
    .hidden-btn {
        display: none;
    }
}
.bg-logo {
    width: 30%;
    padding: 10% 0 10% 0;
}
@media only screen and (max-width: 601px) {
    .bg-logo {
        width: 80%;
        padding: 20% 0 0 0;
    }
}
.service-img {
    padding: 2em;
}
.btn,
.btn-large {
    background-color: #00a7a7;
}
.carousel .indicators .indicator-item.active {
    background-color: #0ff;
}
.carousel .indicators .indicator-item {
    background-color: #2d3337;
}
.textarea.materialize-textarea {
    padding: 0;
}
#particles-js {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1;
}
.map {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
}
.hvr-buzz:active,
.hvr-buzz:focus,
.hvr-buzz:hover {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
a.ative-color {
    height: auto;
    width: auto;
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}