/*
	main color #28177B
	lighter #3d23bb
*/
html
{
	height: 100%;
}

body
{
	position: relative;
	min-height: 100%;
	padding-bottom: 72px;
}

h2
{
	margin: 0 0 15px 0;
	font-size: 1.8rem;
}

h3
{
	font-size: 1.6rem;
}

a
{
	color: #28177B;
	text-decoration: underline;
}

a.btn
{
	text-decoration: none;
}

a:hover
{
	color: #3d23bb;
	text-decoration: none;
}

.bg-primary
{
	background-color: #28177B !important;
}

.btn-primary
{
	background-color: #28177B;
	border-color: #28177B;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active
{
	background-color: #3d23bb;
	border-color: #3d23bb;
}

.subpage-item
{
	border: 2px solid #f1f1f1;
	font-size: 1.5rem;
	text-decoration: none;
	transition: 0.25s;
}

.subpage-item:hover,
.subpage-item:focus
{
	color: #3d23bb;
	border-color: #3d23bb;
	text-decoration: none;
	outline: none !important;
}

/* SKIPLINKS */
.skiplinks
{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}

.skiplinks .skiplink
{
	padding: 5px 10px;
	color: #28177B;
	background-color: #fff;
	border: 2px solid #28177B;
	outline: none !important;
}

/* HEADER */
.main-header
{
	margin-bottom: 15px;
	text-align: center;
}

.pto-logo
{
	max-width: 100%;
	max-height: 120px;
	margin-top: 5px;
	height: auto;
}

.site-name
{
	font-size: 24px;
}

@media(min-width: 576px)
{
	.main-header
	{
		text-align: left;
	}

	.site-name
	{
		display: flex;
		height: 100%;
		font-size: 24px;
		align-items: center;
	}
}

/* MAIN MENU */
.navbar-dark .navbar-toggler
{
	color: #fff;
	border-color: #fff;
}

#main-menu ul li
{
	margin: 5px;
}

#main-menu ul li a
{
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

#main-menu ul li.active a,
#main-menu ul li a:hover,
#main-menu ul li a:focus
{
	background-color: #3d23bb;
}

/* FORMS */

form label
{
	margin: 0;
}

form div.form-group label.required:after,
form fieldset.form-group legend.required:after
{
    content: '*';
    color: red;
}

/* FOOTER */
footer
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #28177B;
	color: #fff;
}

/* PAGINATION */
.pagination
{
	flex-wrap: wrap;
	margin: 0;
}

.pagination .page-link
{
	color: #28177B;
}

.pagination .page-item.active .page-link
{
	background-color: #28177B;
	border-color: #28177B;
}

/* ARTICLES */
.articles
{
	margin: 15px 0;
}

.articles .article
{
	padding: 30px 0;
	border: 5px solid #f1f1f1;
	border-width: 0 0 5px 0;
}

.articles .article:last-child
{
	border: none;
}

.articles .article img
{
	max-height: 200px;
}

.articles .article .article-entry-content
{
	margin: .5rem 0;
}

#article-images a img
{
	max-height: 100px;
}

/* EVENTS */
#events .fc-h-event
{
	border: 1px solid #28177B;
	background-color: #28177B;
}

#events .fc-h-event:hover .fc-event-title
{
	text-decoration: underline;
}

.fc-view-harness.fc-view-harness-active
{
	overflow-x: auto;
}

.fc-view
{
	min-width: 800px;
}

/* GALLERIES */
.gallery img
{
	max-height: 250px;
}