/* CSS Document */

html, body
{
	height: 100%;
}

/* Navigation*/
.navbar
{
	background-color: transparent;
}

.top-nav-collapse
{
	background-color: #304a74;
}

.double-nav.top-nav-collapse {
    padding-top: 2px;
    padding-bottom: 12px;
}

@media only screen and (max-width: 768px) {
	.navbar {
		background-color: #4285F4;
	}
	.double-nav.top-nav-collapse {
		padding-top: 10px;
	}
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}



.scrolling-navbar
{
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}

@media only screen and (max-width: 992px) {
	.double-nav.navbar-fixed-top {
		position: fixed;
	}
}

footer.page-footer
{
	background-color: #3c4f74;
	margin-top: 2rem;
}

/* Carousel*/

.carousel {
	height: 50%;
}

@media (max-width: 543px) {
	.carousel {
		margin-top: 50px;
		height: 40%;
	}
}

@media (min-width: 543px) and (max-width: 776px) {
	.carousel {
		margin-top: 50px;
		height: 60%;
	}
}

.carousel-item,
.active {
	height: 100%;
}

.carousel-inner {
	height: 100%;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.carousel .carousel-control-prev-icon {
    background-image: url(../img/svg/arrow_left.svg);
}

.carousel .carousel-control-next-icon {
    background-image: url(../img/svg/arrow_right.svg);
}

.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 36px;
    height: 36px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

/*Call to action*/
        
.flex-center
{
	color: #fff;
}

/*
.view
{
	background: url("kids-learning-bkg.jpg")no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/
.stick-to-bottom
{
	position: absolute;
	bottom: 20px;
}

/*Contact section*/
        

#contact .fa
{
	font-size: 2.5rem;
	margin-bottom: 1rem;
	color: #1C2331;
}

.h1-responsive-kidsems
{
	font-family:Indie Flower;
	font-size: 500%;
}

.h2-responsive-kidsems
{
	font-family:Indie Flower;
	font-size: 200%;
}
