/*
Theme Name: FutsalGossip
Date: 19th Jan 2025
*/

body {
    margin:0;
    padding:0;
    color:#000;
    background-color: #f2f2f2;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

h3 {
    padding:0;
    margin:0;
    font-size:2.5rem;
    font-weight: 1900;
    font-style: normal;
    letter-spacing: -1px;
    line-height: 1.2;
    color: #111;
}

h4 {
    font-size:20px;
}

/* Header */
#navbar {
    background-color: #f12e51;
    height:63px;
    font-size: xx-large;
    box-shadow: 0px 5px #d9d9d9;
    background-blend-mode: lighten;
}

.navbar-bg {
    background-blend-mode: lighten;
    background-image: url('https://futsalgossip.com/wp-content/uploads/2025/06/stkd_texture.png');
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 63px;
}

.navbar-bg img {
    height:110%;
}

.contentcontainer {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

/* Content */

.row {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
    box-sizing: inherit;
    margin-top: 30px;
    margin-left:20px;
    margin-right:20px;
}

.article_image {
    flex: 0 0 50%;
    /* max-width: 50%; */
    background-color: #fff;
}

.article_img {
    width:100%;
    object-fit: contain;
    object-fit: cover;
    overflow: hidden;
}

.article_txt {
    flex: 0 0 50%;
    /* max-width: 50%; */
    background-color: #fff;
}

.article_content {
    padding: 20px 30px 0;
}

.date_meta {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 9px;
    display: table;
    padding: 1px 4px 0;
    margin-top: 5px;
    border-radius: 1.5px;
    background: #f12f51;
    background-color: #f12f51;
    color: rgba(255, 255, 255, .9)
}

/* Footer */

#footer{
    background-color: #eaeaea;
    margin-top:30px;
    font-family: 'Lora', Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
}

.footer_col {
    display:flex;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.footer_col > * {
    /* width:calc(100% / 2); */
    padding:1rem;
}

@media only screen and (max-width: 600px) {
  .row {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
  }

  .footer_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}