
/*
  Theme Name: Portfolio
  Author: Michele Amodio
  Author URL: www.micheleamodio.it
*/

/*  General Styling
/*-----------------------------------------------------------------------------------*/

@font-face {
   font-family: 'Darker Grotesque';
   src: url('../font/DarkerGrotesque-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Montserrat;
    src: url("../font/montserrat.otf") format("opentype");
}

@font-face {
   font-family: 'CenturyGothic';
   src: url('../font/CenturyGothic.ttf') format('truetype');
}

@font-face {
    font-family: RespondentLight;
    src: url("../font/RespondentLight.otf") format("opentype");
}

@font-face {
    font-family: Hamiltone;
    src: url("../font/Hamiltone.otf") format("opentype");
}


/*

colore sfondo: #e5e6e0
colore sfondo (beige chiaro): #fafaf5
colore sfondo (beige bianco): #fcfcfa

colore scritte: #475658


*/

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "CenturyGothic" !important;
  background-color: #171B1C;
  overflow: hidden;
}




body {
  width: 100%;
  height: 100%;
  background: url(../images/sfondo.jpg) repeat scroll center center / cover;
  /* background: url(../images/sfondohome.jpg);
  background-size: cover;

  Sfocatura immagine sfondo su photoshop a 23,33 */
}


body {
  color: white;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: white;
  font-weight: 600;
}

h4 {
  color: white;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: white;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: white;
  text-decoration: underline;
}

a:visited {
  color: white;
  text-decoration: none !important;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: white;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: white;
  line-height: 28px;
}

::-moz-selection {
  background: #e5e6e0;
  color: #fff;
}

::selection {
  background: #e5e6e0;
  color: #fff;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: white;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 40px; /* prima 30px, spazio dopo GET IN.. */
}


/*-----------------------------------------------------------------------------------*/
/*  Overlay
/*-----------------------------------------------------------------------------------*/



.overlay {
      z-index: 1;
      position: fixed;
      width: 100%;
      height: 100vh;
      background: #171b1c;
      top: 0%:
}


  
.overlay img {
      position: relative;
      top: 50%;
      left: 50%;
      width: 20vw;
      transform: translate(-50%, -50%);
}



/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/


.header {
  position: fixed;
  top: 30%; /* Prima 35% */
  width: 100vw;
}



.header h1 {
  color: #fff;
  font-weight: bolder;
  font-size: 80px; /* con Montserrat era 40px, poi 100px */
  text-align: center;
  font-family: Hamiltone;
}



/*-----------------------------------------------------------------------------------*/
/*  Icone
/*-----------------------------------------------------------------------------------*/


img {
  width: 5vw;
}

.fotografia {
  position: fixed;
  top: 55vh;
  left: 47.5vw;
}

.fotografia:hover {
  opacity: 0.5;
  transition: all 0.5s ease-in-out 0s;
}


/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 52%;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  text-align: center;
}

#footer .socials-media ul li {
  text-align: center;
  display: inline-block;
  margin-left: 5vw;
  margin-right: 5vw;
}

#footer .socials-media ul li a {
  font-size: 10vw;  /* 120px, prima era 24px */
  color: white;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: red;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}



/*-----------------------------------------------------------------------------------*/
/*  Privacy
/*-----------------------------------------------------------------------------------*/

.credits {
  width: 100vw;
  position: fixed;
  bottom: 7%;
  font-size: 10px;
  margin-bottom: -50px;
  text-align: center;
}

.credits p {
  line-height: 20px;
  color: gray;
}

.credits p a {
  line-height: 20px;
  color: gray;
}

.credits p a:hover {
  color: #fafaf5;
}



