@charset "utf-8";
/*
#13a246;
#db3215;
*/
html, body {
	height: 100%;
	margin: 0;
	color: #333;
}

body {
	overflow-x:hidden;
	font-family: 'Roboto', sans-serif;
}

p {
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #db3215;
	font-weight: 700;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;	
	font-weight: 700;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.wrapper {
	width: 100%;
	height: auto;
	overflow-x:hidden;
}

.main-link {
	background-color: #13a246;
	color: #FFF;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 50px;
	font-size: 15px;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.main-link:hover {
	background-color: #db3215;
	color: #FFF;
	font-weight: 400;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.main-link-small {
	background-color: #13a246;
	color: #FFF;
	padding: 10px;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 50px;
	font-size: 12px;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.main-link-small:hover {
	background-color: #db3215;
	color: #FFF;
	font-weight: 400;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* Colors */

.main-color {
	color: #13a246;
}

.main-bg {
	background-color: #13a246;	
	color: #FFFFFF;
}

.second-color {
	color: #db3215;
}

.second-bg {
	background-color: #db3215;
	color: #FFFFFF;
}

/* --------------------------------------------- */

.start-header {
	position: relative;
	width: 100%;
	height: auto;	
	overflow: hidden;	
	background-repeat: no-repeat;
	background-size: cover;
}

.header-box {
	background-color: rgba(255,255,255,0.9);
}

.header-box h1 {
	line-height: 75px;
}

.standard-header, .diary-header {		
	position: relative;
	width: 100%;
	height: 500px;	
	overflow: hidden;	
	border-bottom: solid 2px #db3215;
}

.diary-header {
	height: 700px;		
}

.startpage-box-media {
	height: 450px;
	width: auto;
	max-width: 100%;
}

.header-overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url(../images/header.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	opacity: 1;
}

.title-border {
	border-top: solid 2px #13a246;
	border-right: solid 2px #13a246;
	border-bottom: solid 2px #13a246;
}

.banner-logo {
	height: 150px;
}

.big-p {
	padding: 120px;
}

.big-lr-p {
	padding-left: 120px;
	padding-right:120px;
}

.news-content img {
	width: auto;
	max-width: 350px;
	height: auto;
	margin-left: 1.5rem;
	margin-bottom: 1.5rem;
	float: right;
}

.school-family hr {
	height: 2px;
	background-color: #db3215;
	border: none;
	opacity: 1.0;
}

.school-family-box-img {
	max-height: 300px;
	width: auto;
	height: auto;
}

.standard-text-content h2 {
	color: #db3215;
	margin-bottom: 1.5rem !important;
}

.standard-text-content h3 {
	color: #13a246;
	margin-top: 3rem !important;
	margin-bottom: 1rem !important;
}

.standard-text-content h4 {
	color: #13a246;
	font-weight: 400 !important;
	padding-bottom: 1rem !important;
	margin-top: 3rem !important;
	margin-bottom: 1rem !important;
	border-bottom: 1px solid #dee2e6 !important;
}

.standard-text-content ul {
	padding-left: 0;
	list-style: none;
	line-height: 2 !important;
	margin-left: 1rem !important;
}

.standard-text-content img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-left: 1.5rem;
	margin-bottom: 1.5rem;
	float: right;	
}

.standard-text-content a {
	font-weight: 700;
	text-decoration: underline;
}

@media all and (max-width: 1400px) {
	.big-p {
		padding: 80px;
	}

	.big-lr-p {
		padding-left: 80px;
		padding-right: 80px;
	}

	.standard-header {		
		height: 300px;	
	}

	.news-img {
		width: 250px;
		height: auto;
	}

	.header-box h1 {
		line-height: 50px;
	}

	.startpage-box-media {
		height: auto;
		width: auto;
		max-width: 100%;
	}
}

@media all and (max-width:800px) {
	.big-p {
		padding: 35px;
	}

	.big-lr-p {
		padding-left: 0px;
		padding-right: 0px;
	}

	.news-img {
		max-width: 100%;
		width: auto;
		height: auto;
	}

	.header-box h1 {
		line-height: 35px;
	}

	.main-link {
		background-color: #13a246;
		color: #FFF;
		padding: 10px;
		padding-left: 13px;
		padding-right: 13px;
		border-radius: 50px;
		font-size: 12px;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	
	.main-link:hover {
		background-color: #db3215;
		color: #FFF;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}

	.school-family-box-img {
		max-height: none;
		max-width: 80%;
		width: auto;
		height: auto;
	}
}

/* Bootstrap Modifications */

.card-body {
	border-top: solid 2px #db3215;
}

.card-body ul {
	padding-left: 0;
	list-style: none;
}

.news-nav .nav-link {
	color: #333;
}

.news-nav .nav-link.active {
	background-color: #db3215;
}

.sub-nav .nav-link {
	color: #333;
	font-weight: 700;
	border: solid 2px #db3215;
}

.sub-nav .nav-link:hover {
	background-color: #db3215;
	color: #FFF;
}
