/*
Theme Name: Gamblersunlimited
Theme URI: https://www.gamblersunlimited.com
Author: PaulV
Author URI: https://www.gamblersunlimited.com/contacts
Description: Theme Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gamblersunlimited
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.row {
    flex: 1;
}

h1, h2, h3, h4 {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: Normal;
    font-style: normal;
    color: #007bff;
    font-size: 30px;
}
.hone {
    color: #007bff;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.htwo {
    color: #007bff;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.entry-content p {
    text-align: justify;
}

.sidebar-row {
    border: 1px solid #007bff;
}
.text-content {
	padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #e9ecef;
    border-radius: .25rem;
}
@media (min-width: 1024px)
    .navbar-expand-md {
        -ms-flex-flow: row nowrap !important;
        flex-flow: row nowrap !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
.text-content h2 {
	color: #007bff;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
}