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

@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("colours.css");
@import url("imageset.css");

* { border-radius: 0 !important; }
#embedded_footer {
	height: 400px;
}
@media (max-width: 767px) {
	#embedded_footer {
		height: 720px;
	}
}
#embedded_header {
	height: 375px;
}
@media (max-width: 1199px) {
	#embedded_header {
		height: 345px;
	}
}
@media (max-width: 991px) {
	#embedded_header {
		height: 305px;
	}
}
@media (max-width: 767px) {
	#embedded_header {
		height: 150px;
	}
}
