@font-face {
  font-family: Carter One;
  src: url(../../assets/fonts/CarterOne-Regular.woff2);
}
@font-face {
  font-family: Muli;
  src: url(../../assets/fonts/Muli.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:10vh;
  left: 50%;
  transform: translate(-50%,0%);
  position: absolute;
  color: white;
}*/

.header {
  margin-top: 20px;
  text-align: center;
}

.header-text {
  display:inline-block;
  vertical-align: middle;
}

.header-img {
  display: inline-block;
  min-width: 2.2cm;
  height: 3.8cm;
  align: center;
  vertical-align: middle;
}

.header h1 {
  color: #ffffff;
  font-family: Carter One;
  font-size: 30px;
}

.header img {
  width: 140px;
}

.main_contents {
  background-color: #e6fbff;
  margin-top: 20px; 
  min-height: calc(1vh - 100px);
}

.main_contents h3,p {
  color: #ffffff;
  font-family: Carter One;
}

.main_grid {
  padding-top: 20px;
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 20px;
}

.main_grid .row {
  margin-top: 10px;
}

.main_grid .long_cont {
  background-color: #07a8f9;
  border-radius: 20px;
  height: 100%;
  padding-top: 20px;
  text-align: center;
}

.long_cont img {
  width: 40%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main_grid .columns {
  padding: 10px;
}

.caption { 
  padding-top: 10px; 
}

.caption h3 {
  color: #06a8f9;
  font-size: 18px;
}

.caption p {
  font-family: Muli;
  font-size: 16px;
  color: #06a8f9;
}

.game img {
  background-color: #056ea5;
  border-radius: 20px;
  width: 100%;
}

.game img:hover {
  padding: 7px;
  background-color: #ffffff;
}

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

@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');
  }
}

