body{
    color:#000000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    background: #e61e26;
    overflow-x: hidden;
}

.contboxe_r {
    position: relative;
    text-align: center;
    color: #e61e26;
    text-shadow: 1px 2px #ffffff;
    font-weight: bold;
    font-size: 38px;
  }

  .relatbox{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  }

.playbb {
    background-color: #ffffff;
    color: #e61e26;
    font-weight: bold;
    padding: 6px;
    border-color: #e61e26;
}
/* mobilemenu css start */
 /* The Overlay (background) */


 #myNav{
    display: none;
}

 .overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 55; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(230,30,38); /* Black fallback color */
    background-color: rgba(230,30,38, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }
  
  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  }
  
  /* The navigation links inside the overlay */
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #ffffff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }
  
  /* When you mouse over the navigation links, change their color */
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  /* Position the close button (top right corner) */
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 56px;
  }

/* mobilemenu css end */


.votbox{
    padding-top: 18px;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1188px;
}

.paderb{
    min-height: 55px;
    height: 55px;
    margin: 0 auto;
    width: 100vw;
}

.votboxin{
    flex: 1;
    /* background-color: #ffffff; */
}

.pboxout{
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.pbox{
    flex: 1;
    width:100%;
    max-width: 244px;
    background-color: #ffffff;
    margin: 4px;
    cursor: pointer;
}
.cclicked{
    border-width: 4px;
    border-color: #ffd858;
    border-style: solid;
}

.cimage{
    width:100%;
}
.txtb{
    min-height: 89px;
    width: 95%;
    padding: 4px;
    /* background-color: #ffffff; */
    color: #e61e26;

}
.tpi{
    padding-bottom: 12px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.mlink1{
    text-decoration: none;
    color: #e61e26 ;
text-shadow: 1px 1px #ffffff; 
font-size: 16px;
background-color: #ffffff;
padding: 6px;
}
a.mlink1:hover{
    text-decoration: underline;
    color: #e61e26 ;
text-shadow: 1px 1px #ffffff; 
font-size: 16px;
background-color: #ffffff;
padding: 6px;
}
a.mlink1:active{
    padding: 6px;
    text-decoration: underline;
    color: #e61e26 ;
text-shadow: 1px 1px #ffffff; 
font-size: 16px;
background-color: #ffffff;
}

.mymenuup{
    width: 100vw;
    margin: 0 auto;
    position: absolute;
  left: 0;
  top: 0;
    display: flex;
    /* height: 300px; */
    align-items: center;
    margin-top: 21px;
}
.leftmenu{
    max-width: 44px;
    margin-left: 22px;
    cursor: pointer;
    display: none;
}
.mmidle{
color: #e61e26 ;
text-shadow: 1px 1px #ffffff; 
font-size: 16px;
}

.mymein{
flex: 1;
}

.mym2{
    justify-content: center;
    text-align: center;
}
.mym3{
  
    text-align: right;
}

.jotislogo{
    max-width: 199px;
    width:100%;
}
.head1{
    height: 38vh;
    margin: 0 auto;
    /* margin-top: -44px; */
    width: 100vw;
    background-image: url("../images/easterbacktop.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.happyeaster{
    margin-top: 21px;
    max-width: 414px;
    width: 100%;
    padding-bottom: 21px;
}

.logocont{
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
}

.logocontin{
    background-color: #ffffff;
    margin: 0 auto;
}

.left1{
    position: absolute;
    left:10px;
    padding-top: 95px;
    max-width: 90px
}

.right1{
    position: absolute;
    right:11px;
    padding-top: 25px;
    max-width: 50px
}

.textintro{
    padding-top: 34px;
    color: #ffffff;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
}

.formcontainer{
    width: 100%;
    max-width: 566px;
    margin: 0 auto;
}

.forminc {
    padding: 12px;
    width: 98%;
  }

  a.whity {
    text-decoration: underline;
    color: #ffffff;
}

.actform{
    text-align: center;
}


.inputy {
    text-align: left !important;
    width: 70% !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    padding: 4px;
    border-style: solid;
    border: none;
}
.spani {
    padding: 4px;
}


.game1{
    display: block;
}
.game2{
    display: none;
    margin:0 auto;
    padding-top: 44px;
    width: 92%;
    text-align: center;
    color: #ffffff;
}
.game3{
    display: none;
    margin:0 auto;
    padding-top: 44px;
    width: 92%;
    text-align: center;
    color: #ffffff;
}
.colorfil{
    filter: opacity(59%); 
}


.game4{
    display: none;
    margin:0 auto;
    padding-top: 44px;
    width: 92%;
    text-align: center;
    color: #ffffff;
}
.headme{
    font-size: 18px;
    font-weight: bold;
}

.button1{
    display: flex;
    text-align: center;
    margin: 0 auto;
max-width: 135px;
    background-color: #ffffff;
    color: #e61e26;
    padding: 4px;
    /* line-height: 26px;
    height: 26px; */
    align-items: center;
    cursor: pointer;
}

.inbut1{
    font-size: 14px;
    justify-content: center;
    text-align: center;
    flex: 2;
}
.inbut2{
    font-size: 14px;
    justify-content: center;
    text-align: center;
    flex: 1;
}


@media only screen and (max-width: 875px) {


.votbox{
    padding-top: 18px;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1188px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

}
@media only screen and (max-width: 705px) {


   

 .mym2{
    display: none;
 }

 .leftmenu{
    display: block;
    max-width: 44px;
    margin-left: 22px;
    cursor: pointer;
}
 

 
 } 


.mymobile{
    display: none;
}

 @media only screen and (max-width: 577px) {
    .mydesktop{
        display: none;
    }
    .mymobile{
        display: inline-block;
    }
   
    .right1{
        display: none;
     }
    .left1{
       display: none;
    }

    .jotislogo{
        max-width: 33vw;
        width:100%;
    }

    .head1{
        height: 23vh;
        margin: 0 auto;
        /* margin-top: -44px; */
        width: 100vw;
        background-image: url("../images/easterbacktop.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    } 