p {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #363636;
	/* padding: 0; */
	/* margin: 0; */
	font-weight: 400;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #000000;
	padding: 0;
	margin: 0;
	font-weight: 700;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #000000;
	padding: 0;
	margin: 0;
	font-weight: 700;
}

.celle{
	padding-left: 25px;
	padding-right: 25px;
}

.marg-50{
	margin-top: 50px;
}

.pre-header {
	padding: 15px 0px 5px 0px;
}

.black {
	background:#000000;
}

.title-header, .title-header a {
	color: #ffffff !important;
	font-size: 17px;
}

.title-footer {
	font-size: 16px;
	color: #4b4b4b;
}

.logo-section {
	text-align: center;
}

.logo {
	width: 200px;
}

.title, .text {
	padding: 5px;
}

.cagi-button{
	background-color: #009fe3;
	padding: 20px 70px;
	border: 0 !important;
	color: #ffffff;
	font-size: 18px;
}
.cagi-button:hover {
	background-color: #008bbc;
}

.lepel-button{
	background-color: #e5004e;
	padding: 20px 70px;
	border: 0 !important;
	color: #ffffff;
	font-size: 18px;
}

.lepel-button:hover {
	background-color: #c6054f;
}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

p {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #363636;
	/* padding: 0; */
	/* margin: 0; */
	font-weight: 400;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	color: #000000;
	padding: 0;
	margin: 0;
	font-weight: 700;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #000000;
	padding: 0;
	margin: 0;
	font-weight: 700;
}

.marg-50{
	margin-top: 150px;
}

}




