@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

body
{
	/* Orientation */
	display: flex;
  	flex-direction: column;
	
	/* Margin and Padding */
	margin: 0;
    padding: 0;
	
	/* Text Properties */
	font-family: 'TASA Orbiter Display', Arial, sans-serif;
}

.container
{
	/* Margin and Padding */
	margin: 0; 				/* To counterract bootstrap */
	
	padding-left: 5%;
	padding-right: 5%;
}

.hl 
{
	/* Orientation */
  	display: flex;
  	flex-direction: row;
}

.vert-buffer-20
{
	height: 20px;
}

.col-6
{
	/* Orientation */
	justify-content: space-around;
	align-items: center;
}

.col-sm
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 5%;
	height: auto;
	padding: 15px;
}

