/*  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");
/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Green-Style
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Joyce&Luna ( https://phpbb-style-design.de/ )
    --------------------------------------------------------------
*/

@import url("../../prosilver/theme/normalize.css?v=1.3.8");
@import url("../../prosilver/theme/base.css?v=1.3.8");
@import url("../../prosilver/theme/utilities.css?v=1.3.8");
@import url("common.css?v=1.3.8");
@import url("links.css?v=1.3.8");
@import url("content.css?v=1.3.8");
@import url("../../prosilver/theme/buttons.css?v=1.3.8");
@import url("../../prosilver/theme/cp.css?v=1.3.8");
@import url("forms.css?v=1.3.8");
@import url("icons.css?v=1.3.8");
@import url("colours.css?v=1.3.8");
@import url("greenstyle.css?v=1.3.8");
.avatar img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
/* #logo {
    background-image: url("images/banner.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    margin: 0 auto;
} */

/* Achtergrond */
html, body {
    background: url("images/background.png") no-repeat center top; /* pad naar je background */
    background-size: cover;   /* past de achtergrond netjes aan het scherm aan */
    height: 100%;
    margin: 0;
    padding: 0;
}
#wrap {
    max-width: 1000px;  /* smaller maken */
    margin: 0 auto;     /* centreren */
}
