@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900');

/* Basic Styles  */


html {
	color: #101820;
	font-size: 15px;

}

video {
	display:block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	object-fit: inherit;
}

.btn-link {
	color: #101820;
}

.bighead {
	background-image: url(http://gig.originacoustics.com/img/gigtopper.jpg);
	background-position: center;
	background-size: cover;
	min-height: 65vh;
}

@media screen and (max-width:768px){
	.bighead {
		min-height: 40vh;
	}
}

.hero {
	width: 100%;
}

@media screen and (max-width:750px){
	html{
	font-size:10px;
	}
}

.oablue {
	color: #7d9bc1;
}

.oadblue {
	color: #415464;
}

.oabrown {
	color: #caab79;
}

body, h1, h2, h3, h4, h5, h6, p, a, btn, btn-link {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}

a {
	color: #101820;
}

a:hover {
	text-decoration: none;
	color: grey;
}

a:active, a:visited {
	text-decoration: none;
	color: grey;

}

.bold {
	font-weight: 900;
}

p {
	font-size: 1em;
}

h1 { 
	font-size: 2.6rem;
}

h2 { 
	font-size: 1.6rem;
}


/* specific styles */