/* Header */
.header_row {
	font-family: 'Cutive Mono';
}
.headerline {
	position: relative;
	top: -40px;
}

/* Navigation */
.navbar {
	padding: 0;
}
.moduletable_menu {
	margin-top: 0.7rem;
}
.nav li {
	display: inline-block;
	list-style: none;
}
.nav li:hover img {
	opacity: 0.6;
}
.nav img {
	transition: all 0.5s ease;
}
.nav li a {
	display: block;
}
.navbar-toggler {
	float: right;
}
.menutitle {
	max-width: calc(100% - 60px - 1rem);
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
}

/* Content */
.content {
	font-family: 'Questrial';
	color: #212529;
}
.item-page hr {
	border-top: 1px solid rgba(0, 0, 0, 0.8);
}

.rsform-submit-button {
	background-color: #c2b59b;
	color: #ffffff;
	cursor: pointer;
	font-family: 'cutive-monoregular';
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 19px;
	padding: 6px 12px;
	text-transform: uppercase;
	border: 1px dashed white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: hand;
	cursor: pointer;
}
.rsform-submit-button:hover {
	background-color: #90368d;
	color: #ffffff;
	border: 1px dashed white;
}

/* Footer */
.footer {
	font-family: 'Cutive Mono';
	text-align: center;
}

.portfolio h2 a {
	word-wrap: anywhere;
	hyphens: auto;
}

.portfolio img {
	max-width: 100%;
	object-fit: contain;
	padding: 5px;
}

.portfolio .border-bottom {
	border-bottom: 2px dashed #dee2e6 !important;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}