/*BLACK*/
/*WHITE*/
html, body {
    max-width: 2000px;
    margin: 0 auto;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    color: #333333; }

form {
    margin: 0; }

main {
    min-height: 600px; }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    /*text-transform: uppercase;*/ }

h1 {
    font-family: "Playfair Display", sans-serif;
    font-size: 4.5rem;
    /*font-weight: 800;*/ }

h2 {
    font-family: "Playfair Display", sans-serif;
    font-size: 4rem;
    /*font-weight: 800;*/ }

h3 {
    font-family: "Playfair Display", sans-serif;
    font-size: 3.5rem;
    /*font-weight: 800;*/ }

h4 {
    font-family: "Playfair Display", sans-serif;
    font-size: 3rem;
    /*font-weight: 800;*/ }

h5 {
    font-family: "Playfair Display", sans-serif;
    font-size: 2.5rem;
    /*font-weight: 800;*/ }

h6 {
    font-family: "Playfair Display", sans-serif;
    font-size: 2rem;
    /*font-weight: 800;*/ }

p, a, span, li {
    font-size: 1.7rem;
    font-weight: 400;
    /*line-height: 1.681;*/
    line-height: 1.4; }

input, button, select, optgroup, textarea {
    margin: 0;
    font-size: 2rem; }

a {
    color: #333333;
    text-decoration: underline; }
a:hover, a:focus {
    outline: none;
    text-decoration: underline; }

iframe {
    display: block;
    border: 0;
    width: 100%; }

strong {
    font-weight: bold; }

hr {
    margin: 2rem auto;
    border: 2px solid #2e8ec1;
    width: 4rem;
    max-width: 100%; }

.occhiello {
    color: #2e8ec1;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase; }

.link {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.8rem 0; }
.link a,
.link button {
    border: 1px solid #2e8ec1;
    color: #2e8ec1;
    background-color: rgba(255, 255, 255, 0);
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    padding: 1.5rem 4rem;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
.link a:hover,
.link button:hover {
    border-color: #555555 !important;
    color: #555555 !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }