body{
	max-width: 100%;
	padding: 0;
}

#header{
	max-width: 1000px;
	margin: auto;
	padding-right: 25px;
	padding-left: 25px;
}

footer{
	max-width: 950px;
	margin: auto;
	position: static;
	margin-top: 20px;
}

/* Peanuts */

#peanutsBanner img{
	max-width: 60%;
	display: block;
	margin: auto;

}

#peanutsBanner{
	background-color: #FBB03B;
	max-width: 100%;
}

@media(max-width: 1100px){
	#peanutsBanner img{
		max-width: 80%;
	}
}

@media(max-width: 800px){
	#peanutsBanner img{
		max-width: 100%;
	}
}

#imageGallery{
	margin-top: 7px;
	width: 100%;
}


.desktopColumn{
	padding-right: 7px;
	float: left;
	max-width: 33.33%;
	box-sizing: border-box;
}


#imageGallery img{
	max-width: 100%;
	margin-bottom: 3px;
}

#imageGalleryMobile{
	width: 100%;
	margin-top: 7px;
}

#imageGalleryMobile img{
	max-width: 100%;
	margin-bottom: 3px;
}

.mobileColumn{
	padding-right: 7px;
	float: left;
	max-width: 50%;
	box-sizing: border-box;
}

.last{
	padding-right: 0px;

}

#projectsNav{
	max-width: 950px;
	margin: auto;
	text-align: center;
	margin-top: 30px;
}

#projectsNav a{
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #2200FF;
	transition: color 0.3s;
}

#projectsNav a:hover{
	color: #FF00AA;
}

@media(min-width: 851px){

	#imageGallery{
		display: block;
	}

	#imageGalleryMobile{
		display: none;
	}
}

@media(max-width: 850px){
	#imageGallery{
		display: none;
	}

	#imageGalleryMobile{
		display: block;
	}
}

@media(max-width: 650px){
	.mobileColumn{
		max-width: 100%;
		float: none;
		padding: 0px;
	}
}

/* BarbraSpiga */

#BSbanner{
	background-color: #FFE958;
	max-width: 100%;
}

#BSbanner img{
	max-width: 70%;
	display: block;
	margin: auto;
}

@media(max-width: 1000px){
	#BSbanner img{
		max-width: 80%;
	}
}

@media(max-width: 800px){
	#BSbanner img{
		max-width: 100%;
	}
}

/* ICTskills4All*/

#ICTbanner{
	background-color: #D5E6E8;
	max-width: 100%;
}

#ICTbanner img{
	max-width: 70%;
	display: block;
	margin: auto;
}


@media(max-width: 650px){
	.full_length{
		display: none;
	}
}
.subtitle{
	margin: auto;
	text-align: center;
}
.subtitle p{
	font-size: 12px;
	font-weight: 400;
	color: #bababa;
}

.full_length{
	width: 100%;
}

/* One 11 */

#OneBanner img{
	max-width: 100%;
}

#OneGallery{
	max-width: 100%;
}

#OneGallery img{
	max-width: 100%;
	margin-top: 4px;
}

@media(max-width: 1100px){
	#OneBanner img{
		min-height: 500px;
		object-fit: cover;
	}
}

@media(max-width: 850px){
	#OneBanner img{
		min-height: 450px;
		object-fit: cover;
	}
}

@media(max-width: 650px){
	#oneGif{
		display: none;
	}
}

@media(max-width: 500px){
	#OneBanner img{
		min-height: 350px;
		object-fit: cover;
	}
}


/* Dicionário do Diabo */


#DDbanner img{
	max-width: 100%;
	object-fit: cover;
}

#DDbanner{
	max-width: 100%;
}

.row{
	width: 100%;
}

.row img{
	width: 50%;
	box-sizing: border-box;
}

.rowImageLeft{
	padding-right: 3.5px;
	box-sizing: border-box;
}
.rowImageRight{
	float: right;
	padding-left: 3.5px;
	box-sizing: border-box;
}

@media(max-width: 1100px){
	#DDbanner img{
		min-height: 450px;
	}
}

@media(max-width: 850px){
	#DDbanner img{
		min-height: 350px;
	}
}

@media(max-width: 650px){
	#DDbanner img{
		display: none;
	}
}

/* One 15 */

#one15ImageGallery{
	margin: auto;
	background-color: #2DFEFE;

}

#one15ImageGallery img{
	margin: auto;
	display: block;
	max-width: 750px;
}

@media(max-width: 850px){
	#one15ImageGallery img{
		max-width: 80%;
	}
}

@media(max-width: 650px){
	#one15ImageGallery img{
		max-width: 100%;
	}
}

/* Comme des Garçons */

#singleImageGallery{
	margin: auto;
	max-width: 70%;
}

#singleImageGallery img{
	width: 100%;
	object-fit: cover;
	margin: auto;
	margin-bottom: 7px;
}

#titleDiv{
	max-width: 70%;
	margin: auto;
}

#publicArtTitle{
	color: #2200FF;
	margin-bottom: 7px;
}

#publicArtTitle br{
	display: none;
}

#subtitle{
	font-size: 15px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 25px;
}


@media(max-width: 1100px){
	#singleImageGallery{
		max-width: 100%;
	}

	#titleDiv{
		max-width: 100%;
		padding-left: 25px;
	}

}

@media(max-width: 850px){
	#publicArtTitle{
		font-size: 30px;
	}

	#subtitle{
		font-size: 12px;
	}

}

@media(max-width: 700px){
	#publicArtTitle{
		font-size: 25px;
	}

	#subtitle{
		font-size: 12px;
	}

	#publicArtTitle br{
		display: inline;
		margin-top: 3px;
		margin-bottom: 3px;
	}

}

@media(max-width: 450px){
	#publicArtTitle{
		font-size: 15px;
	}

	#subtitle{
		font-size: 10px;
	}

}
