/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans);
@import url(https://fonts.googleapis.com/css?family=Rubik);

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.5;
    color: #555;
    font-family: 'Nunito Sans', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

h1 {
    margin: .67em 0;
    font-size: 2.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    color: #eaeaea;
}

img {
    border: 4px solid white;
    width: 15%;
}

@media only screen and (max-width:550px) {
    img {
        width: 50%;
    }
}
a {
    color: #1488CC;
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
strong {
    margin-top: 1em;
    padding-top: 1em;
    line-height: 1.25;
    color: #333
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1rem
}

ol,
ul {
    padding-left: 40px
}

figure,
ol,
p,
ul {
    margin: 1em 0
}

a img {
    border: 0
}

#main {
    background: #1488CC;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2B32B2, #1488CC);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    display: flex;
    vertical-align: bottom;
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.header {
    z-index: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    font-family: 'Rubik', sans-serif;
    width: 80%;
    top: 42%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header, .header * {
    caret-color: transparent;
}

.header .site-title {
    font-size: 35px;
    display: block;
    line-height: 1;
    color: #fff;
}

@media only screen and (min-width:550px) {
    .header .site-title {
        margin: 0;
        font-size: 100px;
    }
}

.header .site-description {
    text-align: left;
    margin: 5px auto;
    width: 80%;
}

@media only screen and (max-width:550px) {
    .header {
        top: 50%;
    }

    .header .site-description {
        font-size: 14px;
        width: 100%;
    }
}

.header-links {
    margin-top: 16px;
}

.header-links .link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin: 8px;
}

@media only screen and (min-width:550px) {
    .header-links .link {
        font-size: 20px;
    }
}

.header-icons {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 16px;
}

.icon-tooltip {
    position: relative;
    display: inline-block;
}

.icon-tooltip .tooltip-text {
    visibility: hidden;
    width: 80px;
    background: #fff;
    color: #1488CC;
    border: 4px solid #1488CC;
    text-align: center;
    border-radius: 6px;
    padding: 6px 0 10px 0;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;
    margin-left: -40px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    pointer-events: none;
}

.icon-tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -7px;
    border-width: 0 7px 8px 7px;
    border-style: solid;
    border-color: transparent transparent #1488CC transparent;
    display: block;
    width: 0;
    height: 0;
}

.icon-tooltip:hover .tooltip-text,
.icon-tooltip:focus .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.down,
.header-icons .icon {
    color: #fff;
    text-align: center;
}

.header-icons .icon {
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all .7s;
    font-size: 35px !important;
    margin: 8px;
}

.header-icons .icon:active,
.header-icons .icon:hover {
    color: #1488CC;
    background: #fff;
}

.header-icons .icon {
    padding: 15px;
}

.down {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 30px;
    caret-color: transparent;
}

.down .icon {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    fill: #fff;
    -webkit-animation: pulse 1.3s infinite;
    animation: pulse 1.3s infinite;
    cursor: transparent;
}

.down .icon:active,
.down .icon:hover,
.link:hover,
a:active,
a:hover {
    color: #43baff;
}

section {
    width: 90%;
    margin: 0 auto;
    max-width: 960px;
}

@media only screen and (min-width:550px) {
    section {
        width: 80%;
    }
}

.section-details {
    text-align: left;
    margin: 5px auto;
}

.footer {
    background: #1488CC;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2B32B2, #1488CC);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 10px 0;
    margin-top: 100px;
    text-align: center;
    color: #fff;
}

.footer a {
    text-decoration: none;
    margin: 0;
    color: #fff;
}