/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d0e24377");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");

#logo {
    background-image: url("images/site_logo.png"); /* Aponta para o novo banner */
    background-repeat: no-repeat; /* Evita repetição da imagem */
    background-size: contain; /* Ajusta a proporção do banner */
    width: 100%; /* Ajuste conforme necessário */
    height: 150px; /* Altura ajustada para o banner */
    display: block; /* Garante que o elemento seja visível */
    margin: 0 auto; /* Centraliza o banner */
}
html, body {
    background-image: url('https://i.postimg.cc/7PKRsy8P/Copilot-20250824-155033.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center !important;
}


/* Tornar todos os elementos principais transparentes */
.wrap, .container, .forum-body, .page-body, .headerbar, .forabg, .forumbg, .panel, .content, .postbody {
    background-color: transparent !important;
    background-image: none !important;
}

body {
    background-image: url('https://i.postimg.cc/v8t82T3R/Copilot-20250824-153135.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
