/* Width for header only
body.responsive.layout-full #page-wrapper .site-header .full-container {
  max-width: 70% !important;
} */

/* Vantage true full page width adjustment (Including header and footer) */
body.responsive.layout-full #page-wrapper .full-container {
	max-width: 85% !important;
}

/* Show website pages in footer horizontally instead of vertically */
#footer-widgets li {
 	display: inline-block;
  float: none;
  margin-right: 16px;
}

/* Colour of the website name text in the upper-right corner of the header */
#masthead .hgroup h1 {
  color: #ffc526;
}

/* Colour of the website name text undertitle in the upper-right corner of the header */
.widget_headline-widget h3 {
	color: #ffc526; 
}

/* Header Padding */
header#masthead .hgroup {
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}

/* OBSOLETE: Make sure that the website logo looks good on mobile devices too (E.g. not too big for the tiny screens) */
.custom-logo {
  max-width: 450px;
  min-width: 240px;
  width: 100%;
}

/* Make sure that the logo image (widget in header) doesn't look too small on mobile devices) */
.sow-image-container {
  min-width: 250px;
}

/* Fix widget area overlapping with page content when the screen size becomes smaller
#secondary.widget-area {
	min-width: 300px;
} */

/* Prevent a yellow box when a Google Adsense container has no ad to serve (or yellow box around an ad). */
.adsbygoogle {
	background: #F4D5BA  !important; /* Default salmon background colour of website */
}

/* Bonsoir, friend.
* {
	color: #2aff00 !important;
  background-color: #000000;
}

#main { 
  background-position: right bottom !important;
  background-repeat: repeat-y !important;
  background-attachment: scroll !important;
}

#secondary.widget-area {
	background-color: rgba(0,0,0,0.3) !important; 
}

#mcserverstatus-2.widget.widget_mcserverstatus {
  background-color: rgba(0,0,0,0.3) !important; 
}
*/