.masthead {
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bgimage {
	background-image: url('../images/pfaffinger_veronika.jpg');
}

#liame {
	unicode-bidi:bidi-override;
	direction: rtl;
	cursor: pointer;
}

a, a:hover, a:focus {
	text-decoration: none;
	color: #212529;
}

a.linkstyle {
	text-decoration: underline;
	color: #212529;
}

div.row {
	padding: 10px 0 10px 0;
}

body {
	/*line-height: 2.5;*/
}
