@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap');

html,
body,
th,
td,
span,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Gothic A1', sans-serif;
}

th,
td {
	vertical-align: middle;
}

.row>* {
	padding-left: 0;
	padding-right: 0;
}

.displayBlock {
	display: block;
}

.w1 {
	width: 1%;
}

.w2 {
	width: 2%;
}

.w5 {
	width: 5%;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w17 {
	width: 17%;
}

.w18 {
	width: 18%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w32 {
	width: 32%;
}

.w33 {
	width: 33%;
}

.w34 {
	width: 33%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w70 {
	width: 70%;
}

.w80 {
	width: 80%;
}

.w100 {
	width: 100%;
}

.borderTransparent {
	border: 0.1em;
	border-style: solid;
	border-color: rgba(1, 1, 1, 0.01);
}

.borderRed {
	border: 0.1em;
	border-style: solid;
	border-color: #DD3C44;
}

.borderBlue {
	border: 0.1em;
	border-style: solid;
	border-color: #28A2DF;
}

.fontNormal {
	font-weight: 400;
}

.fontBold {
	font-weight: 600;
}

.fontWhite {
	color: #FFFFFF;
}

.fontSilver {
	color: #BBBBBB;
}

.fontRed {
	color: #DD3C44;
}

.fontBlue {
	color: #28A2DF;
}

.fontYellow {
	color: #DDCC64;
}

.fontXXLarge {
	font-size: xx-large
}

.fontXLarge {
	font-size: x-large;
}

.fontLarger {
	font-size: larger;
}

.fontLarge {
	font-size: large;
}

.fontMedium {
	font-size: medium;
}

.fontSmall {
	font-size: small;
}

.fontSmaller {
	font-size: smaller;
}

.fontXSmall {
	font-size: x-small;
}

.fontXXSmall {
	font-size: xx-small;
}

.textAlignCenter {
	text-align: center;
}

.textAlignLeft {
	text-align: left;
}

.textAlignRight {
	text-align: right;
}

.selectedMenu {
	background-color: #161719;
}

.nav-link {

	&:hover,
	&:focus {
		color: #DDCC64;
	}
}