body {
	font-family: 'Raleway';
}

main.jarallax {
	background: url('/i/hero_screened.jpg');
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#logo-row {
	height: auto;
	background: center top url('/i/uxworks-full.png') no-repeat;
	padding-top: 250px;
}

#hero div h1 {
	padding-top: 50px;
	font-family: 'Varela Round';
	font-weight: 500;
	font-size: 80px;
	line-height: 1;
}

#hero div h2 {
	padding: 20px 0;
	font-family: 'Varela Round';
	font-weight: 300;
	font-size: 60px;
	line-height: 1;
}

#hero div h1 small {
	padding: 20px 0;
	display: block;
	font-size: 40px;
}

.btn {
	text-shadow: none;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9em;
	}
	
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #F15A24 !important;
    border-color: #efefef;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
    background-color: #009245 !important;
    border-color: #efefef;
}

.btn-info, .btn-info:hover, .btn-info:active, .btn-info:visited {
    background-color: #0071BC !important;
    border-color: #efefef;

}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
    background-color: #93278F !important;
    border-color: #efefef;
}

.navbar {
	height: 56px;
	padding: 0 3em;
	font-family: 'Open Sans', sans-serif;
	background-color: #F15A24;
	font-size: 0.9em;
	box-shadow: 	0px 4px 3px rgba(0,0,0,0.4),
					0px 8px 13px rgba(0,0,0,0.1),
					0px 18px 23px rgba(0,0,0,0.1);
	}

.navbar-brand {
	background: url('/i/shield.svg') no-repeat;
	padding-left: 45px;
	padding-right: 20px;
	font-family: 'Varela Round';
	}

a.navbar-brand {
	color: #fff !important;
	}



h1 {
	font-family: 'Varela Round';
	}

h2, h3, h4, h5 {
	font-weight: 300;
	}

#blurbs {
	padding: 20px 0;
	font-size: 0.8em;
	width: 80%;
	line-height: 1.6em;
	}

h3.one {
	color:#009245;
	}

h3.two {
	color:#0071BC; 
	}

h3.three {
	color:#93278F; 
	}


#blurbs .lead {
	line-height: 1.6em;
	padding-bottom: 20px;
	}


html {
  font-size: 1rem;
}

#blurbs img {
	width: 64px;
	}

#brandsoup {
	padding-top: 30px;
}

#brandsoup img {
	width: 90px;
}

#brandsoup div {
	padding: 15px 0px;
	}

#wearelocal {
	height: 240px;
	background-image: url("/i/calgary_bg.jpg");
	background-position: center -40px;
}

#wearelocal h2 {
	padding-top: 200px;
	color: white;
	}

.page-footer {
	font-size: 80%;
	background-color: lightgrey;
	padding: 20px 0;
}

.page-footer h5 {
	font-weight: 500;
}


.footer-copyright {
	background-color: darkgrey;
	text-align: center;
	padding: 20px 0;
}

.footer a {
  color: white;
  font-size: 30px;
  padding: 0 20px;
}

.footer a:hover {
  color: white;
}


body.courses {
	margin-top: 96px;
}

body.courses .fixed-top {
}

.subnav {
	color: black;
	height: 40px;
    margin-top: 56px;
	background-color: darkgrey;
	box-shadow: none;
	border-bottom: 1px solid #7f7f7f;
}

.subnav ul li {
	font-size: smaller;
}


#training main {
	padding: 30px 0;
}
#training main img {
	width:66px;
}

#training main .row {
	padding-top:20px;
}

:target:before {
  content:"";
  display:block;
  height:110px; /* fixed header height*/
  margin:-110px 0 0; /* negative fixed header height */
}