body {
    background: #000;
}

h1,h2,h3,h4,h5 {
    font-family: josefin sans,sans-serif
}

p {
    margin: 1.2em
}

input,textarea {
    color: #fff
}

.red-text {
    color: #fb0931!important
}

.text-container {
    background-color: rgba(0,0,0,.3);
    padding: 2%
}

section,.container,.parallax-container {
    outline: none
}

.section {
    padding-top: 3.5rem
}

.banner {
    background-position: 50% 0;
    height: 700px;
    background-size: cover
}

.banner1,.banner2,.banner3,.banner4 {
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    -webkit-transition: background-image 1s ease-in;
    -moz-transition: background-image 1s ease-in;
    -o-transition: background-image 1s ease-in;
    transition: background-image 1s ease-in
}

.parallax-container .parallax {
    background-attachment: fixed;
    background-color: #3e3d3d
}

nav ul a,nav .brand-logo {
    color: #444
}

p {
    line-height: 2rem
}

.button-collapse {
    color: #26a69a
}

.middle-center {
    position: relative;
    top: 10%;
    bottom: 50%
}

.parallax-container {
    line-height: 0;
    height: 700px;
    color: rgba(255,255,255,.9)
}

.parallax-container .section {
    width: 100%
}

.current {
    color: red
}

.icon-block {
    padding: 0 15px
}

.icon-block .material-icons {
    font-size: inherit
}

footer.page-footer {
    margin: 0
}

.brand-logo {
    max-width: 270px
}

.brand-logo img {
    width: 80%;
    max-width: 100%;
    top: 5px;
    position: relative
}

.navbar-fixed {
    position: fixed
}

.full-card {
    height: 200px
}

.padding-top-40 {
    padding-top: 40px
}

.margin-top-50 {
    margin-top: 50px
}

#sidenav-overlay {
    z-index: 996
}

.full-card {
}

.padding-top-10 {
    padding-top: 10px
}

i {
    cursor: pointer
}

#devspan {
    margin: 0 auto;
    position: absolute;
    right: -38px;
    top: 60px
}

#solutionsspan {
    position: absolute;
    left: 11px;
    top: 60px
}

#hostingspan {
    position: absolute;
    left: -8px;
    top: 60px
}

.input-field .prefix.active,input:not([type]):focus:not([readonly])+label,input[type=text]:not(.browser-default):focus:not([readonly])+label,input[type=password]:not(.browser-default):focus:not([readonly])+label,input[type=email]:not(.browser-default):focus:not([readonly])+label,input[type=url]:not(.browser-default):focus:not([readonly])+label,input[type=time]:not(.browser-default):focus:not([readonly])+label,input[type=date]:not(.browser-default):focus:not([readonly])+label,input[type=datetime]:not(.browser-default):focus:not([readonly])+label,input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,input[type=tel]:not(.browser-default):focus:not([readonly])+label,input[type=number]:not(.browser-default):focus:not([readonly])+label,input[type=search]:not(.browser-default):focus:not([readonly])+label,textarea.materialize-textarea:focus:not([readonly])+label {
    color: #ef5350
}

textarea.materialize-textarea {
    line-height: 22.5px
}

.border {
    display: block;
    width: 80px;
    height: 2px;
    background: #060606;
    margin: 0 auto
}

.alert {
    border: none;
    color: #fdfffd;
    font-weight: 500;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center
}

.alert-success {
    background-color: #6dcd82
}

.alert-danger {
    background-color: #da4555
}

@media screen and (min-width: 640px) {
    .carousel {
        height:550px
    }

    .carousel .carousel-item {
        width: 800px;
        height: 800px;
        top: 120px
    }
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size:3.4em
    }
}

* {
    margin: 0;
    padding: 0
}

html,body {
    font-family: open sans,sans-serif;
    height: 100%
}

section {
    overflow: hidden
}

.navbar-fixed, #home, #hero-section {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.white-v2 {
    background-color: rgba(255,255,255,.95)
}

.banner {
    height: 100%
}

.modal-content p {
    color: #444
}

.card-inner-text {
    top: 60px
}

.carousel {
    overflow: visible
}

.carousel .carousel-item {
    text-align: center;
    visibility: visible
}

.carousel .carousel-item picture>img {
    width: 100%
}

.carousel-item {
    font-family: josefin sans,sans-serif;
    font-size: 1.64rem;
    line-height: 110%
}

.carousel-item img {
    transition: filter .6s ease-in-out;
    -moz-transition: filter .6s ease-in-out;
    -webkit-transition: filter .6s ease-in-out
}

.carousel-item img:hover {
    -webkit-filter: drop-shadow(20px 20px 40px #5bc0ff);
    filter: drop-shadow(20px 20px 40px #5bc0ff)
}

.navbar-fixed a {
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

nav li a {
    margin-bottom: -3px;
    margin: -3px 0
}

nav ul a:hover {
    border-bottom: 3px solid transparent
}

.desktop-menu a.current-item {
    color: #fb0931;
    border-bottom: 3px solid #fb0931
}

.mobile_menu a.current-item {
    color: #fff
}

.red {
    background-color: #ff001b!important
}

.red-text.text-lighten-2 {
    color: #fff!important
}

.inner-section {
    margin: 3.2em 0 1.8em
}

.prefix {
    cursor: default
}

#home .text-container, #hero-section .text-container {
    position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 20;
    padding: 10px
}

#home, #hero-section {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    z-index: 10
}

#home::after, #hero-section::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 80%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 80%,rgba(0,0,0,.8) 100%)
}

#home h1, #hero-section h1 {
    position: relative;
    top: 25%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-family: josefin sans,sans-serif;
    text-align: center;
    line-height: 120%
}

#home h5, #hero-section h5 {
    position: relative;
    top: 18%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-family: josefin sans,sans-serif;
    text-align: center;
    line-height: 120%
}

.parallax-container a {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    display: inline-block;
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans',sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s
}

.parallax-container a:hover {
    opacity: .5
}

#home a, #hero-section a {
    padding-top: 60px
}

#home a span, #hero-section a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box
}

#home a span::before, #hero-section a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0,0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0,20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0,0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0,20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.page-footer {
    padding-top: 0
}
