﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    font-family: "Poppins", 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

th {
    text-align: center;
    vertical-align: middle;
}

td {
    text-align: center;
    vertical-align: middle;
}

.center_hr {
    padding-left: 1%;
}

.dailyVerses.bibleVerse {
    margin-top: .5em;
}

.dailyVerses.bibleVerse a {
    font-weight: bold;
    text-align: center;
}

.dailyVerses.bibleText {
    font-weight: bold;
    text-align: center;
}

.w-100 {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.w-10 {
    width: 10%;
}

.h-100 {
    height: 100%;
}

.h-200 {
    height: min-content;
}

.hero {
    display: flex;
    width: 100%;
    height: 185px;
    align-items: center;
    justify-content: center;
}

.bottom {
    position: absolute;
    bottom: 30px;
}

.bottom1 {
    position: absolute;
    bottom: 10px;
}

.jumbo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -60px;
}

.mtop-0 {
    position: relative;
    margin-top: 0;
    padding-top: 0;
}