/*
Theme Name: saoe.net

2023-07-25: This file ("large.css") is based on/is a copy of the original "style.css" for now.
            It overrides certain values from the base CSS when applied.

-- Sascha Offe
*/

/* ---------------- Header & General Layout ---------------- */

body
{
	background-image: url("/images/background_textured-light-gray.png");
}

#page
{
	font-size: 1rem;
	min-width: 800px;
	max-width: 1200px;
	margin: 0 auto; /* Centers the div. */
	box-shadow: 4px 4px 16px grey ; /* offset-x | offset-y | [blur-radius] | [spread] | [color]  */
}

header#masthead .site-description
{
	font-size: 2.5em;
}

/* ---------------- The main navigation bar on top. ---------------- */

.main-navigation ul.nav-menu li
{
	font-size: 1.5em;
}

/* ---------------- Search Page------------------------------------------------------------------ */

 input[type="text"]#custom-search-field
 {
     width: 50%;
 }