.submenu {
    position: fixed;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 900;
}
@media screen and (max-width: 900px) {
	.submenu {
		display: none;
	}
}
.submenu a{
    display: table;
	margin: 10px 45px;
    padding: 0;
	color: #182022;
	/*text-shadow: 2px 2px 4px rgba(0,0,0,0.5);*/
    text-decoration: none;
    cursor: pointer;
	font-size: 28px;
	line-height: 28px;
    transition: 0.2s;
}
.submenu a:hover {
    background: none;
	color: #3d9;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translate(-50%,0);
    }
    40% {
        transform: translate(-50%,-20px);
    }
    60% {
        transform: translate(-50%,-10px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translate(-50%,0);
    }
    40% {
        -webkit-transform: translate(-50%,-20px);
    }
    60% {
        -webkit-transform: translate(-50%,-10px);
    }
}
.bounce {
    @include animation(bounce 2s infinite);
}
.downarrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.downarrow img{
    width: 50px;
    height: 50px;
}
h2 {
	font-size: 40px;
	text-align: center;
}
@media screen and (max-width: 500px) {
	h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 320px) {
	h2 {
		font-size: 24px;
	}
}
[class*="section"] {
	position: relative;
}
/*------------rubrik------------------------------------*/
.rubrik {
	min-height: 0;
	padding: 50px 5% 20px 5%;
	background: white;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.textshadow {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
/*------------infoRuta------------------------------------*/
.infoRuta {
	padding: 100px 5% 160px 5%;
	margin: auto;
	max-width: 700px;
	text-align: left;
}
.infoRuta a {
    text-decoration: none;
    color: #c26;
    word-break: break-all;
}
a.green.page {
    color: black;
}
.infoRuta a:hover {
    text-decoration: underline;
}
.whitebox {
    background: rgba(255,255,255,0.9);
    color: black;
    padding: 50px 5%;
}
.blackbox {
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 50px 5%;
}
/*------------section 1---------------------------------*/
.post h2 {
    text-align: left;
    font-size: 28px;
    color: #3d9;
}
/*------------section 2---------------------------------*/
.section2 {
	background-image: url(/bilder/rsz_uros-jovicic-322314.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: bottom center;
}
/*------------section 3---------------------------------*/
.section3 {
	background-image: url(/bilder/bild3.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;
}
/*------------section 4---------------------------------*/
.section4 {
	background-image: url(/bilder/rsz_deanna-ritchie-227649.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;
}
/*------------section 5---------------------------------*/
.section5 {
	background-image: url(/bilder/kladkod.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;
}
/*------------section 6---------------------------------*/
.section6 {
	/*background-image: url(/bilder/blue.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;*/
}
/*------------Alla---------------------------------*/
@media screen and (max-width: 800px) {
	[class*="section"] {
		background-attachment: scroll;
		background-size: auto;
	}
}
