/* 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: 1vw;
  position: absolute;
  top: 1%;
  right: 1%;
}

.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; 
/*  color: #FFFFFF; */  
  position: absolute;
  top: 35%;
  right: 1%;
  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: 47%;
  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: 20%;
  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;

  }
}


.top-right5 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 1.5vw;
  color: #2B81BA; 
/*  color: #F2C245; */ 
  position: absolute;
  top: 50%;
  right: 2%;
  opacity: 1;


}

@media screen and (min-width: 601px) {
  .top-right5 {
    font-size: 1.5vw;
    line-height: auto;
    
  }
}

@media screen and (max-width: 600px) {
  .top-right5 {
    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-right2 {
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 1.7vw;
  color: #000000;
  position: absolute;
  align: right;
  bottom: 10%;
  right: 2%;
}

@media screen and (min-width: 601px) {
  .bottom-right2 {
    font-size: 2vw;
    line-height: auto;
    
  }
}

@media screen and (max-width: 600px) {
  .bottom-right2 {
    font-size: 14px;
    line-height: auto;

  }
}



/* 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 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
