body, html{
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
}

header{
  height: 95%;
  margin: 0;
  padding: 0;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*------------------------
General
------------------------*/

p{
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 25px;
  margin:0 auto;
}

h2{
  font-size: 34px;
  font-weight: 400;
  text-align: left;
  color: #333;
  margin:0 0 20px 0;
  padding: 0;
}

h4{
  font-size: 16px;
  font-weight: 100;
  text-align: left;
  color: #ccc;
  margin:0 0 10px 0;
  text-transform: uppercase;
}

hr{
  width: 70px;
  height: 2px;
  background-color: #333;
  text-align: left;
  margin: 0 0 20px 0;
  border: none;
}

h3 {
  color: #333;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h6{
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  color: #777;
  padding: 0 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.h6{
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  color: #333;
  padding: 0 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

h5{
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  color: white;
  padding: 0;
  margin: 70px auto;
  font-weight: 100;
}

.link{
  position: relative;
}
.link:after{
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display:block;
  margin-top: -8px;
  left: 0;
  background-color: white;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.link:hover:after{
  width: 100%;
  right: 0;
  background-color: white;
}

.link2{
  position: relative;
}

.link2:after{
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display:block;
  margin-top: -9px;
  left: 0;
  background-color: #333;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.link2:hover:after{
  width: 100%;
  right: 0;
  background-color: #333;
}

.link3{
  position: relative;
}

.link3:after{
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display:block;
  margin-top: -11px;
  left: 0;
  background-color: #333;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.link3:hover:after{
  width: 100%;
  right: 0;
  background-color: #333;
  color:
}

strong{
  font-weight: 600;
  color: #333;
}

.move{
  position: absolute;
  right: 3%;
  bottom:7%;
}

.spacer{
  padding-top: 50px;
}

/*------------------------
Menu
------------------------*/

.navbar{
  margin-bottom: 0;
  padding: 24px 0 0 0;
  border: none;

}

.navbar-default {
    background-color: #f2f2f2;
    border-color: 1px solid #f2f2f2;
    border-radius:0;
    padding-right: 30px;
    margin: 0;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-right: -7px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #333;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-brand {
    float: left;
    padding-left: 60px;
}

/*------------------------
Header
------------------------*/

.header{
  width: 100%;
  margin:0;
  padding: 0;
}


/*------------------------
Section
------------------------*/

.section{
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    background-color: #2a2d43;
    background-image: url(img/poster.png);
    background-repeat: no-repeat;
    background-position: center;
}

.section_xs{
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    background-color: #2a2d43;
    background-image: url(img/poster_xs.png);
    background-repeat: no-repeat;
    background-position: center;
}

/*------------------------
About
------------------------*/

.aside{
  margin: 80px 0 80px 0;
  padding: 0;
}

.article{
  margin: 80px 0 80px 0;
  padding: 0;
}

.h2{
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  color: white;
  padding: 0;
  margin: 70px auto;
}

.p_me{
  font-size: 17px;
  text-align: left;
  color: #555;
  line-height: 25px;
  width: 93%;
  margin-left: 0;
}


/*------------------------
Services
------------------------*/

.svc{
  margin: 50px 0 50px 0;
  padding: 0;
}

/*------------------------
Skills
------------------------*/

.skills{
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
  background-image: url(img/skills.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.skills_xs{
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  background-image: url(img/skills_xs.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/*------------------------
Portfolio
------------------------*/
.prt {
  height: auto;
  background-color: white
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 3s ease-out;
	-o-transition: all 3s ease-out;
	transition: all 3s ease-out;
}

.prt img {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-transition: all 3s ease-out;
	-o-transition: all 3s ease-out;
	transition: all 3s ease-out;
  opacity: 1;
  transform: scale(1);

}
.prt:hover img{
  transform: scale(1.1);
  opacity:0.6;

}

.copertura{
	width:100%;
	height:100%;
  top: 0;
  left: 0;
  bottom: 0;
  right:0;
  margin: 0;
  padding: 0;
	position: absolute;
  opacity:0;
  background-color: #fff;
	-webkit-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.copertura:hover{
  opacity:0.6;
	background-color: white;
}

img{
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

/*------------------------
Footer
------------------------*/
.footer{
  width: 100%;
  height: 350px;
  background-color: #333;
  margin:0;
  padding: 0;
  position: relative;
}

.pulsante{
  width: 240px;
  height: 60px;
  background-color: transparent;
  position: absolute;
  top:51%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 400;
  color:#333;
  text-align: center;
  line-height: 60px;
  overflow: hidden;
  border: 2px solid white;
  cursor: pointer;
}

.pulsante:before{
  content: '';
  position: absolute;
  left: 0;
  bottom:-100%;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
  z-index: -1;
}

.pulsante:hover:before {
  bottom: 0;
  z-index: -1;
}

span{
  color: white;
  -webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
  z-index: 1;
}

.pulsante:hover span{
  color:#333;
}

::-webkit-scrollbar-track{
	border-radius:0;
	background-color: white;
}
::-webkit-scrollbar{
	width:5px;
	background-color: white;
}
::-webkit-scrollbar-thumb{
	border-radius:0;
	background-color: #333;
}

.box{
  height: 60px;
  position: absolute;
  top: 79%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}

.mockup{
  width: 100%;
  margin:0;
  padding: 0;
}

.share{
  height: 200px;
  background-color: white;
  margin: 0;
  padding: 0;
}

.cookie{
  width: 100%;
  height: 350px;
  margin: 0 0 50px 0;
  padding: 0;
  background-image: url(img/cookie.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.social{
	width:260px;
	height:65px;
	color:white;
	font-size:30px;
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;

}
i{
	color: #4d4d4d;
	z-index: 10000;
}

i:hover{
	color:white;
	-webkit-transition: all 800ms ease-out;
	-o-transition: all 800ms ease-out;
	transition: all 800ms ease-out;
}


/*------------------------
Smartphone
------------------------*/
@media (max-width :768px){
	.link2:after{
		content:none;
	}
  .skills_xs{
		margin:5px 0 0 0;
	}
  .svc{
		margin: 0 0 35px 0;
	}
  .section_xs{
		margin: 0 0 5px 0;
  }
  .p_me{
		width:100%;
	}
  h2{
		  font-size: 30px;
  }
  .article{
		margin: 40px 0 40px 0;
	}

  .navbar{
      padding: 0;
  }

.navbar-default .navbar-nav > li > a {
  color: #333;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}

.navbar-default {
  background-color: #fff;
  margin-top: 0;
  box-shadow: 0 1px 10px #ddd;
  padding-top: 0;
}

.navbar-brand{
  padding-left: 5%;
}

.link2:hover:before{
  width: 0;
}

#cd-vertical-nav{
  margin: 0;
  padding: 0;
}
.navbar {
    margin-bottom: 0;
}
.cd-auto-hide-header {
  position: static;
}


}
