body {
	padding-top: 80px;
}

.bg-yellow {
	color: #000;
	background-color: #fded00;
}

.alpona {
	padding-left: 170px;
	background-image: url(../img/alpona.png);
	background-size: 160px;
	background-repeat: repeat-y;
	background-position: left center;
}

#featured-unit {
	padding-top: 80px;
	padding-right: 250px;
	padding-bottom: 80px;
	font-size: 1.5rem;
}

.school-logo {
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
}

#featured-unit .school-logo {
	margin-bottom: 1.25rem;
}

.featured-title {
	margin-bottom: 1rem;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.35;
	color: #f00;
}

.featured-buttons {
	margin-top: 1.25rem;
}

#notices {
	padding-top: 50px;
	padding-bottom: 70px;
}

#notices h2, .notice-teaser {
	margin-bottom: 1.5rem;
}

.notice-teaser:last-child {
	margin-bottom: 0;
}

#notices h2 {
	color: #000!important;
}

#notices h3 {
	font-size: 1.5rem;
}

#about-section, .content {
	text-align: justify;
}

#about-section {
	font-size: 18px;
	padding-top: 50px;
	padding-bottom: 70px;
}

.content, .error, .form {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content, .error {
	font-size: 18px;
}

.form {
	min-height: 400px;
}

.error {
	min-height: 400px;
}

#about-section h2, #about-section p, .content p {
	margin-bottom: 1.5rem;
}

#about-section p:last-child, .content p:last-child, .form .form-group:last-child {
	margin-bottom: 0;
}

#page-title {
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
}

.page-heading {
	margin: 0;
	font-weight: bold;
	line-height: 1.35;
	color: #f00;
}

.notice {
	font-size: 18px;
}

.notice .notice-meta {
	margin-bottom: 1rem;
}

.notice .notice-title {
	margin-bottom: 1.5rem;
}

.notice-content p {
	text-align: justify;
}

.notice-content :last-child {
	margin-bottom: 0;
}

/* footer */
#site-footer {
	font-size: 0.85rem;
	color: #fff;
	background: #000;
}

#site-footer .col {
	padding-top: 15px;
	padding-bottom: 15px;
}

#site-footer p {
	margin-top: 1rem;
}

/*.social-links {
	font-size: 28px;
}

.social-links a {
	display: inline-block;
	margin: 0 0.5rem;
}

.social-links .fa-facebook {
	color: #1778f2;
}

.social-links .fa-youtube {
	color: #f00;
}

.social-links .fa-instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}*/

.social-links a {
	display: block;
	margin: 0 0.75rem;
	color: #fff;
}

.social-links a:hover {
	text-decoration: underline;
}

.social-links img {
	margin-right: 0.5rem;
	width: 24px;
	height: 24px;
}

.map-container {
	position: relative;
	width: 100%;
	border: solid 1px #dee2e6;
	padding-bottom: 56.25%;
}

.map-container > * {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 991.98px) { /* md */
}

@media (max-width: 767.98px) { /* sm */
	#featured-unit {
		padding-top: 120px;
		padding-right: 15px;
		padding-bottom: 120px;
		font-size: 16px;
	}
	.alpona {
		padding-left: 80px;
		background-size: 80px auto;
	}
	#featured-unit h1, #page-title h1, #page-title-logo h1 {
		font-size: 2rem;
	}
	#featured-unit .btn {
		font-size: 0.8rem;
	}
	.school-logo {
		font-size: 16px;
	}
	.school-logo img {
		width: auto;
		height: 44px;
	}
	#page-title {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 575.98px) { /* xs */
}