/* font style
--------------------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'Averta';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Averta-Regular.otf);
}

@font-face {
  font-family: 'Averta';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Averta-Semibold.otf);
}

@font-face {
  font-family: 'Averta';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Averta-Bold.otf);
}

@font-face {
  font-family: 'Averta';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Averta-ExtraBold.otf);
}


/*--------------------------------------------------------------------------------------------------
END font style */

/* START for alignment
--------------------------------------------------------------------------------------------------*/

.f-12{
  font-size: 12px!important;
}

.f-13{
  font-size: 13px!important;
}

.f-14{
  font-size: 14px!important;
}

.f-15{
  font-size: 15px!important;
}

.f-16{
  font-size: 16px!important;
}

.f-17{
  font-size: 17px!important;
}

.f-18{
  font-size: 18px!important;
}

.f-19{
  font-size: 19px!important;
}

.f-20{
  font-size: 20px!important;
}

.f-21{
  font-size: 21px!important;
}

.f-22{
  font-size: 22px!important;
}

.f-23{
  font-size: 23px!important;
}

.f-24{
  font-size: 24px!important;
}

.f-25{
  font-size: 25px!important;
}

.f-26{
  font-size: 26px!important;
}

.f-27{
  font-size: 27px!important;
}

.f-28{
  font-size: 28px!important;
}

.f-29{
  font-size: 29px!important;
}

.f-30{
  font-size: 30px!important;
}

.f-31{
  font-size: 31px!important;
}

.f-32{
  font-size: 32px!important;
}

.f-33{
  font-size: 33px!important;
}

.f-34{
  font-size: 34px!important;
}

.f-35{
  font-size: 35px!important;
}

.f-36{
  font-size: 36px!important;
}

.fw-1{
  font-weight: 100!important;
}

.fw-2{
  font-weight: 200!important;
}

.fw-3{
  font-weight: 300!important;
}

.fw-4{
  font-weight: 400!important;
}

.fw-5{
  font-weight: 500!important;
}

.fw-6{
  font-weight: 600!important;
}

.fw-7{
  font-weight: 700!important;
}

/*--------------------------------------------------------------------------------------------------
END for alignment */

.text-cathryn {
  left: 2%;
  top: 50%;
}

.text-joel {
  left: 55%;
  top: 80%;
}

.text-robin {
  right: 2%;
  top: 48%;
}

.text-cathryn p,
.text-joel p,
.text-robin p {
  font: normal normal 500 11px/18px Averta;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 0;
  text-shadow: -1.5px -1.5px 0 #0011c5,  
                1.5px -1.5px 0 #0011c5,
                -1.5px 1.5px 0 #0011c5,
                1.5px 1.5px 0 #0011c5;     
}

.text-cathryn p:first-child,
.text-joel p:first-child,
.text-robin p:first-child {
  font: normal normal 700 15px/18px Averta;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
}

@media (max-width: 768px){
  body {
    overflow-y: hidden;
  }
}