
.pb-5, .py-5 {
	padding-bottom: 5px!important;
}

pt-5, .py-5 {
	padding-top: 5px!important;
}

.mt-5, .my-5 {
	margin-top: 10px!important;
}

.mb-5, .my-5 { 
	margin-bottom: 10px!important;
}

.pb-2, .py-2 {
	padding-bottom: 0.2rem!important;
}

.pt-2, .py-2 {
	padding-top: 0.2rem!important;
}

.mt-2, .my-2 {
	margin-top: 0.2rem!important;
}

.mb-2, .my-2 {
	margin-bottom: 0.2rem!important;	
}

a {
	color: white;
}

a:hover {
	color: #cccccc!important;
}

.footer-head {
	color: white;
}

.rightscontainer {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-evenly;
	vertical-align: top;
	margin: 10px 0;
}
.rights33 {
	width: 33.3333%;
}

@media only screen and (max-width: 767px) {

	.rightscontainer {
		flex-direction: column;
	}

	.rights33 {
		width: 100%;
		margin: 10px 0;
	}
}
