html, body {
	height: 100%;
}

.background {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	background-color: lightgrey;
	background-image: url(../images/bg1.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	filter: blur(5px);
}

.full-content {
	position: absolute;
	left: 0;
	right: 0;
}

.container {
	background-color: white;
}

.header {
	/*color: white;
	background-color: red;
	background-image: url(../images/bg2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 35%;*/
}

.logo {
	margin-top: 48px;
	padding: 0;
}

.logo img {
	width: 100%;
}

/*.logo {
	font-size: 5em;
}

.logo a {
	color: white;
}

.logo a:hover {
	text-decoration: none;
}*/

.navbar {
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid lightgrey;
}

.nav-item:hover {
	background-color: red;
}

.navbar-expand-lg .navbar-nav .nav-link:last-child {
	border-right: none;
}

.server-address {
	margin: 20px 0;
	padding: 15px;
	border-radius: 15px;
	background-color: #f8f9fa;
	font-weight: bold;
	text-align: center;
}

.content {
	padding: 20px;
}

h1 {
	font-size: 1.5em;
}

.content p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.contact-list {
	list-style-type: none;
}

.footer {
	color: white;
	background-color: red;
	text-align: center;
}

.footer img {
	height: 150px;
	max-width: 100%;
}

@media screen and (min-width: 992px) {
	.navbar {
		height: 40px;
	}
}

/*@media screen and (min-width: 1200px) {
	.header {
		background-position: center 30%;
	}
}*/
