@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,300i,400,400i,600,700,700i|Roboto+Mono:100,300,300i,400,400i,500,500i,700');
img.logoAI {
    position:absolute;
    max-width: 240px;
    left: calc( 50% - 120px );
    top: -13rem;
}
.child, body {
    position: relative;
}
body, html {
    width: 100%
}
.child, .link a {
    transition: all .8s ease;
}
body, html {
    height: 100%
  }
.modal, body {
    overflow: hidden;
}
em {
    font-style: initial;
}
::selection{
    background: #e5db1d !important;
}
a:hover, .link a:hover{
  color: #e5db1d;
}
.link a {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    text-transform: capitalize;
    font-size: 2rem;
    text-shadow: none;
    font-weight: 400;
    color: #fff;
}
.link.center {
    width: 100%
}
a, i.icon-cancel {
    cursor: crosshair;
}
html {
    box-sizing: border-box;
    background: url(lunar_bg.jpg);
    background-size: cover;
}
*, :after, :before {
    box-sizing: inherit;
}
body {
    font: 100px/100px "Helvetica Neue";
    color: rgba(255, 255, 255, 1);
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 5rem;
}
.child {
    text-align: center;
    top: 48%;
    font-size: 8rem;
    left: 50%;
    transform: translate(-50%, -50%);
    /*letter-spacing: -2px;*/
    text-transform: capitalize;
    /*font-family: 'Megrim', sans-serif;*/
    font-family: 'Josefin Sans', sans-serif;
}
.child strong{
    font-weight: 500 !important;
    font-size: 4rem;
}
.littleChild {
      color: #e5db1d;
      font-size: 1.2rem;
      line-height: 1.5rem;
      margin-top: -10px;
      display: block;
      letter-spacing: -1px;
      text-transform: uppercase;
      font-weight: 600;
}
.littleChild strong {
    padding: 0 5px;
    font-size: 1.5rem;
    /* position: relative; */
    /* bottom: -2px; */
    /* left: 4px; */
    font-weight: 300 !important;
}
.littleChild strong{
     font-weight: 600 !important;
}
strong.titoloAI:before {
    content: "";
    display: block;
    width: 150px;
    height: 5px;
    background: #e5db1f;
    margin: 0 auto;
}
.childSecond {
    text-align: center;
    position: fixed;
    display: flex;
    width: 100%;
    padding: 0 5%;
    bottom: 10px;
}
.link {
    width: 33%;
    display: block;
    font-size: 2rem;
    position: relative;
}
.modal, .modal-overlay {
    display: none;
    position: fixed;
}
.modal-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 100000000;
}
#contactModal {
    transition: all 2s ease;
}
.modal {
    width: 100%;
    height: 0;
    top:0;
    left:0;
    margin: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1000000000;
    font-size: 1rem;
}
#contactModal span {
    display: block;
    text-align: left;
    height: 30px;
    position: relative;
    line-height: 30px;
    width: 100%;
    font-size: 3rem;
    font-weight: 400;
    font-family: 'Roboto Mono', monospace;
    color: #e0e9f1;
    line-height: 3rem !important;
    padding: 0 20%;
}
#contactModal span.aboutModal {
    text-align: center;
    height: 100%;
    line-height: 20px;
    min-width: 310px;
}
i, i.icon-cancel {
    font-size: 1.5rem;
    line-height: 24px;
}
/*#contactModal span a:after, .link a:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 3px;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: all .1s ease;
    transition: all .3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.link a:after {
    bottom: 20px;
    max-width: 55%;
    margin: 0 auto;
    display: block;
    position: relative;
}*/
#contactModal span a:after, .link a span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 6px;
    background-color: transparent;
    -webkit-transition: background-color .3s ease,width .25s ease;
    -moz-transition: background-color .3s ease,width .25s ease;
    transition: background-color .3s ease,width .25s ease
}
#contactModal span a:hover:after, .link a:hover span:after {
    background-color: #e5db1d!important;
    width: 100%;
}
.link a span {
    position: relative;
}
#contactModal span a, .link a {
    text-decoration: blink;
    display: block;
}
#contactModal span a, #contactModal span {
    line-height: 22px;
    color: #e0e9f1;
}
/*#contactModal span a:hover:after, .link a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}*/
.innerModal {
    position: absolute;
    top: 50%;
    left: UNSET;
    margin: auto;
    transform: translateY(-50%);
}
i.icon-cancel {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3rem;
    padding: 15px;
}
i.icon-cancel:hover {
    color: #2196F3;
    transition: all .6s ease;
}
i.icon-mail, i.icon-map, i.icon-phone {
    display: inline;
    position: absolute;
    left: -31px;
    color: #2196F3;
}
i.icon-mail, i.icon-phone {
    font-size: 1.1rem;
    left: -29px;
    line-height: 18px;
    height: 18px;
    top: 4px;
}
i.icon-phone {
    font-size: 1.3rem;
    line-height: 21px;
    height: 21px;
    top: 21px;
}
#contactModal .contactSpan, #contactModal .contactSpan a {
    height: 54px;
    padding-right: 0;
}
#contactModal .contactSpan:last-child {
    top: -11px;
}
i.icon-mail, i.icon-map, i.icon-phone {
    left: calc( 20% - 31px);
}
i.icon-map:before{
    right: 3px;
    position: relative;
}

.socialLink a {
    display: block;
    width: 50px;
    height: 1px;
    float: left;
    text-decoration: none;
}
.socialLink {
    width: 100%;
    text-align: center;
    left: 50%;
    position: relative;
    margin-left: -155px;
    margin-top: 2rem;
}
.socialLink i {
    height: 45px;
    display: block;
    padding: 10px 0;
    color: #2196F3;
    font-size: 2rem;
}
#contactModal .contactSpan a:after{
    bottom: 15px;
    left: calc( 20% - 31px);
}
/***Nuovo colore GIALLO***/
.socialLink i, i.icon-cancel:hover, .littleChild strong,i.icon-mail, i.icon-map, i.icon-phone {
    /* color: #e5db1d !important; */
    color: #fff;
}

@media screen and (max-width: 720px) {
  .littleChild {
      font-size: 1.1rem;
      line-height: 1.4rem;
      margin-top: -23px;
  }
  .child {
      font-size: 5rem;
  }
  .link {
      font-size: 2rem;
  }
  .link a:after {
      max-width: 45%
  }
   .link a span:after{
     bottom:-4px;
  }
  .littleChild strong{
    font-size: 1.5rem;
  }
  img.logoAI{
    max-width: 200px;
    left: calc( 50% - 100px );
    top: -11rem;
  }
  .child strong.titoloAI{
    font-size: 3rem;
    position: relative;
    top: -18px;
  }
  strong.titoloAI:before{
  position: relative;
  top: 18px;
  }
  .link a{
    font-size: 1.5rem;
  }
}
@media screen and (max-height: 481px) {
  img.logoAI{
      max-width: 180px;
      left: calc( 50% - 90px );
      top: -7rem;
  }
  .child strong.titoloAI{
    font-size: 3rem;
    position: relative;
    top: 9px;
  }
    .link a{
    font-size: 1.5rem;
    position: relative;
    bottom: -20px;
  }
  strong.titoloAI:before {
      top: 24px;
      position: relative;
  }
}
