﻿
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/***********************************************************************************

Normalization

************************************************************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,spaced,summary,time,mark,audio,video {
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
    margin:0;
    padding:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block
}
body {
    line-height:1
}
ol,ul{
    list-style-position: outside;
}
blockquote,q {
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


/***********************************************************************************

Setup

************************************************************************************/

html,
body {
    width: 100%;
    height: auto;
    margin-left: auto;
    overflow: auto;
}

/***********************************************************************************

Typography

************************************************************************************/

body {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-position: center !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.2;
}

h1 {
    font-size: 32px;
    margin-bottom: 22px;
}

h2 {
    font-size: 28px;
    margin-bottom: 25px;
}

h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

h4 {
    font-size: 20px;

    margin-bottom: 5px;
}

h4 i {
    font-style: italic;
}

h5 {
    font-size: 18px;

    margin-bottom: 5px;
}

h6 {
    font-size: 14px;
    margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    transition-duration: 0.25s;
}

h6 mark {
    display: inline-block;
    line-height: 0em;
    padding-bottom: 0.5em;
    background-color: #2bffd4;;
}

h6 a.gradientlink1:link {
    letter-spacing: 1px;
}

h6 a.gradientlink1:hover {
    transition-duration: 0.5s;
}

h6 a.gradientlink2:link, a.gradientlink2:visited {
    background-color: #abff84;
    border: solid;
    border-width: 1px;
    border-color: #abff84;
    color: black;
    padding: 2px;
    border-radius: 12px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

h6 a.gradientlink2:hover {
    background: -webkit-linear-gradient(15deg, #abff84, #2bffd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: solid;
    border-width: 1px;
    border-color: rgba(68, 68, 68, 0.95);
}

p {
    line-height: 1.4;

    margin-bottom: 20px;
}

a {
    text-decoration: none;
    transition-duration: 0.25s;
}

a.spaced {
    letter-spacing: 1px;
    text-decoration: none;
    transition-duration: 0.25s;
}

/* p a,
strong {
    font-weight: 700;
} */

p a {
    border-bottom: 1px solid;
}

/***********************************************************************************

Icons

************************************************************************************/

@font-face {
    font-family: "ionicons";
    src: url("./assets/icons/ionicons.eot?v=1.4.1");
    src: url("./assets/icons/ionicons.eot?v=1.4.1#iefix") format("embedded-opentype"),
    url("./assets/icons/ionicons.ttf?v=1.4.1") format("truetype"),
    url("./assets/icons/ionicons.woff?v=1.4.1") format("woff"),
    url("./assets/icons/ionicons.svg?v=1.4.1#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: "ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

.icon.twitter:before { content: "\f243"; }
.icon.facebook:before { content: "\f231"; }
.icon.linkedin:before { content: "\f239"; }
.icon.email:before { content: "\f10f"; }
.icon.submit:before { content: "\f3fd"; }
.icon.error:before { content: "\f404"; }
.icon.success:before { content: "\f3fd"; }

/***********************************************************************************

Containers

************************************************************************************/

.row {
    width: 100%;
    float: left;
    position: relative;
}

.content {
    width: 500px;
    margin-left: 200px;
}

.forms {
    width: 500px;
    margin-right: 200px;
    margin-left: 500px;
}

/***********************************************************************************

Footer

***********************************************************************************/

.footer {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
    bottom: 0;
    position: relative;
}

/***********************************************************************************

Body

************************************************************************************/

body {
    background-size: cover !important;
}

body::after {
    border-right: 1px dashed;
    border-color: #999999;
    width: 1px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100px;
    z-index: -1;
    content: "";
}

/***********************************************************************************

Header

************************************************************************************/

header {
    line-height: 10vh;
    padding-top: 10vh;
    border-bottom: 1px solid;
}

header h1 {
    font-size: 20px;
    font-weight: 900;
    display: inline;
}

.headerlogo {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80px;
    display: block;
    padding-right: 2vh;
    height: 4vmin;
    vertical-align: middle;
    display: inline;
}

header .status {
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

header .status span {
    border-left: 1px solid;
    font-size: 12px;
    line-height: 20px;
    width: 1px;
    height: 21px;
    padding-left: 5px;
    position: absolute;
    top: -10px;
    right: -6px;
}

/***********************************************************************************

Menu

************************************************************************************/

#menu {
    font-weight: 400;
    font-family: Nunito Sans, sans-serif;
    font-size: 18px;
}

a.lk /* Styles the links of the menu bar */ {
    border-style: none solid none none;
    border-width: 1px;
    border-color: lightgrey;
}

a.pdf /* Adds padding to the first element of the menu bar */ {
    padding-right: 0.35em;
}

a.pd /* Adds padding to the middle elements of the menu bar */ {
    padding-right: 0.45em;
    padding-left: 0.25em;
}

a.pdl /* Adds padding to the last element of the menu bar */ {
    padding-left: 0.45em;
}

a.bt /* Styles the button in the menu bar */ {
    padding:0.05em 0.5em;
}

a.bt:hover {
    opacity: 0.5;
}

#full {
    background-color: #2bffd4;
    border: solid;
    border-width: 1.4px;
    border-radius: 5px;
    border-color: #2bffd4;
}

#black {
    background-color: #000000;
    border: solid;
    border-width: 1.4px;
    border-radius: 5px;
    border-color: #000000;
    color: white;
}

#empty {
    background-color: transparent;
    border: dashed;
    border-color: #999999;
    border-radius: 5px;
    border-width: 1.4px;
}

/***********************************************************************************

Intro

************************************************************************************/

#intro {
    padding: 83px 0 100px;

    display: none;
}

/***********************************************************************************

Post Subscribe

************************************************************************************/

#post-subscribe h1 {
    margin-bottom: 32px;
}

/***********************************************************************************

Subscribe

************************************************************************************/

#subscribe {
    margin: 15px 0 40px;
}

input[type="text"],
input[type="email"] {
    background: none;
    outline: none;

       border-radius: 50px;
    border: none;
    border: 1px solid;

    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;

    width: 200px;
    height: 38px;

    padding: 0 20px;

    -webkit-appearance: none;
}

input:focus {
    outline: 0;
}

.button {
    outline: none;

    border-radius: 50px;
    border: 1px solid #000000;

    font-size: 38px;
    line-height: 19px;
    text-align: center;

    width: 40px;
    height: 40px;

    padding: 0;

    position: absolute;
    top: 0;
    left: 221px;

    cursor: pointer;

    transition-duration: 0.25s;
}

#post-subscribe {
    display: none;
}

/***********************************************************************************

Social

************************************************************************************/

#social a.icon {
    border-radius: 50%;

    font-size: 36px;
    line-height: 40px;
    text-align: center;

    width: 40px;
    height: 40px;

    float: left;
    margin-right: -5px;
}

/***********************************************************************************

Status

************************************************************************************/

#loading {
    width: 100%;
    height: 100%;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

    display: none;
}

#loading .status {
    border-radius: 50%;

    font-size: 80px;
    line-height: 120px;
    text-align: center;

    width: 120px;
    height: 120px;

    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 200;

    margin: -60px 0 0 -60px;

    display: none;
}



/***************************************************************************************

Containers

****************************************************************************************/

@media (max-width: 800px) {
    .content {
        margin-left: 10%;
    }
}

@media (max-width: 600px) {
    .content {
        width: 80%;
        margin-left: 10%;
    }
}

/***************************************************************************************

Body | This will hide the left side of the body (i.e., dashed line) on small screens

****************************************************************************************/

@media (max-width: 800px) {
    body::after {
        display: none;
    }
}

@media (max-width: 600px) {
    body::after {
        display: none;
    }
}

/***************************************************************************************

Subscribe

****************************************************************************************/

@media (max-width: 300px) {
    input[type="text"],
    input[type="email"] {
        width: 180px;
    }

    .button {
        left: 201px;
    }
}


/***********************************************************************************

Typography

************************************************************************************/

body {
    color: rgba(000, 000, 000, 0.85);
}

h1, h2, h3 {
    color: #000000;
}

a {
    color: rgba(000, 000, 000, 0.85);
}

a:hover {
    color: #000000;
}

p a {
    border-color: rgba(000, 000, 000, 0.25);
}

/***********************************************************************************

Body

************************************************************************************/

body::after {
    border-color: rgba(000, 000, 000, 0.25);
}

/***********************************************************************************

Header

************************************************************************************/

#header {
    border-color: #999999;
    color: #000000;
}

#header .status {
    background-color: #000000;
}

#header .status span {
    border-color: #000000;
    color: #000000;
}

/***********************************************************************************

Forms

************************************************************************************/

input[type="name"],
input[type="surname"],
input[type="email"],
input[type="text"] {
    border-color: #000000;
    color: rgba(000, 000, 000, 1);
    border-radius: 5px 5px 5px 5px;
    width: 500px;
}

::-webkit-input-placeholder {
    color: rgba(000, 000, 000, 0.85);
}

:-moz-placeholder {
    color: rgba(000, 000, 000, 0.85);
}

::-moz-placeholder {
    color: rgba(000, 000, 000, 0.85);
}

:-ms-input-placeholder {
    color: rgba(000, 000, 000, 0.85);
}

.button {
    size: 50%;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-color:rgba(000, 000, 000, 1);
);
}

.button:hover {
    background: -webkit-linear-gradient(15deg, #abff84, #2bffd4);
}

/***********************************************************************************
  
Status
  
************************************************************************************/

#loading {
    background-color: rgba(255, 255, 255, 0.75);
}

.status {
    color: rgba(255, 255, 255, 0.75);
}

.status.icon.error {
    background-color: rgba(0, 0, 0, 0.75);
}

.status.icon.success {
    background-color: #49b266;
}



form { max-width:500px }

.form-input {
width:400px;
color:white;
font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
font-weight:500;
font-size: 18px;
border-radius: 5px;
line-height: 22px;
background-color: transparent;
border:2px solid #2bffd4;
transition: all 0.3s;
padding: 13px;
margin-bottom: 15px;
width:100%;
box-sizing: border-box;
outline:0;
}

.form-input: focus { border:2px solid #2bffd4; }

textarea {
height: 150px;
line-height: 150%;
resize:vertical;
width: 500px;
border-color: #000000;
color: rgba(000, 000, 000, 1);
border-radius: 5px 5px 5px 5px;
font-size: 15px;
font-weight: 300;
padding: 20px;
}

[type="submit"] {
font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
width: 50%;
background:#000000;
border-radius:5px;
border:0;
cursor:pointer;
color:white;
font-size:24px;
padding-top:10px;
padding-bottom:10px;
transition: all 0.3s;
margin-top:-4px;
font-weight:700;
display: block;
margin: 0 auto;
}

[type="submit"]:hover { background:#2bffd4; }

/***********************************************************************************

Social

************************************************************************************/

#social a.icon {
    color: rgba(0, 0, 0, 0.55);
}

#social a.icon:nth-child(1) {
    background-color: rgba(68, 68, 68, 0.95);
}

#social a.icon:nth-child(2) {
    background-color: rgba(85, 85, 85, 0.95);
}

#social a.icon:nth-child(3) {
    background-color: rgba(102, 102, 102, 0.95);
}

#social a.icon:nth-child(4) {
    background-color: rgba(119, 119, 119, 0.95);
}

#social a.icon:hover {
    color: #ffffff;
}

#social a.icon.twitter:hover {
    background: -webkit-linear-gradient(15deg, #abff84, #2bffd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#social a.icon.facebook:hover {
    background: -webkit-linear-gradient(15deg, #abff84, #2bffd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#social a.icon.linkedin:hover {
    background: -webkit-linear-gradient(15deg, #abff84, #2bffd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#social a.icon.email:hover {
    background: -webkit-linear-gradient(15deg, #abff84, #2bffd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}