/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			pycode
	Based on style:		prosilver (the default phpBB 3.2.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		anceban ( http://www.github.com/danceban )
    --------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url("base.css?hash=7c5543be");
@import url("buttons.css?hash=56f0d25f");
@import url("colours.css?hash=ebe7fbee");
@import url("common.css?hash=a9741ba1");
@import url("content.css?hash=d0e24377");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("links.css?hash=18286e16");
@import url("normalize.css?hash=a9d1d9d0");
@import url("responsive.css?hash=91525548");
@import url("utilities.css?hash=d8f72c42");  

.site_logo {
	background-image: url("./images/LogoDarkGreen.png");
	width: 312px;
    height: 90px;
    
}
    
.site-description h1, 
.site-description p {
    display: none !important;
}

.custom-box .custom-button {
    background-color: #ff0000; /* Your desired button color */
    color: #000000; /* Text color */
    border: none;
    padding: 6px 12px; /* Button padding */
    font-size: 12px; /* Font size */
    cursor: pointer;
}

.custom-box .custom-button:hover {
    background-color: #cc0000; /* Hover color */
}
