body{
	background-color: #2b2b2b;
}

#adminheadercontainer{
	padding-bottom: 6px;
    padding-top: 10px;
}

#home {
    background-color: #121212;
}

.logo_wrapper {
    margin-top: 4px!important;
}

.top-logo {
    max-height: 46px!important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ba0c0c;
}

.menyurl {
	background-color: transparent!important;
}

.site-btn {
    display: inline-block;
    background-color: #aa0000!important;
    color: white;
    padding: 5px 12px 5px 12px;
    border: none;
}

.kontakt-url {
    color: #ededed;
}

.kontakt-url:hover {
    color: gray;
}



/*Inställning för mobil*/
@media (max-width: 767px){
	
	#meny{
		background-color: #2b2b2b;
	}
	
	.navbar_ .nav > li {
    	border-top: 1px solid #555555;
	}
	
	.meny-bilder{
		margin-bottom: 15px;
	}
	.sektion-titel {
		font-size: 25px!important;
	}
	.sektion-text {
    	padding-bottom: 15px;
	}
	#toTop{
		margin-bottom: 85px;
	}
}

