@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i|Merriweather:300,300i,400,400i,700,700i,900,900i);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    box-sizing: initial;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: initial
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: initial
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

@font-face {
    font-family: Ailerons;
    src: url(/static/media/Ailerons-Regular.317c83ea.otf)
}

* {
    margin: 0
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Lato, serif
}

h1, h2, h3 {
    margin: 50px
}

h1, h2 {
    font-weight: 500
}

h1, h2, h3 {
    font-family: Ailerons
}

h3 {
    font-weight: 400
}

p {
    font-family: Lato, serif;
    font-weight: lighter
}

a {
    text-decoration: none;
    transition: color .5s ease
}

a, a:visited {
    color: #6e6e6e
}

a:active, a:hover {
    color: #000
}

a:hover {
    transition: color .5s ease
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

section {
    min-height: 25vh;
    width: 100%
}

.about {
    background-color: #fff
}

.about .container {
    height: 100%;
    width: 100%;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10%
}

.contact {
    width: 100%;
    position: relative;
    display: flex;
    background: #fff;
    font-family: Lato, Open Sans, sans-serif
}

.contact .container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover
}

.contact .container .widget {
    padding-bottom: 2.5%
}

.contact .container .widget img {
    background-color: #fafafa;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    border: 1px solid #ccc
}

.contact .container .form {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-bottom: 5%
}

.contact .container .form .form-el {
    width: 100%;
    height: 10%
}

.contact .container .form .form-el span {
    font-size: 2vh;
    font-weight: 300;
    color: #6e6e6e;
    text-decoration: none;
    vertical-align: middle
}

.contact .container .form .form-el span a {
    color: #6e6e6e;
    text-decoration: none
}

.mentions {
    background-color: #fff;
    width: 100%
}

.mentions .container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover
}

.mentions .container .text-center {
    text-align: center
}

.mentions .container .mention-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%
}

.mentions .container .mention-container .mention-section {
    flex: 1 1;
    height: 250px;
    width: 33%;
    text-align: center;
    float: left;
    padding: 0 10% 5%
}

.mentions .container .mention-container .mention-section .title {
    padding-bottom: 10px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500
}

.mentions .container .mention-container .mention-section img {
    padding-top: 10px;
    max-width: 100px;
    margin: 0 auto
}

.works {
    background-color: #fff;
    width: 100%
}

.works .row {
    float: left
}

.works .container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover
}

.works .container .text-center {
    text-align: center
}

.works .container .mention-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%
}

.works .container .mention-container .mention-section {
    flex: 1 1;
    height: 250px;
    width: 33%;
    text-align: center;
    float: left;
    padding: 0 10% 5%
}

.works .container .mention-container .mention-section .title {
    padding-bottom: 10px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500
}

.works .container .mention-container .mention-section img {
    padding-top: 10px;
    max-width: 150px;
    margin: 0 auto
}

.footer {
    background-color: #fff;
    width: 100%;
    height: 100px;
    text-align: center;
    font-family: Ailerons, serif;
    font-size: 1.7vh;
    font-weight: 300;
    position: inherit;
    bottom: -50px;
    overflow: hidden;
    z-index: 100
}

.footer .copyright-text {
    position: relative;
    line-height: 50px;
    color: #6e6e6e;
    width: 80%;
    text-align: center;
    margin: 0 auto
}

.home {
    height: 100%;
    width: 100%;
    background-color: #ccc
}

.home .home-container {
    min-height: 10vh;
    max-height: 60vh;
    width: 100%
}

.home .quote, .home .text-center {
    text-align: center
}

.home .quote {
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding-bottom: 10%
}

.home .quote .quoteText {
    font-family: Lato, serif;
    font-weight: 500;
    font-size: 2.5vh;
    padding-top: 10%
}

.home .particles {
    position: absolute
}

.home .text-vertical-center {
    z-index: 97;
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    top: 25vh;
    bottom: 25vh;
    font-family: Ailerons
}

.home .text-vertical-center .title {
    font-size: 5vw;
    font-weight: 500;
    background-color: rgba(0, 0, 0, .3);
    padding: 5px
}

.home .text-vertical-center .subTitle {
    font-weight: 400;
    font-size: 2.5vw;
    margin: 0;
    padding-left: 20px;
    padding-top: 1.25vw
}

.home .container, .home .screen {
    height: 100%;
    width: 100%;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover
}

.home .screen {
    z-index: 97;
    position: absolute
}

.home .screen-video {
    z-index: 96;
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    min-height: 10vh;
    max-height: 60vh;
    display: flex
}

.home .screen-video .fullscreen-bg-video {
    width: 100%;
    min-height: 10vh;
    max-height: 60vh;
    object-fit: cover;
    -webkit-filter: blur(.1vh);
    filter: blur(.1vh)
}

.nav-container {
    width: 100%;
    max-height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 100
}

.nav-container .page-link {
    font-family: Lato, sans-serif;
    font-size: 1.2vh;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    color: #6e6e6e;
    vertical-align: top;
    text-align: center;
    min-width: 50%;
    margin: 50px
}

.nav-container .page-link a {
    width: 50%;
    background-color: #fff;
    padding: 10px;
    color: #6e6e6e;
    text-decoration: none
}

.nav-container .page-link a:before {
    content: "\2022";
    position: relative;
    top: 1px;
    color: rgba(0, 0, 0, .4);
    left: -1px;
    font-size: 10px
}

.nav-container .page-link a:active {
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.nav-container .page-link a:hover {
    color: #000;
    transition: color .5s ease
}

.mobile-navMenu {
    position: absolute;
    background-color: #fff;
    min-height: 350px;
    width: 100%;
    top: -550px;
    right: 0;
    box-shadow: 0 30px 30px rgba(0, 0, 0, .2);
    transition: transform 1s
}

.moveDown {
    transform: translateY(650px)
}

.moveUp {
    transform: translateY(-650px)
}

.header {
    width: 100%;
    position: relative;
    z-index: 100;
    background-color: #fff;
    height: 100px
}

.header .container {
    height: 100%;
    margin: 0 auto;
    width: 95%;
    display: flex;
    align-items: center
}

.header .container .logo-container {
    width: 50%;
    float: left
}

.header .container .logo-container .logo {
    width: 10%;
    opacity: 1;
    float: left;
}

.header .container .social-container {
    width: 50%;
    float: right;
    text-align: right
}

.header .container .social-container .menu-img {
    display: block
}

.header .container .social-container .social-img {
    width: 3vh;
    height: 3vh;
    opacity: .75;
    transition: opacity .5s ease;
    padding-left: 20px;
    float: right
}

.header .container .social-container .social-img:hover {
    opacity: 1
}

.wrapper {
    display: flex;
    min-height: calc(100vh - 140px);
    flex-direction: column;
    position: relative;
    background-color: #fff
}

.wrapper .content {
    display: flex;
    flex: 1 1
}

.wrapper .content .row {
    margin-right: 15%;
    margin-left: 15%;
    width: 100%
}

/*# sourceMappingURL=main.7a40b6d6.chunk.css.map */