#masthead {
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
}

/* Janusz Bygg AB */
.site-title {
	font-family: cairo;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 20px;
	text-transform: uppercase;
	text-shadow: 0px 0px 0 rgba(0,0,0,0);
	
	display: inline-block;
	position: relative;
	top: -20px;
	left: 0px;
	background-color:#FFFFFF;
	background-size: 1200px 500px;
	border-radius: 10px;
}

/* Vi bygger bäst i Stockholm */
.site-description {
	font-family: quattrocento;
	color: #C0C0C0;
	font-style: normal;
	margin-bottom: 3em;
	margin-top: .5em;
	opacity: 0.0;
	text-transform: uppercase;
}

/* Meny */
.main-navigation {
	background: rgba(192,192,192,0.8);
}

.site-navigation a {
    font-size: 13px;
    color: #FFFFFF;
		font-family: cairo;
		font-weight: 600;
}

.site-navigation a:hover {
    background-color: #f0ad4e;
    color: #FFFFFF;
}

.site-navigation a:focus {
    background-color: #f0ad4e;
    color: #FFFFFF;
}

/* second level - dropdowns */
.main-navigation ul ul a {
    background-color: #C0C0C0;
}

.main-navigation ul ul a:hover {
    background-color: #f0ad4e;
}

/* Aktivera nedan om du vill ändra text på "menu" på liten skärm:

   .menu-toggle {
	  visibility: hidden;
}

.menu-toggle:after {
    content:'meny'; 
    visibility: visible;
		background: none;
		border: 1px solid transparent;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		color: #444;
		cursor: pointer;
		display: block;
		font-size: 13px;
		line-height: 1.5;
		margin: auto;
		padding: 13px;
		text-align: center;
		text-transform: uppercase;
		text-shadow: none;
}
*/

/* Ändra bakgrundsfärg och text align på meny på liten skärm: */
.main-navigation.open-menu .menu {
		background-color: #f0ad4e;
	  text-align:center;
	}

/* Göm footer */
.site-info { display: none; }