/* Container holding the image and the text */
.container {
  position: relative;
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 1em;
  text-align: left;
  color: #898C9A;
  height: 100%;
}

/* Bottom left text */
.bottom-left {

  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 6vw;
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-left2 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 10pt;
  position: absolute;
  top: 50px;
  left: 16px;
}


/* Top right text */
.top-right {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 6vw;
/*  color: #A1A1A4; */ 
  color: #F2C245;  
  position: absolute;
  top: 35%;
  right: 14%;
  opacity: 1;
  
}

@media screen and (min-width: 601px) {
  .top-right {
    font-size: 6vw;
    line-height: auto;
    
  }
}

@media screen and (max-width: 600px) {
  .top-right {
    font-size: 6vw;
    line-height: 30px;

  }
}




.top-right2 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 2vw;
  color: #A1A1A4;
  position: absolute;
  top: 5%;
  right: 16px;
}

@media screen and (min-width: 601px) {
  .top-right2 {
    font-size: 2vw;
    line-height: auto;
    
  }
}

@media screen and (max-width: 600px) {
  .top-right2 {
    font-size: 20px;
    line-height: auto;

  }
}



.top-right3 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 2.3vw;
  color: #2B81BA; 
/*  color: #F2C245; */ 
  position: absolute;
  top: 50%;
  right: 10%;
  opacity: 1;


}

@media screen and (min-width: 601px) {
  .top-right3 {
    font-size: 2.3vw;
    line-height: auto;
    
  }
}

@media screen and (max-width: 600px) {
  .top-right3 {
    font-size: 20px;
    line-height: auto;

  }
}




.top-right4 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 3vw;
  background-color: #2B81BA;
  color: #FFFFFF;
  position: absolute;
  top: 25%;
  left: 40%;

}


@media screen and (min-width: 601px) {
  .top-right4 {
    font-size: 3vw;
    line-height: auto;
    
  }
}

@media screen and (max-width: 600px) {
  .top-right4 {
    font-size: 20px;
    line-height: auto;

  }
}


/* Bottom right text */
.bottom-right {
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 1.7vw;
  color: #FFFFFF;
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-left {
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 1.7vw;
  color: #FFFFFF;
  position: absolute;
  bottom: 10%;
  left: 2%;
}

@media screen and (min-width: 601px) {
  .bottom-left {
    font-size: 2vw;
    line-height: auto;
    
  }
}

@media screen and (max-width: 600px) {
  .bottom-left {
    font-size: 14px;
    line-height: auto;

  }
}


/* Centered text */
.centered {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 4vw;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 601px) {
.centered {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 4vw;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
    
  }
}

@media screen and (max-width: 600px) {
.centered  {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 6vw;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);

  }
}

.centered2 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 2vw;
  background-color: #DB3F4F;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
@media screen and (min-width: 601px) {
.centered2 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 2vw;
  background-color: #DB3F4F;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
  }
}

@media screen and (max-width: 600px) {
.centered2  {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 4vw;
  background-color: #DB3F4F;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);

  }
}

.centered3 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 2vw;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);

}
@media screen and (min-width: 601px) {
.centered3 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 2vw;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
    
  }
}

@media screen and (max-width: 600px) {
.centered3  {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 4vw;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);

  }
}

/* Bottom right text */
.bottom-center {
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 1.7vw;
  color: #FFFFFF;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 601px) {
  .bottom-center {
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 1.7vw;
  color: #FFFFFF;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
    
  }
}

@media screen and (max-width: 600px) {
  .bottom-center {
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 1.7vw;
  color: #FFFFFF;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);

  }
}

.exptext {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}