body {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #484848;
	text-decoration: none;
}

a:visited {
	color: #484848;
	text-decoration: line-through;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.background-img-1 {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #F4F4F4;
	background-size: cover;
	background-repeat: repeat-y;
	background-position: center;
	z-index: -2;
}

.background-img {
	position: fixed;
	filter: blur(5px);
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #F4F4F4;
	background-size: cover;
	background-repeat: repeat-y;
	background-position: center;
	z-index: -1;
}

.header {
	z-index: 1;
	height: 90px;
	width: 100%;
	min-width: 280px;
	overflow-x: hidden;
	background-color: rgba(255, 255, 255, 0.7);
}

.logo {
	width: 37vh;
	height: 5vh;
	min-height: 40px;
	max-height: 50px;
	max-width: 370px;
	min-width: 280px;
	padding-top: 25px;
	padding-left: 20px;
}

.nav_container {
	min-height: calc(100vh - 180px - 3vh);
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 3vh;
	display: flex;
	flex-direction: row;
	justify-items: baseline;
	justify-content: space-around;
	align-items: baseline;
	align-content: center;
	flex-wrap: wrap;
}


.nav_card {
	display: block;
	width: 25rem;
	min-width: calc(280px - 8vh);
	margin: 5px;
	margin-top: 20px;
	padding: 15px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	border: rgba(255, 255, 255, 0.0) 1.5px solid;
	color: #303030;
}


.nav_card:hover {
	border: rgba(255, 255, 255, 1) 1.5px solid;
	box-shadow: rgba(200, 200, 200, 0.5) 2px 0px 5px;
	transition: all 0.2s;
}


.nav_card_header {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: x-large;
	font-weight: bold;
}


.nav_card_content {
	text-align: left;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	font-size: medium;
}

.nav_card_qrcode {
	text-align: center;
	padding: 10px;
}


.footer {
	width: 100%;
	height: 90px;
	min-width: 280px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
}

.footer_container {
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
	color: #303030;
	padding-bottom: 15px;
	line-height: 30px;
}
