* {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-weight: 300;
	line-height: 24px;
}

.preloader {
	position: fixed;
	background: url("../images/loader.gif") #fefefe no-repeat center center;
	width: 100%;
	height: 100%;
	z-index: 1000000000;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1,h2,h4,h5,h6,.btn {
	text-transform: capitalize;
}

.navbar-toggler-icon {
    color: #cc5500
}

.btn {
    border: none;
}

.btn-success {
    background: #cc5500;
    box-shadow: 0 0 0 0 transparent;
    outline: transparent;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background: #dd7700
}

.go-top {
	position: fixed;
	bottom: 45px;
	right: 40px;
	text-decoration: none;
	background-color: rgba(204, 85, 0, 0.9);
	font-size: 20px;
	padding: 5px 10px;
	display: none;
	z-index: 14;
	color: #f3f3f3;
}

.go-top:hover {
	background-color: rgba(204, 85, 0, 0.5);
	color: #f3f3f3;
}

.parsley-errors-list {
    font-size: 14px;
    list-style: none;
    color: orangered;
}

.form-group {
	margin-bottom: 10px
}

.border_red {
	border: solid red 1px;
}

.overlay {
	position: absolute;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	z-index: 12;
}

.banner_particles {
    position: absolute;
    z-index: 13
}

.navbar {
	padding: 15px 0;
}

.navbar-light .navbar-nav .nav-link {
	text-transform: capitalize;
	text-align: center;
	font-size: 16px;
	color: #cc5500;
}

.navbar-dark .navbar-nav .active>.nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #374036;
}

.navbar img {
	height: 80px;
	width: auto;
}

.nav-link .bi {
	display: table;
	margin: 0 auto;
}

.page_title {
	background: url("../images/toys_bg.png") #374036;
	position: relative;
	color: #cc5500;
}

.page_title .container {
	position: relative;
	z-index: 15
}

.page_title .d-flex {
	justify-content: flex-end;
}

.page_title .breadcrumb {
	background: none;
	padding: 0;
	align-items: center;
}

.page_title .breadcrumb a {
	text-decoration: none;
	color: #f3f3f3;
}

.page_title .breadcrumb li.active {
	color: #ddd;
}

.breadcrumb-item+.breadcrumb-item::before {
	font-family: 'bootstrap-icons';
	font-size: 10px;
	content: '\F280';
	color: #f3f3f3;
}

.banner {
/*	background: url("../images/banner_pic3.jpg") no-repeat center;*/
	background-size: cover;
	position: relative;
	width: 100%;
}

.banner .overlay {
	background: rgba(0,0,0,.2) left;
}

.welcome {
	background: url("../images/kids_bg.png") #f3f3f3;
}

.welcome .container {
	position: relative;
	z-index: 14
}

.welcome .col-sm-4 .bi {
	background: #f3f3f3;
	background-size: cover;
	padding: 10px 15px;
	border-radius: 10%;
	font-size: 30px;
	text-align: center;
	color: #cc5500;
}

.welcome .card .card {
	background: url("../images/toys_bg.png") #374036 center;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	text-align: center;
	color: #fff;
}

.welcome .card p {
	font-size: 22px;
}

.welcome .card p:first-of-type {
	font-weight: bold;
}


.home_about .row {
	display: flex;
}

.home_about .col-sm-7 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home_about p {
/*    font-weight: 300;*/
    line-height: 35px
}

.home_about img,
.about_page img {
	border: 5px solid #cc5500;
}

.home_page,
.about_page,
.events_page,
.gallery_page,
.documents_page,
.classes_page,
.contact_page {
	background: url("../images/kids_bg.png") #fff;
	color: #000;
}

.home_about {
	background: url("../images/kids.png") #fff;
	font-size: 20px;
}

.welcome .col-12 > .card,
.welcome .card .card,
.newsletter .card,
.home_about .card,
.about_page .card,
.classes_page .card {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.welcome .col-12 > .card,
.welcome .card .card,
.newsletter .card,
.home_about .card,
.about_page .card,
.classes_page .card,
.about_page img {
	border-radius: 15px;
}

.welcome img,
.welcome .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.events_page .accordion > .card > .card-header > h5 {
	cursor: pointer;
	color: #f3f3f3;
}

.events_page .accordion > .card {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.events_page .accordion > .card > .card-header > h5:hover,
.events_page .accordion > .card > .card-header > h5:active {
	cursor: pointer;
	color: #374037;
}

.events_page .accordion > .card > .collapse > .card-body {
	 border-bottom: 5px solid #cc5500;
}

.events_page .card-body .card {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.card-header {
	background: #cc5500;
	border-radius: 10px;
    color: #f3f3f3;
}

.gallery_page .card {
	border: 2px solid #cc5500;
	border-radius: 10px;
}

.gallery_page .card img {
	border-radius: 10px;
}

#map {
	height: 350px;
}

.newsletter {
	background: #f3f3f3;
}

.footer {
	background: #333;
	color: #f3f3f3;
}

.footer p:first-of-type {
	font-size: 16px;
	font-weight: 600;
}

.footer a,
.credits a {
	color: #fff;
}

.footer .bi {
	background: #cc5500;
	padding: 5px;
	border-radius: 15%;
	margin: 5px;
}

.footer .col-sm-3 .bi:first-of-type {
	margin-left: 0;
}

.footer,
.credits {
	text-transform: capitalize;
	font-size: 14px;
}

.footer .col-sm-6 p:last-of-type {
	text-transform: none;
}

.credits {
	background: #555;
}

.credits p {
	padding: 0;
	margin: 0;
}


@media(max-width: 767px) {
	
	.navbar {
		padding: 20px 10px;
	}
    
    .navbar img {
        height: 50px;
    }
	
	.nav-link .bi {
		display: inline
	}
	
	.page_title .d-flex {
		justify-content: flex-start;
	}
	
	.banner {
/*		height: 350px;*/
	}
    
    .home_about h1,
    .welcome h1 {
        font-size: 22px;
    }
    
    .home_about p,
    .welcome .card p {
        font-size: 18px;
        line-height: 28px;
    }
	
}









