h1{
	font-weight: 900;
	text-transform: uppercase;
}
}
body{
	font-family: 'Raleway', sans-serif;
}
footer{
	bottom: 0px;
}
#yoda{
	height: 600px;
	overflow: hidden;
	background-image: url('../assets/img/harmony2.jpg');
	padding-top:165px;
	background-size: cover;
    background-position: bottom;
}
#teeta{
	height: 600px;
	overflow: hidden;
	background-image: url('../assets/img/tea4.jpg');
	padding-top:165px;
	background-position: center;
	background-position-y: -26px;
}
#vida{
	height: 600px;
	overflow: hidden;
	background-image: url('../assets/img/omvivi.jpg');
	padding-top:165px;
	background-position: center;
}
#parenta{
	height: 600px;
	overflow: hidden;
	background-image: url('../assets/img/pmto-midtjylland.jpg');
	background-position: top;
	padding-top:165px;
}
#samta{
	height: 600px;
	overflow: hidden;
	background-image: url('../assets/img/samta.jpg');
	background-position: center;
	padding-top:165px;
}
#viviprofil{
	border-radius: 0.3rem;
}
#service-map{
	background-image: url('../assets/img/kort.jpg');
	height: 553px;
	overflow: hidden;
	background-position: center;
}
@media (max-width: 765px){
	#service-map{
		background-position-x: -250px;
	}
}
.font-shadow{
	text-shadow: 0px 4px 3px rgba(0,0,0,0.1),
				 0px 8px 13px rgba(0,0,0,0.1),
				 0px 18px 23px rgba(0,0,0,0.1);
}
.animate-in {
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}
.animate-out {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}