/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
	max-width: 100%;
    align-items: center;
    background: url(img/harty-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;  
	position: relative;
}

.cover-container:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;	
}

.img--logo{
	width: 100%;
	margin: auto;
	margin-bottom: 10%;
}

.img--logo img{
	width: 400px;
}

.zzz{
	z-index: 10;
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
    top: 50% !important;
    position: absolute;
    transform: translateY(-50%);
    width: 50%;
    margin: auto !important;
	z-index: 10;
}

footer{
	z-index: 1;
	color: #fff !important;
}

footer a{
	color: #fff !important;
}

.lead {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
}

/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

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

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

	@media (max-width: 811px){

		.lead {
			font-size: 1rem !important;
			font-weight: 400 !important;
		}	
	
		.img--logo{
			width: 100%;
			margin: auto;
			margin-bottom: 30%;
		}
		
		.px-3 {
			width: 70%;
		}
		
		.img--logo img{
			width: 200px;
		}
	
	}
