html{
  background-image: url('../imgs/backgrounds/background.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

footer{
	margin-top: 5%;
}

#post-container a{
	text-decoration: none;
	color: #0daeff;
}

#post-container a:hover{
  color: #FE3838;
  transition-duration: 0.5s;
}

#big-container {
	min-height: 800px;
	margin-top: 150px;
}

#post-container{
	width: 1040px;
	max-width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: white;
	border-radius: 10px;
	position: relative;
}

#project-title{
	font-size: 35px;
	font-family:"Montserrat Semi-Bold";
	text-align: center;
	padding-top: 20px;
	color: #1d1d1d;
}

#project-subtitle{
	font-size: 1.25em;
	font-family: "Montserrat Regular";
	color: #333;
	margin-left: 20%;
}

.project-text{
	font-family: "Montserrat Regular";
	font-size: 100%;
	color: #333;
	padding-left: 20%;
	padding-right: 20%;
	text-align: justify;
}

#meaning {
	font-size: 10pt;
}

.list{
	padding-left: 25%;
	padding-right: 20%;
	padding-bottom: 20px;
	font-family: "Montserrat Regular";
	font-size: 100%;
	color: #333;
}

#scenarii_projet_PHP{
	padding-left: 25%;
	padding-right: 20%;
	padding-bottom: 20px;
	font-family: "Montserrat Regular";
	font-size: 100%;
	color: #333;
}

#note{
	font-size: 12.5px;
}

#gallery{
	font-family: "Montserrat Regular";
	text-align: center;
	padding-top: 20px;
	color: #1d1d1d;
}

figcaption{
	font-family: "Montserrat Regular";
	text-align: center;
	color: #1d1d1d;
	padding-bottom: 10px;
	margin-top: 1%;
	margin-bottom: 3%;
}

/* figure a img {
  border: 1px solid gray;
} */

#project-content{
	text-align:center;
	padding-bottom: 20px;
}

.project-screenshots{
	padding-bottom: 10px;
	width: 60%;
}

.project-screenshots.mobile{
	width: 40%;
}


.project-page-button{
	background: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	width: 200px;
	font-weight: bold;
	font-size: 18px;
	color: #191919;
	border-color: #191919;
	border-width: 3px;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	border-style: solid;
}

.project-page-button:hover{
	background: #191919;
	transition-duration: 0.20s;
	cursor: pointer;
	color: white;
}

#button-container-bottom{
	padding-bottom: 20px;
}

#button-container-top {
  margin-top: -1%;
}


/*//////////////////////////////////////*/
/* 	       	  	 	RESPONSIVE	      		*/
/*//////////////////////////////////////*/
@media (max-width: 600px){
	#project-title{
		font-size: 25px;
	}

	.project-text{
		text-align: left;
		margin-left: 2px;
		padding-left: 15%;
		padding-right: 15%;
	}

	#project-subtitle{
		margin-left:0;
		text-align: center;
	}

	.list{
		padding-left: 30%;
		padding-right: 15%;
	}
}

@media (max-width: 400px){

	#project-title{
		font-size: 25px;
	}

	.project-text{
		text-align: left;
		margin-left: 2px;
		padding-left: 15%;
		padding-right: 15%;
	}

	#project-subtitle{
		margin-left:0;
		text-align: center;
	}

	.list{
		padding-left: 30%;
		padding-right: 15%;
	}
}
