/*
    Theme Name: Media Pigeons
    Theme URI: https://mediapigeons.com/
    Author: dortiz
    Author URI: https://mediapigeons.com/
    Description: Custom Media Pigeons Wordpress Theme.
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: mediapigeons
*/

html, body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.splash-logo-temp {
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.splash-logo {
    width: 155px;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.splash-logo img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

footer {
    text-align: center;
}

.footer-copyright {
    font-family: sans-serif;
    font-size: 14px;
}