@charset "utf-8";
/* CSS Document */
A.navbar-brand IMG {
	max-width: 100%;
	width: 100%;
}


		H1 {
			text-align: center;
		}
		.header-block {
			height: 40vh;
			padding-left: 0;
			padding-right: 0;
		}
		
		.block-1 {
			margin-top: 70px;
		}
		
		.iframe-margin {
			margin-bottom: 50px;
			background-color:#4285f4;
		}
		
		.utp {
			text-align: center
		}
		
		.utp-icons {
			font-size: 75px;
			text-align: center;
		}
		
		.margin-bottom {
			margin-bottom: 50px;
		}
		
		.presentation {
			height: 400px;
			padding: 15%;
			background-color: aqua;
			text-align: center;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center center;
		}
		
		.presentation P {
			text-align: center;
			width: 100%;
			color: #fff;
			text-shadow: 0px 1px 2px #000;
		}

.faq {
	padding: 20px 30px;
	border-left: 2px solid #4285F4;
}