body {
    color: #fff;
    font-family: "Raleway";
    font-size: 8pt;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
    overflow-x: hidden;
    text-align: center;
}

.page-link {
    cursor: pointer;
}

.canvas {
    display: block;
    vertical-align: bottom;
}

.overflow-wrap {
    overflow-x: hidden;
}

.bold {
    font-family: "Raleway-bold";
}

.flex {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex.row {
    flex-direction: row;
}
.flex.wrap {
    flex-wrap: wrap;
}

.flex-item {
    flex-grow: 2;
}

.modal-wrap .info-box {
    border-top: 3px solid #1b242f;
    box-sizing: border-box;
    color: #444;
    padding: 15px 10px 85px 10px;
}

.container {
    flex: 1 1 20em;
    background-color: hotpink;
    border-top: 1px solid purple;
    border-left: 1px solid purple;
    margin-top: -1px;
    margin-left: -1px;
}

.highlight {
    font-family: "raleway-bold";
    color: #e31b6d;
}

.header {
    color: #444649;
    font-family: "raleway-bold";
    font-size: 25pt;
    position: relative;
    position: relative;
}

section {
    color: #616161;
    line-height: 11pt;
    padding: 70px 0 70px 0;
    position: relative;
}

section .container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    width: 100%
}

section:nth-of-type(1) {
    color: #fff;
    height: calc(100vh + 53px);
    padding: 0 10px;
}
section:nth-of-type(1) .highlight {
    font-family: "Raleway-semibold";
    font-size: 20pt;
}
section:nth-last-of-type(1) .text {
    font-size: 20pt;
    line-height: 20pt;
    margin: 0 0 20px 0;
    pointer-events: none;
    z-index: 1;
}

footer {
    background: #1b242f;
    padding: 70px 0 50px 0;
    position: relative;
}
footer .mdi-chevron-double-up {
    background: #e31b6d;
    cursor: pointer;
    font-size: 30pt;
    height: 50px;
    left: 0;
    line-height: 40pt;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -25px;
    transition: background 0.5s;
    width: 47px;
}
footer .mdi-chevron-double-up:hover {
    background: #fb1f79;
}
footer .icon-wrap .icon {
    background: #262f38;
    cursor: pointer;
    font-size: 18pt;
    height: 55px;
    margin: 0 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
    width: 55px;
}
footer .icon-wrap .mdi {
    color: #fff;
    text-align: center;
}
footer .icon-wrap .mdi.mdi-codepen {
    font-size: 20pt;
}
footer .icon-wrap .icon:hover {
    background: #04c2c9;
    box-shadow: 0 0 0 3px rgba(4, 94, 201, 0.1);
    transform: scale(0.9);
}
footer .icon-wrap .icon:hover .mdi {
    color: #fff;
}
footer .icon-wrap .icon:hover .mdi {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
}
footer .footnote {
    color: #8f9aa7;
    font-size: 10pt;
    margin-top: 35px;
    margin-left: 0%;
    opacity: 0.6;
}
footer .footnote .highlight {
    color: #e31b6d;
    font-family: "Open Sans";
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 120%;
    background-color: #161b20;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.text {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    color: #fff;
    max-width: 90%;
    padding: 2em 3em;
    /*background: #161b20;*/
    text-shadow: 0px 0px 2px #000000;
    font-family: 'Raleway', Raleway;
  }