html, body {
	height: 100%;
}

body {
	margin: 0;
	/* 
	background-image: url(/working/images/hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	*/  
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

.overscore {
    position: relative;
}

.overscore::after {
    border-bottom: 2px solid #555;
    content: " ";
    left: 0;
    position: absolute;
    top: -10px;
    width: 50%;
}


/* NAV STYLES ---------------------------------------------------------------- */

.nav {
	position: fixed;
	top: 0;
	width: 100%;
	border-radius: 0;
	z-index: 99;
	opacity: 1;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	background-color: #fafafa;
	padding: 15px 15px;
}

.nav small {
	font-weight: lighter;
}

.nav a {
	font-size: 1.2em;
	margin-right: 8px;
	color: #181818;
}

/* PORTFOLIO STYLES ---------------------------------------------------------------- */
#portfolio {
	padding-bottom: 100px;
	padding-top: 100px;
}

#portfolio .photo-frame img,
#portfolio .photo-frame iframe {
	max-width: 100%;
}

.video-frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}
  
.video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.card {
	border: none;
	margin-bottom: 1.25rem !important;
}

.card-columns { 
	column-count: 1; 
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.card-columns { column-count: 2; }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.card-columns { column-count: 3; }
}
