html {
	height: 100%;
	width: 100%;
	font-family: sans-serif !important;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}

footer.page-footer .footer-copyright {
	background-color: #810100 !important;
}

nav ul a {
	color: black !important;
}

li.logo-in-nav > a {
	height: 64px;
	padding: 0;
}

.page-footer {
	margin: 0 !important;
	padding: 0 !important;
}

.pointer-cursor {
	cursor: pointer;
}

.logo-nav {
	height: 64px;
}

.title {
	font-size: 24px;
}

.heading {
	font-weight: bold;
	font-size: 20px;
}

.detail {
	font-size: 16px;
}

#parking-info {
	padding-top: 30px;
	font-size: 14px;
}

.card-content {
	background-color: #810100;
}

.card-title {
	font-size: 20px !important;
	font-weight: bold !important;
}

div .collapsible-body {
	padding: 3%;
}

.collapsible-header {
	color: #810100 !important;
	font-weight: bold;
}

.down-arrow-icon {
	position: absolute;
}

.collapsible-header {
	min-height: 4rem !important;
	line-height: 4rem !important;
	font-size: 20px;
}

.collapsible-header i {
	line-height: 4rem !important;
}

#logo-full {
	padding-top: 20%;
	max-width: 275px;
}

@media only screen and (min-width: 993px) {
    .content-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 33.33%; /* This is your aspect ratio */ 
    }

    .left-container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 100%;
    }

    .right-container {
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 100%;
    }
}

@media only screen and (max-width: 993px) {
	#logo-full {
		padding-top: 0;
	}

    .content-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 66.66%; /* This is your aspect ratio */ 
    }

    .right-container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;		
    }
}

.w-red {
    color: #810100;
}

.card-reveal-detail {
    text-align: left !important;
}

.bullet {
    list-style-type: circle !important;
}

.award-img {
    margin: auto;
}

.collapsible-body {
    text-align: left;
}