/* main.css
Bootstrap overrides and custom CSS.
Author: PreggoBellyLover
*/

@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-family: Cabin;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: rgb(255, 255, 255);
}

body#mayternity {
    background-position: top center;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: contain;
}

.mayternity {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-mayternity-2025.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#mayternityEnd {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/GettingReady.jpg);
    background-position: top center;
}

.bg-blur-5 {
    backdrop-filter: blur(5px);
}

th {
    font-size: 1.4em;
}

/*li {
    margin-bottom: 25px;
}*/

.header-lg {
    font-size: 10em;
}

.mono {
    background-color: rgba(0, 0, 0);
    color: rgb(255, 255, 255);
    font-family: 'Courier New', Courier, monospace;
    padding: 0 5px;
}