@media all{
	body{
		height: 100%;
	 	background-color: rgba(0,0,0,.07);
	}
	.navbar{
		//background-color: rgba(255,0,0,.1);
		position: relative;
	}
}
 /* Small devices (tablets, 768px and up) */
@media (max-width: 500px) {
}

@media (max-width: 768px) {
	/*form{
		border-radius: 0px;
	}*/
	.padding-left-none{
		padding-left: 15px;
	}
	#navcol-1 ul.nav li a{
		font-size: 100%;
	}
	#links, #mentions{
		text-align: center;
		padding: 10px 0px;
	}
	h1{
		font-size: 200%;
	}
	.logo-head{
		width: 60%;
		left: 0%;
	}
	.img-head{
		margin-top: 40%;
		width: 70%;
	}
}

@media (max-width: 862px) {
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}