



*,
*:before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}



body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  /*background-color: #f1f1f1;*/
	background: url(../images/Noir-wallpapers-4k4.jpg) 50% 50% / cover;
}

html {
  line-height: 1.6em;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
  border-left: 0.5px solid #ddd;
  border-right: 0.5px solid #ddd;
}

/* HEADER */

.flex_wrap_header {
  display: flex;
  justify-content: space-between;
	align-items: center;
  color: #fff;
  border-bottom: 1px solid #fab907;
  border-radius: 5px;
  margin-bottom: 20px;
	background: url(../images/MyMusicPic.jpg) 50% 50% / cover; z-index: -2;
	height: auto;
	padding: 25px;
	}

.header_logo {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 30px;
  font-weight: bold;
}





.header_logo em {
  color: #fab907;
}

.flex_wrap_header a {
  text-decoration: none;
  margin-right: 7px;
  color: #f1f1f1;
  padding: 5px;
	font-size: larger;
	background-color: #1c1c1c;
	border-radius: 10px;
}



.list {
  list-style-type: none;
  padding: 0;
  cursor: pointer;
  display: inline;
  font-weight: bold;
}

.list a:focus,
.list a:hover {
  color: #fab907;
  transition: all 0.1s linear;
  transform: scale(1.1);
}

.hamburger{
	display: none;
}



/* MAIN */

.flex-wrap_main {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.box {
  text-align: center;
}

.box img {
  margin-top: 2rem;
  width: 80%;
  height: auto;
  border-radius: 10px;
}

.main_description {
  margin-top: 2rem;
  margin-right: 40px;
  text-align: center;
  width: 40%;
  height: auto;
}

.main_description h2 {
  color: #2b2b2b;
  border-bottom: 1px solid #fab907;
  padding: 5px;
  margin-bottom: 5px;
	
}

.main_description p {
  color: #1c1c1c;
	font-size: 18px;
}

.main_description i {
  position: absolute;
}

.main_description a {
  text-decoration: none;
  font-size: 15px;
  border-radius: 20px;
  background-color: #fab907;
  color: #1c1c1c;
  padding: 8px;
  padding-right: 22px;
  position: relative;
}

.main_description a:focus,
.main_description a:hover {
  color: #fab907;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  transition: all 0.2s linear;
}

/* Dicone di me*/

.container {
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.container h3{
	border-bottom: 1px solid #fab907;
	margin-left: 30%;
	margin-right: 30%;
	padding: 5px;
	
}

.container p {
	font-size: 15px;
  font-weight: lighter;
  color: #1c1c1c;
	font-size: 18px;
  
}

.container h4 {
  font-weight: lighter;
  color: gray;
  font-style: oblique;
	
}

/*FOOTER*/

.wrap_footer {
  border-top: 1px solid #fab907;
  padding: 25px;
  margin-top: 20px;
	background: url(../images/MyMusicPic.jpg) 50% 50% / cover; z-index: -2;
}

.footer_logo {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #f1f1f1;

}

.footer_logo em {
  color: #fab907;
}



#a-logo:focus,
#a-logo:hover{
	color: #fab907;
  transition: all 0.1s linear;
}

.wrap_footer a {
  color: #f1f1f1;
  text-decoration: none;
	font-size: larger;
	background-color: #1c1c1c;
	border-radius: 10px;
	padding: 5px;
	z-index: 2;
	margin-bottom: 10px;
}

.contactMe{
	color: #f1f1f1;
	text-decoration: none;
	  font-size: larger;
	  background-color: #1c1c1c;
	  border-radius: 10px;
	  padding-left: 2px;
	  padding-right: 32px;
	  padding-bottom: 2px;
	  padding-top: 2px;
	  z-index: 2;
	  margin-bottom: 10px;
	  height: 30px;
	  width: 120px;
	  cursor: pointer
  }
  
  .contactMe:focus,
  .contactMe:hover {
	  color: #fab907;
	  transition: all 0.1s linear;
  }

#id_link{
	padding-right: 35px;
}

.footer_link{
	display: flex;
	flex-direction: column;
    align-items: center;
	margin: 10px;
}

.wrap_footer a:focus,
.wrap_footer a:hover,
.wrap_footer i:focus,
.wrap_footer i:hover {
	color: #fab907;
  transition: all 0.1s linear;
  transform: scale(1.1);
}
.box_footer {
  text-align: center;
}

.footer_link span{
	margin-bottom: 6px;
}

.footer_link i {
  position: absolute;
	margin-left: 5px;
}

.signature {
  text-align: center;
  color: #fff;
}

.signature p {
  font-size: 12px;
}


/*Desktop*/

@media only screen and (min-width:960px) and (max-width: 1199px) {
  .wrapper{
		max-width: 930px;

	}
}

/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
	html, body{
		overflow-x: hidden;
		
	}


	.wrapper{
		width: auto;
	}

  .mediaQ{
		position: absolute;
		top: 0;
		right: -100%;
		background-color: #1c1c1c;
		height: 100vh;
		width: 100%;
		padding: 70px 25px;
		transition: linear 0.5s;
    -moz-transition:  all .4s ease-in-out;
    transition:  all .4s ease-in-out;
    z-index: 1;
	
	}

	.mediaQ.open{
		right: 0%;
	}

	.list{
		display: block;
	}

 .hamburger{
	 display: block;
	 width: 30px;
	 height: 30px;
	 position: absolute;
	 top: 40px;
	 right: 30px;
	 background-color: #1c1c1c;
	 border: none;
	 overflow: hidden;
   padding: 3px;
   z-index: 3;
 }



 .hamburger.open span:nth-child(2){
	 transform: translateX(-100%);
	 opacity: 0;
	
}

.hamburger.open span:nth-child(1){
	transform: rotate(45deg) translate(1.5px, 3px);
}

.hamburger.open span:nth-child(3){
	transform: rotate(-45deg) translate(6px, -8px);
}


 

 .hamburger span{
	 background: #fff;
	 height: 2px;
	 width: 100%;
	 display: block;
	 margin-bottom: 5px;
	 transition:  all .4s ease-in-out;
 }


 .menuBox{
	 padding-left: 0px;
 }

 .menuBox li {
   padding: 5px;
   font-size: 15px;
 }

 .flex-wrap_main{
	 flex-wrap: wrap;
	 align-items: center;
	 justify-content: center;
 }

 
 .main_description{
  margin-bottom: 20px;
  max-width: 50%;
  padding-left: 25px;

}

.header_logo{
  background-color: #1c1c1c;
  opacity: 1;
  z-index: 3;
  padding: 5px;
  border-radius: 5px;
 
 }

.header_logo em{
  z-index: 3;
  color: #e7a20d;
  
}

#logoColor{
  color: #ddd;
  z-index: 3;
}
}

.contactMe{
 z-index: 0;
}




/*Mobile*/

@media only screen and (max-width: 767px) {
    html, body{
		overflow-x: hidden;
		width: auto;
	}

	.wrapper{
		width: auto;
	}


	.mediaQ{
		position: absolute;
		top: 0;
		right: -100%;
		background-color: #1c1c1c;
		height: 100vh;
		width: 100%;
		padding: 70px 25px;
		transition: linear 0.5s;
    -moz-transition:  all .4s ease-in-out;
    transition:  all .4s ease-in-out;
    z-index: 1;
	}

	.mediaQ.open{
		right: 0%;
	}

	.list{
		display: block;
	}

 .hamburger{
	 display: block;
	 width: 30px;
	 height: 30px;
	 position: absolute;
	 top: 40px;
	 right: 30px;
	 background-color: #1c1c1c;
	 border: none;
	 overflow: hidden;
   padding: 3px;
   padding-bottom: initial;
   z-index: 3;
 }



 .hamburger.open span:nth-child(2){
	 transform: translateX(-100%);
	 opacity: 0;
	
}

.hamburger.open span:nth-child(1){
	transform: rotate(45deg) translate(1.5px, 3px);
}

.hamburger.open span:nth-child(3){
	transform: rotate(-45deg) translate(6px, -8px);
}


 

 .hamburger span{
	 background: #fff;
	 height: 2px;
	 width: 100%;
	 display: block;
	 margin-bottom: 5px;
	 transition:  all .4s ease-in-out;
 }


 .menuBox{
	 padding-left: 0px;
 }

 .menuBox li {
   padding: 5px;
   font-size: 15px;
 }

 .flex-wrap_main{
	 flex-wrap: wrap;
	 align-items: center;
	 justify-content: center;
 }

 

 .main_description{
	 margin-bottom: 20px;
	 max-width: 50%;
   padding-left: 25px;

 }

 .header_logo{
	 background-color: #1c1c1c;
	 opacity: 1;
	 z-index: 3;
	 padding: 5px;
	 border-radius: 5px;
  
	}

 .header_logo em{
	 z-index: 3;
	 color: #e7a20d;
	 
 }

 #logoColor{
	 color: #ddd;
	 z-index: 3;
 }
}

.contactMe{
  z-index: 0;
}