#sisalto1 {
    height:100%;
    display:block;
    position:relative;
}

a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration:none;
}

.omakuva {
    display:block;
    border-color: #ffffff;
    border-width: 1vw;
    border-style:solid;
    margin-top: -4vw;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    box-shadow: 0 0.5vw 1vw -0.2vw gray; /* dropshadow bannerin alareunassa */
}

#kontiola {
	display:block;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
	margin-top: 10px;
	color: #E40C2B;
	font-size: 5vw;
	text-decoration: underline;
}

.flex-containeri {
    display: flex;
    text-align: center;
    line-height: 12vw;
    font-family:'Sacramento', cursive; /* Google-fontti, kursiivi vaihtoehtona */
    font-size: 4vw;
    margin-bottom: 0vw;
    margin-right:auto;
    margin-left:auto;
    justify-content: center;
    overflow: hidden;
}

.flex-child {
    white-space:nowrap;
    overflow:hidden;

}

#navi1 {
    margin-right: 2vw;
    margin-left: 0.5vw;
    color: #3CBCC3;
    text-decoration: underline;
}

#navi1:hover {
    transform: scale(1.1);
} 

#navi2 {
    margin-right: 15px;
    color: #438945;
    text-decoration: underline;
}

#navi2:hover {
    transform: scale(1.1);
} 

#navi3 {
    margin-right: 15px;
    color: #EBA63F;
    text-decoration: underline;
    overflow: hidden;
}

#navi3:hover {
    transform: scale(1.1);
} 

#navi4 {
    margin-right: 5px;
    color: #E40C2B;
    text-decoration: underline;
    overflow:hidden;
}

#navi4:hover {
    transform: scale(1.1);
} 

@media only screen and (max-width: 640px) {
	
#sisalto1 {
	width: 100%;
    height: 180vw;
}

.omakuva {
    width: 95%;
	margin-top: -9vw;
}
	
.flex-containeri {
	flex-direction: column;
    line-height: 20vw;
    font-size: 12vw;
	margin-top: -5vw;
}

#navi1 {
	text-decoration: none;
}
	
#navi2 {
    text-decoration: none;
} 

#navi3 {
    text-decoration: none;
	}

#navi4 {
    text-decoration: none;
}
	
#kontiola {
		font-size: 30px;
		margin-top: 20px;
		margin-bottom: 20px;
}	
}

@media only screen and (min-width: 641px) {
	
#sisalto1 {
	width: 75%;
    height: 60vw;
	margin-right:auto;
	margin-left:auto;
}

.omakuva {
    width: 95%;
	margin-top: -8vw;
}
	
.flex-containeri {
	flex-direction: row;
    line-height: 19vw;
    font-size: 3.5vw;
	margin-top: -5vw;
}

#navi1 {
	text-decoration: none;
	margin-right: 40px;
}

#navi2 {
    text-decoration: none;
	margin-right: 40px;
} 

#navi3 {
    text-decoration: none;
	margin-right: 40px;
}

#navi4 {
    text-decoration: none;	
}
	
#kontiola {
	font-size: 30px;
	margin-top: 20px;
}	
}