:root {
    --main-bg: #7D1935;
    --lighter-bg: #B42B51;
    --contrast-bg: #BB4062;
    --contrast-darker-bg: #420516;
    --icon-transition-duration: 0.3s;
    --icon-transition-delay: 0.1s;
}

hr {
	border-color: var(--contrast-darker-bg);
	border-width: 4px;
	border-style: solid;
	opacity: 1;
	border-radius: 4px;
}

.a-section-previous-tournaments .u-carousel-inner {
	
}

.a-divider-icon {
	color: var(--contrast-darker-bg);
	font-size: 4rem;
}

.vertical-align-center {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: column;
}

.a-tournament-border {
    border-radius: 3px;
    border-color: var(--lighter-bg);
    border-width: 2px;
    border-style: none;
    background-color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.a-tournament-border.odd {
	padding-left: 30px;
}

.a-section-previous-tournaments .a-previous-row {
	min-height: 300px;
	margin: 40px 0px;
}

.a-section-previous-tournaments .a-heading {
    color: var(--contrast-darker-bg);
    margin: 10px 0;
}

.a-section-previous-tournaments .a-information {
    color: var(--contrast-darker-bg);
    font-size: 1.25rem;
    padding: 0 0 0 15px;
}

.a-section-previous-tournaments {
    margin-bottom: 30px;
    height: 100%;
    flex: 1;
}

.a-section-previous-tournaments h1, .a-section-previous-tournaments h2, .a-section-previous-tournaments h3, .a-section-previous-tournaments h4 {
    font-family: Montserrat, sans-serif;
    margin: 0;
}

.a-invitation-icon {
    margin: 0 15px 0 0;
    width: 25px;
    display: inline-block;
}

.a-image-box img {
	max-height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: 10% 10%;
	display: block;
	margin: 0 auto;
}

.u-responsive-sm .a-tournament-border {
	padding-bottom: 40px;
}
