@charset "utf-8";
/* CSS Document */

html,
body {
    height: 100%;
}

body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin: 0;
}

#wrap {
    height: auto;
    margin: 0 auto -60px;
    min-height: 100%;
    padding: 0 0 60px;
}

.right {
    text-align: right !important;
}

.left {
    align-content: left !important;
}

.center {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: inherit;
    font-size: 1.5rem;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#time {
    color: #FFEEB7;
    font-size: 2rem;
    text-align: center;
}

#date {
    color: #FFEEB7;
    font-size: 2rem;
    text-align: center;
}

#prayerTimes {
    color: white;
    border: solid white;
    border-radius: 12px;
    padding: 20px;
    width: 90%;
    height: auto;
    margin: auto;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    h1 {
        font-size: 1.5rem;
    }

    #time {
        font-size: 2rem;
    }

    #date {
        font-size: 2rem;
    }

}