@font-face {
    font-family: 'EMprint';
    src: url('fonts/EMprint-Regular.woff2') format('woff2'),
        url('fonts/EMprint-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, ol {
    font-family: 'EMprint';
    font-size: 1.6rem;
    color: #fff;

}
.logo {
    width: 80%;
    padding-top: 25%;
}

.social {
    display: none;
}

.main-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.menu {
    font-family: 'EMprint';
    font-size: 2rem;
    color: #54565b;
    padding-top: 20%;
}

.menu ul {
    list-style: none;
    padding-left: 0px;
}

.menu ul li {
    margin-top: 1rem;
    line-height: 2.2rem;
}

.menu ul li a, #menu li a {
    color: #54565b;
}

.menu ul li a:hover, #menu li a:hover, .menu-selected {
    color: #00a0dd !important;
    text-decoration: none;
}

.footer-desktop {
    bottom: 0;
    padding: 0 6% 15px 6%;
    position: absolute;
    line-height: 1.3rem;
    font-size: 0.8rem;
    margin-left: -15px;
    
}

.home-image {
    background-image: url('../images/win-500-in-fuel.jpg');
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 100vh;
}

.brb-image {
    background-image: url('../images/Esso - Barbados Promo - Landing Page_Promo end.jpg');
    background-repeat: no-repeat; 
    background-size: contain; 
    height: 100vh;
    background-position: center center;
    width: 100%;
}

.winners {
    background-image: url('../images/blue_bg.jpg');
    padding-bottom: 35%;
    background-size: cover;
}


.winners img {
    width: 100%;
}



.how-to-play {
    background-image: url('../images/blue_bg.jpg');
    padding-bottom: 5%;
    background-size: cover;
}

.how-to-play img {
    width: 100%;
}

.howtoplay li {
    font-family: 'EMprint';
    font-size: 1.6rem;
    color: #fff;
    line-height: 2rem;
    margin-top: 1rem;
}

.howtoplay {
    width: 700px;
    max-width: 100%;
    line-height: 50px;
    padding: 6%;
}

.card-image {
    width: 40%;
    float: right;
    margin-top: -45%;
}

.terms-conditions li {
    font-family: 'EMprint';
    font-size: 1.2rem;
    color: #fff;
    line-height: 2rem;
    margin-top: 1rem;
}

.terms-conditions {
    max-width: 100%;
    line-height: 50px;
    padding: 6% 6% 0 6%;
}

.draw-dates {
    max-width: 100%;
    line-height: 50px;
    padding: 0 6%;
    font-family: 'EMprint';
    font-size: 1.6rem;
    color: #fff;
}

.draw-dates h3 {
    color: #ffce03;
    
}


.footer-mobile {
    display: none;
    text-align: center;
}
.participating-stations {
    background-image: url('../images/participating-stations.jpg');
    background-size: 100%;
    height: 100%;
    padding-top: 60%;
    padding-bottom: 5%;
    text-align: center;
    background-repeat: no-repeat;
    background-color: #000;
}

.participating-stations h3 {
    color: #ffce03;
}

.stations-left {
    text-align: right;
}

.stations-right {
    text-align: left;
}

.stations {
    max-width: 100%;
    line-height: 50px;
    padding: 0 6%;
    font-family: 'EMprint';
    font-size: 1.6rem;
    color: #fff;
    
}

.winner-row {
    width: 95%;
    padding: 0 1%;
    
}

.winner-col {
    width: 20%;
    float: left;
}

.winner-col img {
    width: 100%;
}

.winner-title {
    clear: both;
    margin-left: 10px;
    padding-top: 5%;
}


@media screen and (max-width: 550px) {
    
    .footer-mobile {
        display: block;
    }
    
    .footer-desktop {
        display: none;
    }
    
    .contact-desktop {
        display: none;
    }
    .contact-mobile {
        display: block;
    }
    .howtoplay {
        margin-left: 5%;
    }
    
    .terms-conditions {
        margin-left: 5%;
    }
    
    .menu {
        display: none;
    }
    #menuToggle
    {
        display: block !important;
    }
    
    .stations-left, .stations-right {
    text-align: center;
    }
    
    .home-image {
        background-size: contain;
    }
    .card-image {
        margin-top: -70%;
}
    .winner-col {
        width: 100%;
        float: left;
    }
}




#menuToggle
{
  display: none;
  position: relative;
  #top: 50px;
  #left: 10px;
  margin: 5% 0;
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 100%;
  margin: -60px 0 0 -50px;
  padding: 50px;
  padding-top: 65px;
  
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.contact-desktop {
    font-size: 0.78em;
    color: #232323;
    margin-bottom: 20%;
    margin-top: 20%;
 }