/*  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");

.site_logo {
	background-image: url("./images/nhforum-logo.png");
}

.headerbar, .forumbg {
	background-color: #0076B1 !important;
	background-image: none !important;
	border-radius: 0px;
}

.forabg {
	background-color: #0076B1 !important;
	background-image: none !important;
	border-radius: 0px;
}

.navbar {
    border-radius: 0px;
}

div.rules {
    border-radius: 0px;
}

.site_logo {
    background-repeat: no-repeat;
    display:  inline-block;
    width: 150px;
    height: 60px;
}

.site-description h1 {
    margin-top: 20px;
    font-size: 3em;
}

.search-header {
    margin-top: 30px;
}

.navbar {
    background-color: #E9E9E9;
}

.panel {
  border-radius: 0px;
}

@media (max-width: 700px) {
.site-description h1 {
    margin-top: 0px;
    font-size: 2em;
    display: none
}
}
@media (max-width: 700px) {
  .logo {
    display: inline-block;
}
}

.post {
    border-radius: 0px;
}

.phpbb_announcement {
    border-radius: 0px !important;
}

.postprofile .avatar img {
    border-radius: 50%;
}

.profile-avatar img {
    border-radius: 50%;
}

a.header-avatar img {
    border-radius: 50%;
}

.bildrechts {
  margin: 15px;
}

.bildlinks {
  margin: 15px;
}

.avatar {
  border-radius: 50%;
}