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

@import url("font-awesome.min.css");
@import url("common.css");
@import url("content.css");
@import url("cp.css");
@import url("forms.css");


.inventea-header{
	background: url("images/bg.jpg") center;
	background-size: cover;

}

@media screen and (min-width: 1px) and (max-width: 700px) {
	.inventea-sitename, .inventea-sitename a, .inventea-sitename a:hover{
		width: 320px;
	}
}

.inventea-user-bar{
	background:transparent;
}

.header-profile .username-coloured{
	color: #fff !important;
}

.inventea-credits, .inventea-sitename span{
	display: none;
}
