@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
    user-select: none;
    cursor: url('/assets/cursor.png') 17.5 17.5, default;
}

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

body {
    min-height: 100vh;
    background:#14181c url('/assets/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    transition: ease-in-out .8s;
}

::-webkit-scrollbar {
    width: 0px;
  }

h1, h2, h3, h4, h5 {
    letter-spacing: 11px;
    font-weight: 100;
    transition: ease-in-out .5s;
    color:#fff;
}

h1 {
    font-size: 5em;
    font-weight: 900;
    padding-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h2 {
    font-size: 2em;
    letter-spacing: 17px;
}

h3 {
    font-size: 1.6em;
    font-weight: 900;
    padding-bottom: 50px;
    letter-spacing: 3px;
}

h4 {
    font-size: 14px;
    letter-spacing: 10px;
}

h5 {
    font-size: 18px;
    font-weight: 500;
    padding: 6px 0;
    letter-spacing: 1px;
}

header {
    position: fixed;
    top: 0;
    left: .5em;
    width: 98%;
    padding: 3em 4em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    color: #fff;   
    opacity: 0;
    transition: ease-in-out .4s;
}

.top-nav {
    display: flex;
    line-height: 2;
}

.top-nav a {
    font-size: 1.1em;
    color: #fff;
    text-decoration: none;
    padding: 0 1em;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
    transition: ease-in-out .3s;
}

.top-nav a:hover {
    scale: 115%;
}

.name {
    text-decoration:none;
    color:#fff;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

.title {
    color: #fff;
    position: fixed;
    top: 13em;
    left: 4.1em;
    float: left;
    text-align: center;
    scale: 80%;
    opacity: 0;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
    transition: ease-in-out .8s;
}

.quote {
    color: #fff;
    position: fixed;
    top: 30em;
    left: 7em;
    float: left;
    text-align: left;
    opacity: 1;
    transition: ease-in-out .9s;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

.quote h3, h5 {
    opacity: 0;
    color: #fff;
}

.piece1 {
    position: fixed;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    bottom: -12em;
    left: 34em;
    transform: scale(120%);
    transition: ease-in-out .9s;
    overflow: hidden;
    opacity: 0;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.8));
}

.white-line {
    width: 9em; 
    height: 2px; 
    background-color: white;
    color: #fff;
    position: fixed;
    top: 40.6em;
    left: 6em;
    float: left;
    opacity: 0;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
    border-radius: 1px;
    transition: ease-in-out .9s;
}

.quote h3:hover, h5:hover{
    scale: 110%;
}

.contact-form {
    position: fixed;
    padding: 20px;
    top: 16em;
    left: 6em;
    width: 25em;
    opacity: 0;
    padding-bottom: 12em;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
    transform: translateY(600px);
    transition: ease-in-out .7s;
}

.contact-form h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
    font-size: 4.5em;
    letter-spacing: 15px;
}
  
.contact-form form {
    color: #fff;
    display: flex;
    flex-direction: column;
}
  
.contact-form label {
    font-size: 1.2em;
    font-weight: 100;
    letter-spacing: 8px;
    margin-bottom: 10px;
    padding-left: 20px;
    transition: ease-in-out .3s;
}

.contact-form label:hover {
    letter-spacing: 0;
}
  
.contact-form input {
    border: none;
    border-bottom: 2px solid #fff;
    background-color: #00000030;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 100;
}

.contact-form input:focus {
    outline: none;
}

.contact-form .editable {
    min-height: 120px;
    max-height: 300px;
    overflow-y: auto;
    border: none;
    border-bottom: 2px solid #fff;
    background-color: #00000030;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 100;
}
.contact-form .editable:focus {
    outline: none;
  }

.contact-form button {
    background-color: #ffffff00;
    color: #fff;
    font-size: 1.1em;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 20px 20px;
    border: none;
    transition: ease-in-out .3s;
    text-align: left;
    width: 2em;

}
.contact-form button:hover {
    scale: 115%;
}

.myForm {
    transition: ease-in-out .4s;
}

.thank-you-message {
    position: fixed;
    opacity: 0;
    color: #fff;
    text-align: center;
    transition: ease-in-out .4s;
    top: 2em;
    z-index: -99;
}

.thank-you-message:hover {
    scale: 115%;
}

@media only screen and (max-width: 1280px) {
    .name {
        scale: 75%;
        margin-right: 3em;
        margin-left: 3em;
    }
    .top-nav a {
        scale: 75%;
        padding: 0 0;
    }
    .top-nav a:hover {
        scale: 85%;
    }
    header {
        padding: 1em 0em;
        left: -3em;
    }
    h2 {
        width: 12em;
    }
    .title {
        scale: 85%;
        top: 8em;
        left: 1.8em;
        float: left;
        text-align: center;
    }
    .quote {
        scale: 90%;
        top: 18em;
        left: 3em;
    }
    .white-line {
        top: 26.8em;
        left: 3em;
        align-items: left;
        align-content: left;
    }
    .contact-form {
        scale: 100%;
        top: 8em;
        left: 3em;
        width: 20em;
        height: 25em
    }
    .contact-form label {
        text-align: center;
        width: 97%;
    }
    .contact-form input {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .contact-form .editable {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }
    .contact-form button {
        padding-left: 5.7em;
        align-items: center;
        width: 100%;
    }
    .piece1 {
        left: 18em;
        bottom: -16em;
        scale: 70%;
    }
    .thank-you-message {
        top: 8em;
    }
}

@media only screen and (max-width: 1114px) {
    .name {
        scale: 75%;
        margin-right: 3em;
        margin-left: 3em;
    }
    .top-nav a {
        scale: 75%;
        padding: 0 0;
    }
    .top-nav a:hover {
        scale: 85%;
    }
    header {
        padding: 1em 0em;
        left: -3em;
    }
    h2 {
        width: 12em;
    }
    .title {
        scale: 85%;
        top: 8em;
        left: 1.8em;
        float: left;
        text-align: center;
    }
    .quote {
        scale: 90%;
        top: 18em;
        left: 3em;
    }
    .white-line {
        top: 26.8em;
        left: 3em;
        align-items: left;
        align-content: left;
    }
    .contact-form {
        scale: 100%;
        top: 5em;
        left: 6.7em;
        width: 20em;
        height: 25em
    }
    .contact-form label {
        text-align: center;
        width: 97%;
    }
    .contact-form input {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .contact-form .editable {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }
    .contact-form button {
        padding-left: 5.7em;
        align-items: center;
        width: 100%;
    }
    .piece1 {
        left: 10em;
        bottom: -16em;
        scale: 50%;
    }
    .thank-you-message {
        top: 8em;
    }
}

@media only screen and (max-width: 884px) {
    .name {
        scale: 75%;
        margin-right: 3em;
        margin-left: 3em;
    }
    .top-nav a {
        scale: 75%;
        padding: 0 0;
    }
    .top-nav a:hover {
        scale: 85%;
    }
    header {
        padding: 1em 0em;
        left: -3em;
    }
    h2 {
        width: 12em;
    }
    .title {
        scale: 85%;
        top: 8em;
        left: 1.8em;
        float: left;
        text-align: center;
    }
    .quote {
        scale: 90%;
        top: 18em;
        left: 3em;
    }
    .white-line {
        top: 26.8em;
        left: 3em;
        align-items: left;
        align-content: left;
    }
    .contact-form {
        scale: 120%;
        top: 10em;
        left: 17.4em;
        width: 20em;
        height: 25em
    }
    .contact-form label {
        text-align: center;
        width: 97%;
    }
    .contact-form input {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .contact-form .editable {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }
    .contact-form button {
        padding-left: 5.7em;
        align-items: center;
        width: 100%;
    }
    .piece1 {
        left: 0em;
        bottom: -14em;
        scale: 60%;
    }
    .thank-you-message {
        top: 8em;
    }
}

@media only screen and (max-width: 834px) {
    .name {
        scale: 80%;
        margin-right: 3em;
        margin-left: 3em;
    }
    .top-nav a {
        scale: 80%;
        padding: 0 0;
    }
    .top-nav a:hover {
        scale: 85%;
    }
    header {
        padding: 1em 0em;
        left: -3em;
    }
    h2 {
        width: 12em;
    }
    .title {
        scale: 90%;
        top: 8em;
        left: 1.8em;
        float: left;
        text-align: center;
    }
    .quote {
        scale: 95%;
        top: 20em;
        left: 4em;
    }
    .white-line {
        top: 29em;
        left: 3.7em;
        align-items: left;
        align-content: left;
    }
    .contact-form {
        scale: 135%;
        top: 12em;
        left: 15.4em;
        width: 20em;
        height: 25em
    }
    .contact-form label {
        text-align: center;
        width: 97%;
    }
    .contact-form input {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .contact-form .editable {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }
    .contact-form button {
        padding-left: 5.7em;
        align-items: center;
        width: 100%;
    }
    .piece1 {
        left: -5.7em;
        bottom: -15em;
        scale: 60%;
    }
    .thank-you-message {
        top: 8em;
    }
}

@media only screen and (max-width: 768px) {
    .name {
        scale: 75%;
        margin-right: 3em;
        margin-left: 3em;
    }
    .top-nav a {
        scale: 75%;
        padding: 0 0;
    }
    .top-nav a:hover {
        scale: 85%;
    }
    header {
        padding: 1em 0em;
        left: -3em;
    }
    h2 {
        width: 12em;
    }
    .title {
        scale: 85%;
        top: 8em;
        left: 1.8em;
        float: left;
        text-align: center;
    }
    .quote {
        scale: 90%;
        top: 18em;
        left: 3em;
    }
    .white-line {
        top: 26.8em;
        left: 3em;
        align-items: left;
        align-content: left;
    }
    .contact-form {
        scale: 130%;
        top: 11em;
        left: 13.8em;
        width: 20em;
        height: 25em
    }
    .contact-form label {
        text-align: center;
        width: 97%;
    }
    .contact-form input {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .contact-form .editable {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }
    .contact-form button {
        padding-left: 5.7em;
        align-items: center;
        width: 100%;
    }
    .piece1 {
        left: -8em;
        bottom: -20em;
        scale: 50%;
    }
    .thank-you-message {
        top: 8em;
    }
}

@media only screen and (max-width: 428px) {
    .name {
        scale: 55%;
        margin-right:-3.5em;
    }
    .top-nav a {
        scale: 65%;
        padding: 0 0;
    }
    .top-nav a:hover {
        scale: 70%;
    }
    header {
        padding: 1em 0em;
        left: -7em;
    }
    h2 {
        width: 12em;
    }
    .title {
        scale: 75%;
        top: 6em;
        left: -1.5em;
        float: left;
        text-align: center;
    }
    .quote {
        scale: 80%;
        top: 15em;
        left: 1em;
    }
    .white-line {
        top: 24em;
        left: 2em;
        align-items: left;
        align-content: left;
    }
    .contact-form {
        top: 6em;
        left: 3.3em;
        width: 20em;
        height: 25em;
        scale: 95%;
    }
    .contact-form label {
        text-align: center;
        width: 97%;
    }
    .contact-form input {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .contact-form .editable {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }
    .contact-form button {
        padding-left: 5.7em;
        align-items: center;
        width: 100%;
    }
    .piece1 {
        left: -18.5em;
        bottom: -24em;
        scale: 35%;
    }
    .thank-you-message {
        top: 8em;
    }
}

@media only screen and (max-width: 414px) {
    .name {
        scale: 50%;
        margin-right:-4em;
    }
    .top-nav a {
        scale: 60%;
        padding: 0 0;
    }
    .top-nav a:hover {
        scale: 70%;
    }
    header {
        padding: 1em 0em;
        left: -7em;
    }
    h2 {
        width: 12em;
    }
    .title {
        scale: 70%;
        top: 5.5em;
        left: -1.5em;
        float: left;
        text-align: center;
    }
    .quote {
        scale: 80%;
        top: 15em;
        left: 1em;
    }
    .white-line {
        top: 24.5em;
        left: 2.2em;
        align-items: left;
        align-content: left;
    }
    .contact-form {
        top: 6em;
        left: 3em;
        width: 20em;
        height: 25em;
        scale: 95%;
    }
    .contact-form label {
        text-align: center;
        width: 97%;
    }
    .contact-form input {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .contact-form .editable {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }
    .contact-form button {
        padding-left: 5.7em;
        align-items: center;
        width: 100%;
    }
    .piece1 {
        left: -19em;
        bottom: -25em;
        scale: 30%;
    }
    .thank-you-message {
        top: 8em;
    }
}

@media only screen and (max-width: 393px) {
    .name {
        scale: 48%;
        margin-right:-5em;
    }
    .top-nav {
        scale: 90%;
    }
    .top-nav a {
        scale: 60%;
        padding: 0 0;
    }
    .top-nav a:hover {
        scale: 70%;
    }
    header {
        padding: 1em 0em;
        left: -7.5em;
    }
    h2 {
        width: 12em;
    }
    .title {
        scale: 65%;
        top: 5.5em;
        left: -2em;
        float: left;
        text-align: center;
    }
    .quote {
        scale: 75%;
        top: 14.4em;
        left: 0em;
        width: 100%;
    }
    .white-line {
        top: 23.5em;
        left: 2.2em;
        align-items: left;
        align-content: left;
    }
    .contact-form {
        scale: 95%;
        top: 5.5em;
        left: 2.4em;
        width: 20em;
        height: 25em
    }
    .contact-form label {
        text-align: center;
        width: 97%;
    }
    .contact-form input {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .contact-form .editable {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }
    .contact-form button {
        padding-left: 5.7em;
        align-items: center;
        width: 100%;
    }
    .piece1 {
        left: -19.7em;
        bottom: -25em;
        scale: 25%;
    }
    .thank-you-message {
        top: 8em;
    }
}

@media only screen and (max-width: 375px) {
    .name {
        scale: 46%;
        margin-right:-5.5em;
    }
    .top-nav {
        scale: 80%;
    }
    .top-nav a {
        scale: 60%;
        padding: 0 0;
    }
    .top-nav a:hover {
        scale: 70%;
    }
    header {
        padding: 1em 0em;
        left: -7.8em;
    }
    h2 {
        width: 12em;
    }
    .title {
        scale: 60%;
        top: 5.5em;
        left: -2.5em;
        float: left;
        text-align: center;
    }
    .quote {
        scale: 70%;
        top: 14.4em;
        left: -.5em;
        width: 100%;
    }
    .white-line {
        top: 23em;
        left: 2.3em;
        align-items: left;
        align-content: left;
    }
    .contact-form {
        scale: 90%;
        top: 4.9em;
        left: 1.9em;
        width: 20em;
        height: 25em
    }
    .contact-form label {
        text-align: center;
        width: 97%;
    }
    .contact-form input {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .contact-form .editable {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }
    .contact-form button {
        padding-left: 5.7em;
        align-items: center;
        width: 100%;
    }
    .piece1 {
        left: -19.7em;
        bottom: -25.4em;
        scale: 24%;
    }
    .thank-you-message {
        top: 8em;
    }
}

@media only screen and (max-width: 360px) {
    .name {
        scale: 44%;
        margin-right:-6em;
    }
    .top-nav {
        scale: 75%;
    }
    .top-nav a {
        scale: 60%;
        padding: 0 0;
    }
    .top-nav a:hover {
        scale: 70%;
    }
    header {
        padding: 1em 0em;
        left: -8em;
    }
    h2 {
        width: 12em;
    }
    .title {
        scale: 55%;
        top: 5em;
        left: -3em;
        float: left;
        text-align: center;
    }
    .quote {
        scale: 70%;
        top: 13em;
        left: -.5em;
        width: 100%;
    }
    .white-line {
        top: 21.7em;
        left: 2.3em;
        align-items: left;
        align-content: left;
    }
    .contact-form {
        scale: 85%;
        top: 4em;
        left: 1.5em;
        width: 20em;
        height: 25em
    }
    .contact-form label {
        text-align: center;
        width: 97%;
    }
    .contact-form input {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .contact-form .editable {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }
    .contact-form button {
        padding-left: 5.7em;
        align-items: center;
        width: 100%;
    }
    .piece1 {
        left: -20.4em;
        bottom: -26em;
        scale: 24%;
    }
    .thank-you-message {
        top: 8em;
    }
}

@media only screen and (max-width: 320px) {
    .name {
        scale: 35%;
        margin-right:-6.5em;
        margin-left: -2em;
    }
    .top-nav {
        scale: 70%;
    }
    .top-nav a {
        scale: 60%;
        padding: 0 0;
    }
    .top-nav a:hover {
        scale: 70%;
    }
    header {
        padding: 1em 0em;
        left: -4em;
    }
    h2 {
        width: 12em;
    }
    .title {
        scale: 45%;
        top: 3.5em;
        left: -5em;
        float: left;
        text-align: center;
    }
    .quote {
        scale: 55%;
        top: 10em;
        left: -2.3em;
        width: 100%;
    }
    .white-line {
        top: 17.4em;
        left: 1.8em;
        align-items: left;
        align-content: left;
    }
    .contact-form {
        scale: 65%;
        top: .3em;
        left: 0.3em;
        width: 20em;
        height: 25em;
    }
    .contact-form label {
        text-align: center;
        width: 97%;
    }
    .contact-form input {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .contact-form .editable {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }
    .contact-form button {
        padding-left: 5.7em;
        align-items: center;
        width: 100%;
    }
    .piece1 {
        left: -21.6em;
        bottom: -27em;
        scale: 15%;
    }
    .thank-you-message {
        top: 7em;
    }
}

@media only screen and (max-width: 162px) {
    .name {
        scale: 25%;
        margin-right:-6.5em;
        margin-left: -4.2em;
        margin-top: -2.2em;
    }
    .top-nav {
        scale: 70%;
    }
    .top-nav a {
        scale: 60%;
        padding: 0 0;
        opacity: 0;
    }
    .top-nav a:hover {
        scale: 70%;
    }
    header {
        padding: 1em 0em;
        left: -4em;
    }
    h2 {
        width: 12em;
    }
    .title {
        scale: 28%;
        top: -.3em;
        left: -8em;
        float: left;
        text-align: center;
    }
    .quote {
        scale: 55%;
        top: 10em;
        left: -2.3em;
        width: 100%;
        opacity: 0;
    }
    .white-line {
        top: 17.4em;
        left: 1.8em;
        align-items: left;
        align-content: left;
        opacity: 0;
    }
    .contact-form {
        scale: 65%;
        top: .3em;
        left: 0.3em;
        width: 20em;
        height: 25em;
        opacity: 0;
    }
    .contact-form label {
        text-align: center;
        width: 97%;
    }
    .contact-form input {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .contact-form .editable {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }
    .contact-form button {
        padding-left: 5.7em;
        align-items: center;
        width: 100%;
    }
    .piece1 {
        left: -26.8em;
        bottom: -28.5em;
        scale: 8%;
    }
    .thank-you-message {
        top: 7em;
    }
}