@font-face {
    font-family: Knockout;
    src: url("fonts/Knockout.otf") format("opentype");
}

@font-face {
    font-family: Prospectus;
    src: url("fonts/Prospectus.otf") format("opentype");
}

html,body {
	height:100%;
}

body {
	background: #1b242c;

}

h1 {
	font-family: Prospectus;
	font-size: 5em;
	line-height: 1em;
}

h1,p {
	color:#fff;
}

p,p.lead {
	font-family: Knockout;
	line-height: 1.0em;
	text-transform: uppercase;
	font-size: 2em;
}

a,a:hover {
	color:#fff!important;
}


.hor-bg-bars {
	background:url(img/hor-bg.png) .5rem 0rem;
	background-repeat: repeat-x;
}

.navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar {
	padding:0;
}

.navbar-brand {
	padding-top:0;
	padding-bottom:0;
}







.line {
  border-left: 1px solid #fff;
  height: 100px;
  position: relative;
  left: 50%;
  margin-left: -.5px;
  top: 0;
}

.h-100 {
	height:auto!important;
}

@media (min-width: 768px) {

	h1 {
		font-size: 7em;
	}

	.mt-n-118 {
		margin-top: -118px;
}
	.h-100 {
		height:100%!important;
	}
	.hor-bg-bars {
		background: none;
	}

	.ver-bg-bars {
		background:url(img/ver-bg.png);
		background-repeat: repeat-y;
		position: absolute;
    	top: 118px;
    	left: 0;
    	height: 100vh;
    	width: 100%;
	}
	.line {
		border-left:0;
		height:1px;
		width:100px;
		margin-left:-50px;
		
		border-top:1px solid #fff;
	}

	.mb-md-10 {
		margin-bottom:10rem!important;
	}
	.mt-md-10 {
		margin-top:10rem!important;
	}
}
	
