﻿.font-weight-heavy{
font-weight: 900 !important;
}
/* BS 5 Column Layout */
.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20{
    position: relative;
	float: left;
	width:100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

}
.col-xs-20{
		width:20%;
		
}

@media ( min-width:768px ) {
.col-sm-20{
	width:20%;
	}
}

@media ( min-width: 992px ) {
.col-md-20{
	width:20%;
	}
}

@media ( min-width: 1200px ) {
.col-lg-20{
	width:20%;
	}
}
