*,
:before,
:after {
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    font: inherit;
    color: inherit;
}

html {
    color: #3d464d;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    overflow: hidden-x;
    text-align: center;
}

@media (min-width: 650px) {
    html {
        height: 100%;
    }

    html:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    body {
        display: inline-block;
        vertical-align: middle;
    }
}

.main-image {
    margin-bottom: 75px !important;
    -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.25, transparent), to(rgba(0, 0, 0, 0.25)));
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
}

.main-text {
    font-family: "Exo 2";
    font-weight: 100;
    margin-bottom: 75px !important;
    font-size: 10rem;
    background-image: -webkit-linear-gradient(DarkSlateBlue, LightSlateGray);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-reflect: below -20px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.15, transparent), to(rgba(0, 0, 0, 0.15)));
}

.input {
    border: 1px solid #c0c8c9;
    border-radius: 4px;
}

.navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar {
    min-height: 40px !important
}