/*
Theme Name: Our Father
Author: Roland Hernandez
Author URI: https://rolandhernandez.net
Description: Our Father Wordpress theme
Version: 1.0.0
*/

body {
    background-color: #E2DC6C !important;
}

.of-tile {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.of-tile:hover {
    opacity: 0.8;
}

.back-nav {
    color: #000 !important;
    text-decoration: none;
}

.of-card .card-img-top {
    height: 300px;
    object-fit: cover;
}