body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #616971;
}

.landing-image {
	margin-top: 300px;
}

.top-bar {
  background-color: #007095;
  height: 3rem;
  padding: 1rem 0;
}
.top-bar a {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}



.navbar {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .01rem;
  color: #B1D5C0;
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .3);
  z-index: 1200;
}
.nav-item {
  padding: .2rem;
  padding-top: 1.8rem;
}
.nav-link {
  color: white !important;
}
.nav-link.active, .nav-link:hover {
  color: #B1D5C0 !important;
}
#carousel {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, .3);
}
.hero {
  background-image: url("../Images/School_img.jpg");
  background-size: cover;
  padding-top: 10vh;
  padding-bottom: 10vh;
  text-shadow: 0 .2rem .1rem rgba(0, 0, 0, .4);
}

.hero-meet {
  background-image: url("../Images/Poco Tots Background_Green.svg");
  background-size: cover;
  padding-top: 10vh;
  padding-bottom: 10vh;
  
}

.hero-team {
  background-image: url("../Images/Poco Tots Background.svg");
  background-size: cover;
  padding-top: 10vh;
  padding-bottom: 10vh;
  
}
	
	.hero-studio {
  background-image: url("../Images/studio_2021_img.jpg");
  background-size: cover;
  padding-top: 10vh;
  padding-bottom: 10vh;
  text-shadow: 0 .2rem .1rem rgba(0, 0, 0, .4);
}

.text-light{
	text-align:center;
}

h3 {
	font-weigth: 200;
	font-size: 14pt;
}
.bg-custom2 {
  background-color: rgba(0, 0, 0, .5);
  color: currentColor;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.bg-custom4 {
  background-color: rgba(0, 0, 0, .7);
  color: currentColor;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.demo img {
  width: 500px;
  margin-right: 10px;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.carousel-inner {
  max-height: 70rem !important;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  transition: transform 1.2s ease;
}
.carousel-caption {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
}

.bg-custom1 {
  background-color: rgba(0, 0, 0, .5);
  color: currentColor;
  border-radius: 1rem;
  margin-top: 3rem;
}
.bg-custom2 {
  background-color: rgba(0, 0, 0, .5);
  color: currentColor;
  border-radius: 1rem;
  margin-top: 3rem;
}
.bg-custom3 {
  background-color: rgba(0, 0, 0, .5);
  color: currentColor;
  border-radius: 1rem;
  margin-top: 5rem;
}
.carousel-caption h1 {
  font-size: 2rem;
  text-shadow: 0 .2rem .1rem rgba(0, 0, 0, .4);
}
.border-primary {
  border-top: .5rem solid #B1D5C0 !important;
}

.border-warning {
  border-top: .5rem solid #FAA71B !important;
}

.border-danger {
  border-top: .5rem solid #D72390 !important;
}

.border-success {
  border-top: .5rem solid #336633 !important;
}

.border-light {
  border-top: .5rem solid #007095 !important;
}

.border-dark {
  border-top: .5rem solid #B72025 !important;
}
.carousel-caption h3 {
  font-size: 1.5rem;
  text-shadow: 0 .5rem .5rem .7rem rgba(0, 0, 0, .4);
}
.btn-md {
  border-radius: .1rem;
  text-transform: uppercase;
  font-size: 1rem;
  border-width: medium;
}
.btn-danger {
  background-color: #AC2615;
  border: .1rem solid #AC2615;
}
.btn-dark {
  background-color: #161616;
  border: .1rem solid #161616;
}
.btn-light {
  background-color: #B1D5C0;
  border: .1rem solid #B1D5C0;
  border-radius: .2rem;
  font-weight: 600;
  font-size: 16px;
}
.btn-lg {
  border-radius: .2rem;
  margin-left: 220px;
	margin-top: 0;
  font-size: 20px;
}
.btn-warning {
  border-radius: .2rem;
  margin-left: 30px;
  font-weight: 500;
  font-size: 18px;
}

.mouse3 {
	height: 110%;
	width: 100%;
}


.w-100 {
	margin-top: 20px;
}

.container-services {
  background-image: url("../Images/Services_img.jpg");
  background-size: cover;
}

.fixed-background {
  padding: 5rem 0;
}
.fixed-background h1 {
  text-shadow: 0 .2rem .1rem rgba(0, 0, 0, .5);
}
.fixed-background h3 {
  text-shadow: 0 .2rem .1rem rgba(0, 0, 0, .5);
}
.lead {
  font-weight: 600;
  font-size: 24px;
  color: white;
}
.container-pricing {
  background-color: #7E8BA1;
  background-size: cover;
}

.my-4 h3 {
  font-size: 30px;
}
.my-4 h2 {
  font-size: 20px;
}
footer {
  margin:.5rem auto;
}


footer p, footer a, .socket a {
  color: white;
  text-decoration: none;
}
ul.social {
  list-style-type: none;
  display: flex;
  max-width: 10rem;
  margin: 0 auto;
  padding: 0;
}
ul.social li {
  margin: 0 auto;
}
footer .svg-inline--fa {
  font-size: 3rem;
}
footer .svg-inline--fa:hover {
  color: #B1D5C0;
}
.socket {
  background-color: #007095;
	font-size: 10pt;
}
* {
	padding: 0;
	margin: auto;
	box-sizing: border-box;
}
@media (max-width: 1199.98px) {}
@media (max-width: 576px) {}
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.row, .container-fluid {
	margin-left: 3px!important;
	margin-right: 3px!important;
}


/*--- Fixed Video Background iOS/Mobile Style--*/
.video-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video {
  position: fixed;
  display: block;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  z-index: -1000;
}
video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url('') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.video-background {
	position: relative;
	width: 100%;
	min-height: 100vh;
}

.Lang-button {
	position: absolute;
	top: 60%;
	width: 100%;
}

.btn-danger {
	background-color: #852C72;
	border: .1rem solid #852C72;
}

.btn-primary {
	background-color: #336633;
	border: .1rem solid #336633;
}

