a,
a:focus,
a:hover {
	color: #fff;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
	color: #fff;
	text-shadow: none;
	background-color: #203B80;
	border: .05rem solid #fff;
}

.windows,
.windows:hover,
.windows:focus {
	color: #fff;
	text-shadow: none;
	background-color: #203B80;
	border: .05rem solid #fff;
}

.macos,
.macos:hover,
.macos:focus {
	color: #fff;
	text-shadow: none;
	background-color: rgb(65, 65, 65);
	border: .05rem solid #fff;
}

html {
	height: 100%;
}

html,
body {
	background-color: rgb(255, 255, 255);
}

body {
	min-height: 100%;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 5rem rgba(0, 0, 0, .2);
}

p {
	color: #203B80;
	text-shadow: none;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bd-placeholder-img-lg {
	font-size: 3.5rem;
}

.cover-container {
	max-width: 42em;
}

.logo {
	width: 20rem;
	margin-top: 5rem;
	margin-bottom: 2rem;
}

.cover {
	padding: 0 1.5rem;
}

.cover .btn-lg {
	padding: .75rem 1.25rem;
	font-weight: 700;
}

.mastfoot {
	color: rgba(255, 255, 255, .5);
}