.w3layouts-banner-info p {
    color: #FFFFFF;
    line-height: 1.8em;
    font-weight: 800;
    background: rgba(0, 0, 111, 0.53);
}

.view-document {
	color: #006FED;
}

.view-document:hover {
	text-decoration: none;
}

.view-document:focus {
	text-decoration: none;
}

.view-document:active {
	text-decoration: none;
}
.view-document:visited {
	text-decoration: none;
}

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

.exams {
	text-align: center; 
	margin-top: 80px;
}

.exam-requirement-space {
	margin-top: 10px;
}

.exam-requirement-title {
	font-style: italic;
}

.exam-requirement-description {
	margin-left: 30px;
}

@media (min-width:320px)  { 
	.logo-federation {
		width: 300px;
		height: 200px;
	}
	.table-belts {
		width: 350px;
		height: 200px;
	}
}
@media (min-width:480px)  { 
	.logo-federation {
		width: 350px;
		height: 200px;
	}
	.table-belts {
		width: 350px;
		height: 200px;
	}
 }
/*@media (min-width:600px)  { 
	.logo-federation {
		color: green;
	}
 }
@media (min-width:801px)  { 
	.logo-federation {
		color: purple;
	}
}
@media (min-width:1025px) { 
	.logo-federation {
		color: yellow;
	}
 }*/
@media (min-width:1281px) { 
	.logo-federation {
		width: 675px;
		height: 327px;
	}
	.table-belts {
		width: 815px;
		height: 434px;
	}
 }