﻿html {
    font-size: 62.5%;
}

*, *:before, *:after {
    box-sizing: content-box;
}

body {
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
    color: #333;
    /*background: #ecf0f1;*/
    text-align: center;
    font-size: xxx-large;   
}

.highlight {
    background: #dedede;
}

.prayerCol 
{
 margin:0px;

}

.caseRed {
    color: yellow !important;
    background-color: blue !important;
    margin: 10px 10px 10px 10px;
    border-radius: 15px 50px;
    text-align: center!important;
}

.caseGreen {
    color: yellow !important;
    background-color: green !important;
    margin: 10px 10px 10px 10px;
    border-radius: 15px 50px;
    text-align: center!important;
}


.caseWhite {
    color: black !important;
    background-color: rgba(255,255,255,0.9) !important;
    margin: 0px 10px 0px 10px;
    border-radius: 15px 50px;
}

.caseWhite2 {
    color: black !important;
    background-color: rgba(255,255,255,0.9) !important;
    margin: 0px 2px 0px 2px;
    border-radius: 15px ;
}
h1 {
    text-align: center;
    font-family: 'Varela Round', sans-serif;
    line-height: 1.3;
    margin: 5rem;
    text-transform: uppercase;
    font-size:6.5rem!important;
}

table {
    line-height: 1;
    width: 100%;
    max-width: 80rem;
    margin: 5rem auto;
}

td
{
    width: 20%;
    text-align: center;
    padding: 1rem;
}

tr:first-child {
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
}

tr:last-child {
    font-size: 2.8rem;
}

span {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0;
    vertical-align: top;
}

}

a {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 400;
    color: #3498db;
    text-decoration: none;
}



#lblactualtime {
    font-size: 100px;
    background-color: rgba(255,255,255, 1);
    border-radius: 15px;
}

#lblEnglishDate {
    font-size: 40px;
    font-weight: 800;
}

#lblArabiCDate {
    font-size: 50px;
    font-weight: 800;
}

#jumuaaDiv {
    font-size: 65px;
    font-weight: 500;
}

#timerValue {
    font-size: 65px;
    font-weight: 500;
    background-color: rgba(255,255,255, 1);
    border-radius: 15px;
}

@media (max-width: 750px) {
   
   form{
       font-size:20px!important;
   }

    #lblactualtime {
        font-size: 40px;
        background-color: rgba(255,255,255, 1);
        border-radius: 15px;
    }

    #lblEnglishDate {
        font-size: 20px;
        font-weight: 400;
    }

    #lblArabiCDate {
        font-size: 25px;
        font-weight: 400;
    }

    #jumuaaDiv {
        font-size: 30px;
        font-weight: 200;
    }


    #timerValue {
        font-size: 30px;
        font-weight: 500;
        background-color: rgba(255,255,255, 1);
        border-radius: 15px;
    }
    .prayerCol {
        margin: 0px 0px 0px 0px;
    }

    .caseRed {
        color: yellow !important;
        background-color: blue !important;
        margin: 0px 0px 0px 0px;
        border-radius: 15px 50px;
        text-align: center !important;
    }

    .caseGreen {
        color: yellow !important;
        background-color: green !important;
        margin: 0px 0px 0px 0px;
        border-radius: 15px 50px;
        text-align: center !important;
    }


}