body
{
	background: url("http://www.famevaco.br/laboratorio/public/img/interna.jpg");
	background-attachment: fixed;

}
.body{
  background: rgba(255, 255, 255, 0.6);
  padding: .7%;
  border-radius: 0 0 5px 5px;
	margin-bottom:  50px;
}
.imagem{
	background: rgba(255, 255, 255, .6);
	margin-top: 10px;
	border-radius: 10px 10px 0 0;

}
footer {
    position: fixed;
		width: 100%;
    bottom:0;
    left:0;

}

/*Calendario*/
.visevent{
	display: block;
}
.form-edit{
	display: none;
}

.btn-rounded{
	border-radius: 360px;
}
/* profile*/
.imgprofile{
	width: 40px;
	height: 40px;
	border-radius: 360px;
	float:right;
	margin-top: 20px;
}

@media(min-width: 300px) and (max-width: 500px) {
		.login
		{
			border-radius: 25px;
			margin:50% auto;
			width: 70%;
			padding: 10px;
			color:#000;
			box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
			background: rgba(255,255,255,0.5);

		}
		.title
		{
			text-align: center;
		}
		.img-menu{
			display: none;
		}
		.fc-center{
			display: none;
		}
		.fc{
			height: 470px;
		}
		.fc-button{
			padding: 4px;
			font-size: 14px;
		}
		.fc-more{
			font-size: 10px;
		}
		.professores .card-deck{
			width: 100%;
		}
		.title-size{
			font-size: 30px;
		}
		.imgprofile{
			display: none;
		}
		.imagem{
			display: none;
		}


}

@media(min-width: 550px) and (max-width: 1000px){

		.login
		{
			border-radius: 25px;
			margin:50% auto;
			width: 80%;
			padding: 10px;
			color:#000;
			box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
			background: rgba(255,255,255,0.8);
		}

		.title
		{
			text-align: center;
		}
		.img-menu{
			display: none;
		}
		.fc{
			height: 650px;
		}
		.coordenadores{
			width: 100%;
		}
		.professores .card-deck{
			width: 50%;
		}
		.professores .card-title {
			font-size: 15px;
		}
		.navbar .nav-link{
			font-size: 1px;
		}
		


}

@media(min-width: 1000px){

			.login
		{
			border-radius: 25px;
			margin:13% auto;
			width: 40%;
			padding: 10px;
			color:#fff;
			box-shadow: 7px 8px 5px rgba(0,0,0,0.5);
			background: rgba(255,255,255,0.4);
			font-weight: bold;
		}

		.title
		{
			text-align: center;
		}
		.fc{
			height: 400px;
		}
		.coordenadores{
			width: 50%;
		}



}
@media(min-width: 1400px){
	.fc{
		height: 650px;
	}
	.coordenadores{
		width: 50%;
		text-align: left;
	}
}
