@font-face {
  font-family: Carter One;
  src: url(../../assets/fonts/CarterOne-Regular.woff2);
}

html,body{
  background-color: #07a8f9;
  width:100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
}

.jumbotron {
  border-bottom: 15px solid #056ea5; 
  background-image: url('../assets/images/vnmg_banners_mobile.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; 

  height: 100%;
  min-height: 525px;
}


/*.jumbotron h1 {
  font-family: Carter One;
  font-size: 8vw;
  top: 25%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  color: white;
}*/

/* Center align the text within the three columns below the carousel */
.selector{
	margin-top: 50px;
  min-height: calc(100vh - 550px);
}

.selector .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.selector h2 {
  font-weight: 400;
  color: #ffffff;
  font-family: Carter One;
}

.selector h1 {
  font-weight: 400;
  color: #ffffff;
  font-family: Carter One;
  margin: auto;
}

.selector h2 {
  font-size: 50px;
}

.selector-img {
  height: 200px;
  width: 200px;
  overflow: hidden;
  background-color: #d5edff;
  border-radius: 50%;
  border: 10px solid #0096ff;
  margin: 0 auto;
}

.selector-img:hover {
  border: 15px solid #ffffff;
}

.img-kids {
  background-color: #d5edff;
  width: 90%;
  transform: translate(0,5%);
}

.img-teachers {
  background-color: #d5edff;
  width: 90%;
  transform: translate(0,45%);
}

.img-parents {
  background-color: #d5edff;
  width: 90%;
  transform: translate(0,20%);
}

#footer {
  background-color: #056ea5;
  height: 15px;
  position: absolute;
  bottom: 0; 
}

@media only screen and (max-width: 768px) {
  .selector .row {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 550px) {
  .jumbotron {
    background-image: url('../assets/images/vnmg_banners_middle.jpg');
  }
}

@media only screen and (min-width: 800px) {
  .jumbotron {
    background-image: url('../assets/images/vnmg_banners.jpg');
  }
}