/* Basic styles for the header */
html,body{
  margin: 0;
  padding: 0;
}


@media only screen and (min-width: 1024px) {
    .desktop{ 
        display: block;
    }
    .mobile{
    	display: none;
    }


    .webcontactandrules{
        width: 60%;
        padding: 35px;
        border-radius: 10px;
        font-size: 20px;
        background-color: #2A8CCE;
        position: fixed;
        font-family: alk;
        z-index: 999;
        bottom:30px;
        color: white;
        margin-left: 20%;
    }
}

@media only screen and (max-width: 1023px) {
    .desktop{ 
        display: none;
    }
    .mobile{
    	display: block;
    }
    .webcontactandrules{
        width: 90%;
        padding: 10px;
        line-height: 1.2;
        border-radius: 10px;
        font-size: 20px;
        background-color: #2A8CCE;
        position: fixed;
        font-family: alk;
        z-index: 999;
        bottom:30px;
        color: white;
        margin-left: 3%;
    }
}



/* 2D6F9C */
/* 3C95D1 */
/* 2F98DF */
/* 2A8CCE */
/* 44A6E8 */
/* D3E5F1 */
