
html {
    width: 100%;
    height: 100%;
}
body {
    font-family: "proxima-nova", sans-serif;
    opacity: 1;
    transition: 1s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
select {
    color: grey;
}
select option {
    color: #333;
}
select option:first-child {
    color: grey;
}
input[type=text],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #DDDDDD;
}
input[type=text]:focus,
textarea:focus {
    box-shadow: 0 0 8px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}
.selectParent {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: left;
    width:30vw;
    background: rgba(255, 255, 255, 1) url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 90% 50%;
    opacity: .8;
}
.selectParent select {
  width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    text-align: left;
    border: 1px solid #DDDDDD;
    border-radius: 10px !important;
    font-family: "proxima-nova", sans-serif;
    font-size: 2rem;
    text-align: left;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    height: auto;

}
.selectParent select:focus {
    box-shadow: 0 0 8px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}
.email-form {
    border-radius: 10px !important;
    font-family: "proxima-nova", sans-serif;
    font-size: 2rem;
    width: 30vw;
    background: white;
    opacity: .8;
    text-align: center;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    height: auto;
}
.inline-block {
    display: inline-block;
}
.spacer {
    height: 3rem;
}
.prem {
    margin-top: -3px;
    width: 150px;
    height: auto;
}
.label {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 1rem;
    color: white;
    opacity: .7;
    display: inline-block;
}
.gradient-full {
    background: linear-gradient(271deg, #8a8df7, #ad7ce2);
    background-size: 400% 400%;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    -webkit-animation: IndigoGradient 8s ease infinite;
    -moz-animation: IndigoGradient 8s ease infinite;
    -o-animation: IndigoGradient 8s ease infinite;
    animation: IndigoGradient 8s ease infinite;
}
.top {
    width: 100%;
    padding-top: 15rem;
    background: url("images/laptop.png") top center no-repeat;
    background-size: 90%;
}
.feature-heading {
    font-size: 1.2rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}
.feature-text {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0;
}
.action {
    color: white;
    font-size: 2rem;
}
.bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("images/map2.png");
    opacity: 0.1;
    height: 100%;
    width: 100%;
}
.salmon {
    border-radius: 10px !important;
    font-family: "proxima-nova", sans-serif;
    font-size: 2rem;
    text-transform: capitalize;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    height: auto;
    margin-bottom: 2rem;
    background: #F75B5A;
}
.headline {
    padding: 1rem;
    font-size: 3rem;
    ;
    color: #8a8df7;
    background: -webkit-linear-gradient(#8a8df7, #ad7ce2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 2rem;
}
.logo {
    display: none;
}
.body-text {
    color: #777;
    padding: 2rem;
    padding-bottom: 10rem;
    font-size: 2rem;
    line-height: 2rem;
}
.center-text {
    text-align: center;
}
.circle {
    width: 15rem;
    padding: 1rem;
}
.bottom {
    padding-top: 10rem;
    padding-bottom: 10rem;
    font-weight: bold;
    z-index: 2;
    background: white;
    select::-ms-expand {
        width: 12px;
        border: none;
        background: #fff;
    }
}
.white {
    z-index: 2;
    background: white;
}
.footer {
    background: #555;
    padding: 3rem;
}
@media screen and (max-width: 1450px) {
    .top {
        padding-top: 10rem;
        background: url("images/laptop.png") top center no-repeat;
        background-size: 110%;
    }
    .headline {
        padding: 2rem;
        font-size: 2.5rem;
    }
    .body-text {
        color: #777;
        padding: 2rem;
        padding-bottom: 5rem;
    }
    .circle {
        width: 10rem;
        padding: 1rem;
    }
}
@media screen and (max-width: 1000px) {
    .top {
        padding-top: 1rem;
        background: transparent;
    }
    .logo {
        display: inline;
        width: 30%;
    }
    .body-text {
        color: #333;
        padding: 1.5rem;
    }
    .bg {
        opacity: 0.025;
    }
    .bottom {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .email-form {
        width: 60vw;
    }
    .selectParent {
        margin-top: 1rem;
        width: 60vw;
    }
    .selectParent
}
@media screen and (max-width: 800px) {
    .headline {
        font-size: 1.8rem;
        padding: 1rem;
    }
    .top {
        padding-top: 1rem;
    }
    .logo {
        display: inline;
        width: 50%;
    }
    .body-text {
        color: #777;
        padding: 1rem;
        font-size: 1.3rem;
    }
    .email-form {
        width: 70vw;
    }
    .selectParent {
        width: 70vw;
    }
}
@-webkit-keyframes IndigoGradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 51%
    }
    100% {
        background-position: 0% 50%
    }
}
@-moz-keyframes IndigoGradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 51%
    }
    100% {
        background-position: 0% 50%
    }
}
@-o-keyframes IndigoGradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 51%
    }
    100% {
        background-position: 0% 50%
    }
}
@keyframes IndigoGradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 51%
    }
    100% {
        background-position: 0% 50%
    }
}
