@charset "utf-8";
/* CSS Document */

.navbar {
	background-color: #8BE9EC;
}

.dropdown-item, .dropdown-menu {
	background-color: #8BE9EC;
}

.dropdown-menu a:hover {
	background-color: #67AFCD;
}

.school-logo {
	padding-top: 80px;
}

.btn-primary {
	background-color: #426AEC;
}
			
.c-1 {
	padding-top: 20px;
}

.c-top {
	padding-top: 90px;
}
		
.card-courses {
	height: 100%;
}

.card-pad {
	padding: 0px;
}

.card {
	
}
			
.card-group-0 {
	border: none;
}
			
.card-group-1 {
	background-color: #8BE9EC;
	border-radius: 5px 20px;
}
			
.card-group-2 {
	background-color: #8BE9EC;
	border-radius: 5px 5px 5px 20px;
}

.card-group-3 {
	border-radius: 5px 5px 5px 20px;
}

.card-group-4 {
	padding-bottom: 20px;
}

.card-group-5 {
	background-color: #8BE9EC;
	border-radius: none;
}

.contacts-1 a:link, .contacts-1 a:visited {
	color: #0B52BB;
	text-decoration: none;
}

.contacts-1 a:hover, .contacts-1 a:active {
	color: #392DDC;
	text-decoration: underline;
}

.list-group {
	background-color: #8BE9EC;
	border: none;
}

.list-group-flush {
	background-color: #8BE9EC;
	border: none;
}

.list-group-item {
	background-color: #8BE9EC;
	border-color: #426AEC;
}

.burnar {
	
}

.carousel {
	
}

.carousel-item {
	height: 100%;
	border: none;
}
			
.navbar {
	background-color: #8BE9EC;
	border-radius: 0 0 20px 20px ;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.navbar-bottom {
	background-color: #8BE9EC;
	border-radius: 0 0 20px 20px ;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}

.artwork-1 {
	width:100%;
}

.nav-title {
	font-family: "Source Serif 4", serif;
	font-weight: 900;
}

.portrait {
	height: 400px;
	max-width: 25%;
	margin-right: 20px;
	padding: 0;
	border: none;
}

.landscape {
	height: 400px;
	max-width: 45%;
	margin-right: 20px;
	padding: 0;
	border: none;
}

.gallery-img {
	height: 100%;
}

.text-main-title {
	color: aliceblue;
	border: thick;
	
}

.d-block {
	object-fit: cover;
}

h1, h2, h3, h4, h5 {
	font-family: "Source Serif 4", serif;
	font-weight: 650;
}
			
body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background-color: #A4C4D9;
	font-family: "Aleo", serif;
	font-weight: 500;
}

nav {
	background-color: #8BE9EC;
}

footer {
	background-color: #8BE9EC;
	padding: 20px;
	margin-top: auto;
	border-radius: 20px 20px 0px 0px;
}

