﻿:root {
	--yellow: #F5BA1A;
	--focused: #FFF7C0;
	--black: #000000;
	--grey: #CCCCCC;
	--red: #FF0000;
	--blue: #00263a;
	--lightblue: #245f91;
	--transition-all: all 0.30s ease-in-out;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}