body {
    font-family: Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    background: url("../images/background.png");
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.logo {
     width: 200px;
     height: 62px;
}

.match {
    font-weight: bold;
    font-size: 1.2em;
}

.league {
    font-style: italic;
    font-size: 1.1em;
}

.score {
    font-style: italic;
}

.main-content {
    flex-grow: 1;
}

.table-container {
    overflow-y: auto;
}

.table td {
    padding: 0 !important;
}

.table-bordered-no-bottom {
    border-bottom: none !important;
}

.table-bordered-no-top {
    border-top: none !important;
}

.table-bordered-no-vertical {
    border-bottom: none !important;
    border-top: none !important;
}

.table-container table thead tr th {
    background-color: #343a40;
}

.table-bordered thead, th, td {
    border: 1px solid !important;
    vertical-align: middle !important;
}


.bets-table td, th {
    text-align: center;
}

.recent-results-container {
    display: flex;
    margin: 30px 0 30px 0;
}

.recent-results-container h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    float: right;
    width: 40px;
    height: 40px;
}

.recent-results li {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    float: right;
    list-style: none;
    width: 40px;
    height: 40px;
    margin-right: 3px;
    color: white;
}

.Win {
    color: green !important;
}

.Lost {
    color: red !important;
}

.Void {
    color: gray !important;
    opacity: 50%;
}

.Void-Win, .Void-Lost  {
    color: gray !important;
    opacity: 50%;
}

.strength-1 {
    color: green;
}

.strength-2 {
    color: orange;
}

.strength-3 {
    color: red;
}

.table-alt-color {
    background-color: #343a40;
}

.navbar .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.navbar .nav-item.active {
    border-left: #444 3px solid;
}

.carousel-item {
    height: 450px;
}

.carousel-image-1 {
    background: url('../images/carousel-1.jpg') no-repeat center ;
    background-size: cover;
    height: 450px;
}

.carousel-image-2 {
    background: url('../images/carousel-2.jpg') no-repeat center ;
    background-size: cover;
    height: 450px;
}

#home-heading {
    position: relative;
    min-height: 200px;
    background: url('../images/carousel-1.jpg') no-repeat fixed;
    text-align: center;
    color: #fff;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#video-play {
    position: relative;
    min-height: 200px;
    background: url('../images/media.jpg') no-repeat fixed 0 -300px;
    text-align: center;
    color: #fff;
}

#video-play a {
    color: #fff;
}

#page-header {
    height: 200px;
    background: url('../images/carousel-2.jpg') fixed 0 -360px;
    color: #fff;
    border-bottom: 1px #eee solid;
    padding-top: 50px;
}

.page-header {
    height: 200px;
    background: url('../images/carousel-2.jpg') fixed 0 -360px;
    color: #fff;
    border-bottom: 1px #eee solid;
    padding-top: 50px;
}

.about-img {
    width: 450px;
    height: 450px;
}

#faq .card {
    border: #444;
}

#faq a {
    color: #fff;
    text-decoration: none;
}

#faq .card-body,
#faq .card-header {
    background: #333;
}

#main-footer {
    background: #000;
    color: #fff;
}


/*Bets Pagination*/
#pagination-container {
    justify-content: center;
}

#pagination-container ul {
    list-style: none;
    display: flex;
}

#pagination-container li {
    padding: 0 5px 0 5px;
}

#pagination-container a {
    color: black;
    font-size: 14px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 17px;
}

#pagination-container a:hover{
    text-decoration: none;
}

/*Blog Pagination*/
#pagination-container-articles {
    justify-content: center;
}

#pagination-container-articles ul {
    list-style: none;
    display: flex;
}

#pagination-container-articles li {
    padding: 0 5px 0 5px;
}

#pagination-container-articles a {
    color: black;
    font-size: 14px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 17px;
}

#pagination-container-articles a:hover{
    text-decoration: none;
}

.paginationjs-pages .active{
    background-color: black;
    border-radius: 100%;
}

.paginationjs-pages .active a {
    color: white !important;
}

.paginationjs-pages ul{
    padding-left: 0 !important;
}

.blog-image {
    width: 100%;
    height: 200px;
    padding-top: 10px;
}

.card-body-size {
    height: auto;
}

.tips-card {
    min-height: 200px;
}

#cookie-bar {
    background-color: gray;
    width: 100vw;
    position: fixed;
    bottom: 0;
    z-index: 1300;
    margin: 0;
}

.boxed {
    box-sizing: border-box;
    border: 1px solid black;
    height: 100%;
}

.bg-lightgray {
    background-color: lightgray;
}

.alert {
    margin-top: 95px !important;
    margin-bottom: -60px !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.about-text {
    font-size: 1.2em;
}

.article-image-container {
    width: 50%;
    height: 50%;
    margin: auto;
}

.article-image {
    width: 100%;
    height: 100%;
}

.header-top-margin {
    margin-top: 78px !important;
}

.social-media-link {
    margin: 0 15px;
}

.banner {
    margin: 15px auto;
}