/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.text-logo {
    box-sizing: border-box;
    color: #aaaaaa !important;
    font-family: "Segoe UI", "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 25.6px;
    font-weight: 700;
    line-height: 25.6px;
    margin-bottom: 0px;
    margin-left: 10px !important;
    margin-right: 0px;
    margin-top: 10px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: rgb(255, 255, 255);
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-transform: lowercase
}

.text-logo:hover {
	color: white !important;
}

.text-logo-light {
    font-weight: 300;
}

@media (max-width: 420px) {
	.text-logo {
		font-size: 20px;
	}
}

a.navbar-icon {
	font-size: x-large;
	color: #aaaaaa;
	text-align: right;
	padding-left: 10px;
}

a.navbar-icon:hover {
	color: white;
	cursor: pointer;
}

.navbar-mvo {
	min-height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.nav-container-mvo {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.mvo-container {
	margin-top: 12px;
}

.mvo-event-date {
	margin-top: 8pt;
	margin-bottom: 0pt;
	font-size: 11pt;
}

.mvo-event-title {
	margin-top: 0pt;
	margin-bottom: 1pt;
	font-weight: 600;
}

.mvo-event-shorttext {
	font-size: 11pt;
}

.mvo-img-max {
	max-width: 800px;
}

/* @media (max-width: 768px) { .nav-buttons-right { position: absolute; right: -4px; }}
@media (min-width: 768px) { .nav-buttons-right { position: absolute; right: 10px; }}
@media (min-width: 992px) { .nav-buttons-right { position: absolute; right: 15px; }}
@media (min-width: 1200px) {.nav-buttons-right { position: absolute; right: 30px; }} */

@media only screen and (min-width: 800px) {
	.jumbotron {
		width: 696px;
	}
	.div-centered {
		position: absolute;
		left:50%;
		transform: translate(-50%);
	}
}
