html {
    box-sizing: border-box;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent
}

*, *::before, *::after {
    box-sizing: inherit
}

html, body, ul, ol, figure {
    margin: 0;
    padding: 0
}

::-moz-selection {
    background: #eee
}

::selection {
    background: #eee
}


h1, h2, h3 {
    margin: 0
}


body {
    font: 100% "Work Sans", Helvetica, sans-serif;
    color: white;
    background-color: #1c2942;
    line-height: 1.5;
    position: relative;
}

a {
    color: white;
    font-weight: 500;
    position: relative;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
    outline: none
}

a:hover, a:focus {
    color: white;
    text-decoration: underline;
    outline: none
}


/* Main body styles end */

/************************/

/* Intro section styles */

.Hi {
    max-width: 74rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 2rem
}

@media (max-width: 768px) {
    .Hi {
        padding: 0 1rem
    }
}


.intro {
    position: fixed;
    top: 0;
    height: 80vh;
    width: 100%;
    z-index: -1
}

.intro .intro-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.intro span {
    color: #5fc2ba;
}

.intro h1 {
    width: 55%;
    font-size: 2rem;
    font-size: calc(2rem + 1vw);
    line-height: 1.4;
    font-weight: 400
}

@media (max-width: 768px) {
    .intro {
        text-align: center
    }

    .intro h1 {
        width: 100%
    }
}

.intro .down {
    bottom: 2.5rem
}

.intro .down:hover {
    bottom: 2rem
}
