@charset "UTF-8";
/* CSS Document */

/*links*/
a {
	color:#0093BF;
	text-decoration: none;
}
a:hover{
	color:#FFB203
}
.btn-primary{
	background-color:#25E6FF;
	border: none;
}
.smaller{
	font-size: 0.5vw;
}