﻿﻿body {
	background-color: #fff !important;
	/*min-width: 475px;*/
}

body.lite {
	background-color: #F8F9FA !important;
}

body * {
	font-family: 'Montserrat';
}

.navbar {
	background-color: #212529 !important;
	border: 0;
	/*min-width: 475px;*/
}

.navbar-brand {
	font-size: 18px !important;
}

	.navbar-brand img {
		width: 35px;
		height: 39px;
		margin-right: 10px;
	}

		.navbar-brand img#big {
			display: none;
		}

		.navbar-brand img#small {
			display: inline-block;
		}

@media (min-width: 992px) {
	.navbar-brand {
		margin-left: 40px;
		padding-left: 90px;
		position: relative;
	}

		.navbar-brand img {
			width: 80px;
			height: 80px;
			position: absolute;
			top: 0px;
			left: 10px;
		}

			.navbar-brand img#big {
				display: inline-block;
			}

			.navbar-brand img#small {
				display: none;
			}
}

.navbar button {
	background-color: #5E780A;
	border: 1px solid #5E780A;
	font-weight: bold;
	font-size: 16px;
}

.carousel-wrapper {
	background-color: #181E22;
	padding: 15px;
	/*min-width: 475px;*/
}

	.carousel-wrapper .carousel {
		margin: 0px auto;
		max-width: 1152px;
	}

	.carousel-wrapper .carousel-item div.img {
		border-radius: 16px;
		min-height: 150px;
		max-height: 200px;
		max-width: 100%;
		width: 100%;
		margin: 0px auto;
		background-size: cover;
		background-position: center;
	}

		.carousel-wrapper .carousel-item div.img.img1 {
			background-image: url(/images/1.webp);
		}

		.carousel-wrapper .carousel-item div.img.img2 {
			background-image: url(/images/2.webp);
		}

		.carousel-wrapper .carousel-item div.img.img3 {
			background-image: url(/images/3.webp);
		}

		.carousel-wrapper .carousel-item div.img.img4 {
			background-image: url(/images/4.webp);
		}

		.carousel-wrapper .carousel-item div.img.img5 {
			background-image: url(/images/5.webp);
		}

.carousel-item .carousel-caption {
	float: left;
	text-align: left;
	margin-top: 30px;
	position: relative;
	max-width: 400px;
}

.statistics.overall, .statistics.detailed {
	width: 100%;
	background-color: #fff;
	border-radius: 16px;
}

.stats-wrapper {
	background-color: #F8F9FA;
	padding: 24px;
	padding-bottom: 0;
}

	.stats-wrapper .content {
		max-width: 800px;
		margin: 0px auto;
	}

.content:after {
	clear: both;
	content: "";
	display: table;
	border: 1px solid green;
}

@media (min-width: 992px) {
	.carousel-wrapper .carousel-item div.img {
		float: right;
		margin-right: 160px;
		max-width: 250px;
	}

	.statistics.overall {
		float: left;
		padding-top: 45px !important;
	}

	.statistics.detailed {
		float: right;
	}

	.statistics.overall, .statistics.detailed {
		margin-bottom: 10px !important;
		width: 49%;
		height: 170px;
		vertical-align: middle;
	}

	.stats-wrapper {
		padding: 0;
	}

	.container.content {
		padding-top: 35px !important;
	}
}

.container.content {
	font-size: 20px;
	line-height: 120%;
	color: #212529;
	font-weight: 500;
	padding: 24px 0px;
	padding-top: 5px;
}

.content .statistics {
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.07);
	padding: 16px;
	line-height: 150%;
	margin-bottom: 15px;
}

	.content .statistics.overall .number {
		color: #5E780A;
		font-size: 40px;
		font-weight: 800;
		line-height: 120%;
	}

	.content .statistics.detailed {
		font-size: 14px;
		line-height: 150%;
	}

.statistics.detailed .course {
	padding: 7px 0px;
	clear: both;
	height: 21px;
}

.statistics.detailed .course-type {
	float: left;
}

.statistics.detailed .course-number {
	float: right;
	font-weight: bold;
}

.info {
	/*min-width: 450px;*/
	padding-top: 20px;
	max-width: 800px;
	margin: 0px auto;
}

	.info a {
		background-color: #fff;
		border: 1px solid #fff;
		color: #5E780A;
		text-align: center;
		display: block;
		white-space: nowrap;
		padding: 8px 16px;
		margin: 0 !important;
		margin: 0px 5px !important;
	}

	.info .col {
		padding: 0;
	}

	.info a:hover {
		background-color: #fff;
		border: 1px solid #5E780A;
		color: #5E780A;
		text-align: center;
		display: block;
	}

	.info a.current, .info a:active {
		color: #fff;
		background-color: #5E780A !important;
		border: 1px solid #5E780A !important;
		transition: background-color 300ms ease-in;
	}

	.info .tab-content {
		padding: 24px;
	}

		.info .tab-content p {
			color: #212529;
			line-height: 150%;
			font-size: 16px;
			letter-spacing: 0;
		}

	.info #about-symbol img {
		width: 185px;
		margin: 0px auto !important;
		display: block;
		margin-top: 15px !important;
		margin-bottom: 25px !important;
	}

@media (min-width: 992px) {
	.info #about-symbol img {
		float: left;
		margin-right: 30px !important;
	}
}

.partners {
	max-width: 500px;
	margin: 48px auto;
	text-align: center;
}

	.partners h5 {
		margin-bottom: 20px;
	}

.footer {
	background-color: #181E22;
	text-align: center;
	padding: 24px;
	color: #fff;
}



/* other pages */

.container.lite {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.center-form {
	/*min-width: 300px;*/
	max-width: 400px;
	margin: 0px auto;
	margin-top: 50px;
	background-color: #fff;
	border-radius: 16px;
	padding: 32px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 40px;
	flex: 1;
}

	.center-form #back-link {
		text-decoration: none;
		display: block;
		text-align: center;
		color: #5E780A;
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.center-form h2 {
		font-size: 32px;
		font-weight: bold;
	}

	.center-form button {
		background-color: #5E780A;
		border-color: #5E780A;
	}

	.center-form a {
		color: #5E780A;
	}

	.center-form input {
		font-size: 16px;
	}
