/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }

.barra-governo {
    background-color: #003d75;
}

.barra-governo nav .nav-link {
    color: white;
    font-size: 11px;
}

.barra-governo .nav-link:hover {
    color: #0956c5 !important;
    font-size: 11px;
}

#bg_topo {
    background-color: #004f9e;
    height: 150px;
}

#logo-inicio{
    padding-top: 15px;
}

.topo-home-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
  }

.topo-res-logo {
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.footer-inferior {
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    

/*Game covers style*/
        #games{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-around;
            align-items: center;
            margin: 3% 20%;
        }
        #games img{
            margin: 15px 10px;
            width: 13vw;
            min-width: 200px;
            border-radius: 5%;
            transition: all 0.7s ease-in-out;
            box-shadow: 3px 3px 10px 3px rgb(130, 130, 130);
        }
        #games img:hover{
            transform: scale(1.1);
        }
        #page-title{
            text-align: center;
            margin-top: 2%;
        }
/* Game covers end */
