BODY {
    /*background: #282931;*/
    -webkit-font-smoothing: antialiased;
    font-family: 'Varela Round', sans-serif;
    height: 100%;
    margin: 0px;
    background: #1b1b1b url(../img/bg.png) no-repeat left bottom fixed;
}

canvas {
    height: 100vh;
    z-index: -10;
    position: fixed;
    top: 0px;
}

a {
    color: #bbbbc4;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

a:hover {
    color: #9451ff;
}

h1 {
    color: #60aeff;
    padding-bottom: 0px;
    margin-bottom: 1%;
}

h2 {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

p {
    color: #bbbbc4;
    font-size: 1.7rem;
}

label {
    color: #ffffff;
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0.25em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

input, textarea {
      font-size: 17pt;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.65;

}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(212, 212, 255, 0.035);
    border: none;
    border-radius: 0;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
    color: #FFF;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: #f76f91;
    box-shadow: 0 0 0 2px #f76f91;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
    height: 2.75em;
}

#message{
  min-width: 100%;
  min-height: 25rem;
}

.logo a{
  color: #FFF;
}

.logo {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 8rem;
     background: -webkit-linear-gradient(#60aeff,#8c26ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.row.top p {
    color: #bbbbc4;
    margin-top: 1rem;
    text-align: justify;
    font-size: 1.7rem;
}

.contact {
    display: inline-block;
}

.pulled {}

.pulled ul {
    padding-top: 2rem;
}

.pulled ul li {
    list-style: none;
    margin-right: 2rem;
    font-size: 1.8rem;
}

.pulled h2 {
    color: #DEDEDE;
    font-size: 3rem;
}

.pulled ul li span {
    font-size: 1.2rem;
    display: block;
    color: #87878a;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.smallLogo {
    font-size: 3.5rem;
}

.services h2 {
    color: #fc3565;
    padding-bottom: 1.5rem;
    font-size: 2rem;
}

.services .title {
    color: #DEDEDE;
    font-size: 3rem;
}

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.cta {
    text-align: center;
}

.cta p {
    color: white;
    font-size: 2rem;
    display: inline-block;
    margin: 1.5rem;
    text-align: center;
}

.footer {}

.footer p {
    color: white;
    font-size: 1rem;
    margin: 0px;
    padding: 0px;
}

.footerLinks {
    margin: 0px;
    padding: 0px;
}

.footerLinks li {
    display: inline-block;
    color: white;
    margin: 10px;
}

.button {
    box-sizing: border-box;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px #ffffff;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    height: 3.5em;
    letter-spacing: 0.25em;
    line-height: 3.5em;
    padding: 0 1.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 2rem;
}

.button:hover {
    border-bottom-color: transparent;
    color: #9451ff !important;
    box-shadow: inset 0 0 0 2px #9451ff;
}

.button:focus {
    color: #fff;
}

.services .code {
    background: #9bf1ff;
}

.services .cms {
    background: #7C75B2;
}

.services .seo {
    background: #C2A9B0;
}

.services .social {
    background: #DEB68F;
}

.services p {
    color: white;
}


/* Mobile first queries */


/* Larger than mobile */

@media (min-width: 400px) {}


/* Larger than phablet */

@media (min-width: 550px) {}


/* Larger than tablet */

@media (min-width: 750px) {
    .services {
        width: 100%;
        max-width: 100%;
    }
    .services .column {
        margin: 0;
    }
}


/* Larger than desktop */

@media (min-width: 1000px) {
    .footer {}
    .cta {
        bottom: 0px;
        text-align: center;
    }
}


/* Larger than Desktop HD */

@media (min-width: 1200px) {
    h1 {
        font-size: 4rem;
    }
}
