/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
	color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
	color: #fff;
	text-shadow: none; /* Prevent inheritance from `body` */
	background-color: #0181bd; /*#7fd6f6;*/
	border: .05rem solid #00aeef;
}

.btn-secondary:hover,
.btn-secondary:focus {
	border: .05rem solid #7fd6f6;
}


/*
 * Base structure
 */

html,
body {
	height: 100%;
	background-color: #f9f9f9;
}

body {
	display: -ms-flexbox;
	display: flex;
	color: #333;
	/*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
	/*box-shadow: inset 0 0 2rem rgba(0, 0, 0, .25);*/
}

.cover-container {
	/*max-width: 42em;*/
	margin-right: auto;
	margin-left: auto;
}


/*
 * Header
 */
.masthead {
	margin-bottom: 2rem;
}

.masthead-brand {
	margin-bottom: 0;
}

.nav-masthead .nav-link {
	padding: .25rem 0;
	font-weight: 300;
	color: #404040;
	color: rgba(64, 64, 64, .75);
	background-color: transparent;
	border-bottom: 2px solid transparent;
}

/*
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
	background-color: transparent;
	border-bottom-color: #404040;
	border-bottom-color: rgba(64, 64, 64, .75);
}
*/

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
	background-color: transparent;
	border-bottom-color: #00aeef;
	border-bottom-color: rgba(0, 174, 239, 1.0);
}

.nav-masthead .nav-link + .nav-link {
	margin-left: 1rem;
}

.nav-masthead .active {
	color: #00aeef;
	border-bottom-color: #00aeef;
}

@media (min-width: 768px) {
	.masthead-brand {
	float: left;
	}
	.nav-masthead {
	float: right;
	}
}

.tabshow {}


/*
 * Cover
 */
.cover {
	padding: 3.5rem 1.5rem;
}
.cover .btn-lg {
	padding: .75rem 1.25rem;
	font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
	color: #0181bd;
}