body {
	padding: 0;
	/*font-family: initial;*/
	/*font-family: 'Poiret One', cursive;*/
	font-family: 'Josefin Sans', sans-serif;
}

/*// Center texts in mobile view //*/
.header,
.footer {
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
}

.header {
	background: url(/assets/img/grain.png) repeat;
}

.footer {
	background-color: rgba(65, 116, 193, 1);
	color: white;
	padding-top: 19px;
	padding-bottom: 19px;
	border: 0;
}

.bold {
	font-weight: bold;
}

.footer p {
	margin: 0;
}

.nav>li {
	display: inline-block;
}

.nav>li>a {
	border-radius: 0;
	color: black;
}

.nav>li.active>a,
.nav>li.active>a:focus,
.nav>li.active>a:hover {
	background-color: rgba(65, 116, 193, 0.8);
	color: white;
}

.page-title {
	font-weight: 300;
}

.header .brand {
	/* width: 100%; */
	/* display: block; */
}

.header .brand>img {
	width: 350px;
	/* text-align: center; */
	/* display: inline-block; */
	transition: width 0.2s ease-out;
}

.fagomraade .fag {
	height: 300px;
	position: relative;
}

.fagomraade .fag .titel {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	font-size: 1.8em;
	font-weight: bold;
	color: white;
	background-color: rgba(65, 116, 193, 0.8);
	font-weight: lighter;
}

.omraade-introduktion .omraade {
	height: 400px;
	position: relative;
}

.reflexologi {
	background: url(/assets/img/reflexology.jpg) no-repeat;
	background-size: cover;
}

.feet-on-beach {
	background: url(/assets/img/feet-on-beach.jpg) no-repeat;
	background-size: cover;
	background-position: bottom;
}

.skomageri-arbejde {
	background: url(/assets/img/skomageri.jpg) no-repeat;
	background-size: cover;
	background-position: bottom;
}

.profile-pic {
	position: absolute;
	left: 70px;
	top: 230px;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	border: 2px solid white;
	background: url(/assets/img/conny.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.feet-on-green-grass {
	background: url(/assets/img/fodterapi-lighter.jpg);
	background-size: cover;
	background-position: bottom;
}

.kontakt {
	background: url(/assets/img/Contact.jpg) no-repeat;
	background-size: cover;
}

.priser {
	background: url(/assets/img/penge.jpg) no-repeat;
	background-size: cover;
}

.blue {
	background-color: rgb(65, 116, 193);
}

.light-blue {
	background-color: rgba(65, 116, 193, 0.8);
}

.omraade-introduktion .omraade .titel, 
.omraade-introduktion .omraade .beskrivelse {
	padding-top: 15px;
	padding-bottom: 15px;

	color: white;
}

.h1, h1 {
	font-size: 26px;
}

.h2, h2 {
	font-size: 20px;
}

.omraade-introduktion .omraade .titel {
	height: 70px;

	font-size: 2.1em;
	font-weight: bold;
}

.omraade-introduktion .omraade .beskrivelse {

	font-size: 1.4em;
}

.brod-tekst {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #444444;
}

.brod-tekst p {
	margin: 0 0 15px;
	font-size: 1.2em;
}

.skomageri {
	background: url(/assets/img/skomageri.jpg) no-repeat;
	background-size: cover;
}

.fodterapi {
	background: url(/assets/img/feet-on-beach.jpg) no-repeat;
	background-size: cover;
	background-position: bottom;
}

.image-conny-udo {
  	width: 100%;
}

.big-text-block h4 {
	color: #4174c1;
	font-size: 24px;
}

.big-text-block p {
	color: black;
	font-size: 25px;
}

.col-description {
	font-size: 12px;
	color: #888;
}

.fodbehandling-fodtoj {
  color: white;
}

.fodbehandling-fodtoj h4 {
	font-size: 24px;
}

.fodbehandling-fodtoj p {
	font-size: 20px;
}

.hvor-er-vi {
	padding-left: 0;
	padding-right: 0;

	/* Is this neccessary? Force height same as iframe */
	height: 300px;
}

.hvor-er-vi-detaljer {
	color: white;
}

.hvor-er-vi-detaljer h4 {
	font-size: 24px;
	font-weight: 300;
}

.hvor-er-vi-detaljer p {
	font-size: 20px;
}

.block-vertical-top-padding {
	padding-top: 45px;
}

.block-vertical-bottom-padding {
	padding-bottom: 45px;
}

.block-vertical-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {

	.header .nav {
		display: table-cell;
		vertical-align: middle;
	}

	.header .nav-brand {
		display: table;
		/* margin-left: 20px; */
		height: 90px;
		vertical-align: middle;
	}

	.header {
		text-align: left;
	}

	.header .brand {
		height: 90px;
		z-index: 11;
	}

	.header .brand>img {
		width: 240px;
		z-index: 10;
	}

	.block-vertical-padding {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.fagomraade .fag {
		height: 400px;
		display: inline-block;
		width: 50%;
	}

	.about-us h4 {
		color: #4174c1;
		font-size: 28px;
	}

	.about-us p {
		color: black;
		font-size: 24px;
	}

}


@media screen and (min-width: 992px) {


	.header .brand>img {
		width: 290px;
		z-index: 10;
	}
}

.page {
}

/* Animations */
.ng-enter {
	position: absolute;
	z-index: 8888;
	opacity: 0;
	left: 15px;
	right: 15px;
}

.ng-leave {
	position: absolute;
	z-index: 9999;	
	left: 15px;
	right: 15px;
}

@keyframes fadeOut {
    to      { opacity: 0; }
}

@keyframes fadeIn {
    from    { opacity: 0; }
    to      { opacity: 1; }
}