:root {
    --colorLightPurple: #563095;
	--colorPurple :#3c1973;
	--colorDarkPurple : #321464;
	--colorRed : #b62127;
	--colorDarkGreen : #398126;
	--colorLightGreen : #b8c634;
	--colorBlue : #57b7e7;
	--colorGrey : #1a1a1a;
	--colorLightGrey: #242424;
	--colorLightestGrey: #f5f5f5;
}

.fullSize {
	width: 100%;
	height: 100%;
}

.scrollY {
	overflow: hidden;
	overflow-y: auto;
}

.containerPadding {
	padding: 20px 20px 0px 20px;
}

.flexRowCenter{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.flexColCenter{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}