.blue-link {
	font-size: 0.70rem;
}

.blue-link > a {
	background-color: #084b75;
	padding: 10px;
	border-radius: 50px;
	color: #fff;
}

.blue-link > a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.supersized-h1 {
	font-size: 5rem;
}

.img-fixed-to-top {
	width: 20%;
	position: fixed;
	top: 1%;
	right: 1%;
}

.img-fixed-to-top-second {
	width: 20%;
	position: fixed;
	top: 5%;
	right: 1%;
}

.ul-text-bigger {
	font-size: 1.4rem;
}

.font-container-alt {
	font-size: 1.2rem;
}

@media (min-width: 576px) {
	.blue-link { font-size: 1rem; }
}

@media (min-width: 768px) {
	.blue-link { font-size: 1.25rem; }
}

@media (min-width: 992px) {
	.blue-link { font-size: 1.50rem; }
}

@media (min-width: 1200px) {
    .blue-link { font-size: 1.75rem; }
}