*:focus {
	outline: none !important;
}
.jumbotron {
	margin-bottom: 0;
	background-color: #272C2E;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.jumbotron p:last-child {
	margin-bottom: 0;
}
.jumbotron-heading {
	font-weight: 400;
	color: #fff;
	letter-spacing: -1px;
}
@media (min-width: 992px) {
	.jumbotron .container {
		max-width: 60rem;
		height: 890px;
		margin-top: -30px;
	}
	.modal-open .screenshot {
		padding-left: -170px !important;
	}
	.modal-open {
		padding-right: 0 !important;
	}
	html {
		overflow-y: scroll !important;
	}
}
@media (max-width: 992px) {
	.jumbotron .container {
		max-width: 60rem;
		margin-top: -30px;
	}
}
.jumbotron a {
	color: #A4B0BE;
	text-decoration: none !important;
}
.jumbotron a:hover {
	color: #fff;
}
.jumbotron .btn {
	color: #fff;
}
.blue-bar {
	padding: 70px 0 0;
	background-color: #0164AD;
	overflow: hidden;
	position: relative;
}
.icon {
	font-size: 110px;
	color: #272C2E;
	margin-bottom: 10px;
	text-align: center;
}
.card {
	background-color: transparent !important;
	border: none !important;
}
.card-title {
	font-size: 25px;
}
.screenshot {
	width: 365px;
	height: 417px;
	background: url('../rvrmonitor.png') no-repeat;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
	margin: 0 auto;
	margin-top: -700px;
	margin-bottom: -85px;
}
.modal .modal-body {
	font-family: "Courier New", Courier, monospace;
	white-space: pre-wrap;
}
footer {
	padding-top: 2rem;
	padding-bottom: 3rem;
	background-color: #272C2E;
	height: 40px;
}
.modal-body {
	max-height: calc(100vh - 300px);
	overflow-y: auto;
	overflow-x: hidden;
}