html {
	position: relative;
}

body {
	margin-bottom: 0;
	padding-top: 70px;
}

@media (max-width: 768px) {
	body {
		padding-top: 50px;
	}
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #138F34;
  background-color: transparent;
}

.navbar-brand {
	padding-top: 1px;
}

.jumbotron {
	height: 860px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}

@media (max-width: 768px) {
	.jumbotron {
		height: 400px;
	}
}

.jumbotronsm {
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
}

.modal-body {
	padding-bottom: 0;
}

#down {
	margin-top: 300px;
	font-size: 5.3em;
}

@media (max-width: 768px) {
	#down {
		margin-top: 125px;
		font-size: 2.5em;
	}
}

#msi-logosm {
	margin-top: 5px;
}

#msi-logoxs {
	padding-bottom: 8px;
}

#msi-text {
	margin-top: 8px;
	padding-left: 5px;
}

#star {
	font-size: 5.3em;
}

@media (max-width: 768px) {
	#star {
		font-size: 2.5em;
	}
}