body {
	font-size: 16px;
}

h1,h2,h3,h4,h5 {
	font-family: 'Roboto', serif;
}

img {
	max-width: 100%;
}

h1.extra-light, 
h2.extra-light, 
h3.extra-light,
p.extra-light,
span.extra-light {
	font-weight: 100;
}

.light-italic {
	font-weight: 300;
	font-style: italic;
}

.big-italic {
	font-size: 5em;
	font-weight: 700;
	font-style: italic;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-700 {
	font-weight: 700;
}

#welcome-header {
	font-weight: 300;
	font-style: italic;
}

.jumbotron {
	background: url("../images/v1/Hero_BG.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: white;
	overflow: hidden;
}

.mw-30 {
	max-width: 30%;
}

.mw-28 {
	max-width: 28%;
}

.title-line-left {
	height: 80px;
	margin-left: -120px;
	width: 100px;
}

.title-line {
	height: 80px;
	width: 10%;
	max-width: 100px;
}

.title h1 {
	vertical-align: -webkit-baseline-middle;
}

.jumbotron .logo {
	height: 60px;
}

.light-section {
	background-color: white;
	color: black;
}

.dark-section {
	background: black;
	color: white;
}

#exclusive-xl {
	left: 370px;
	position: relative;
	top: -313px;
	width: 450px;
}

#exclusive-lg {
	left: 280px;
	position: relative;
	top: -313px;
	width: 450px;
}

#exclusive-md {
	left: 160px;
	position: relative;
	top: -337px;
	width: 450px;
}

#service-text {
	margin-top: -400px;
}

#mobile-service {
	margin-top: -75px;
}

#onelove {
	background: url('../images/onelove_poster.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% center;
	height: 400px;
	margin-bottom: 40px;
}

.photo-section img {
	transition: background 0.5s linear;
	width: 100%;
}

#one-love-photo .ol-photo {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% center;
	object-fit:cover;
	min-height: 416px;
	height: 100%;
	width: 100%;
}

#ol1 {
	background-image: url('../images/v1/onelove/ol1bw.jpg');
}

#ol2 {
	background-image: url('../images/v1/onelove/ol2bw.jpg');
}

#ol3 {
	background-image: url('../images/v1/onelove/ol3bw.jpg');
}

#ol4 {
	background-image: url('../images/v1/onelove/ol4bw.jpg');
}

#ol1.color {
	background-image: url('../images/v1/onelove/ol1.jpg');
}

#ol2.color {
	background-image: url('../images/v1/onelove/ol2.jpg');
}

#ol3.color {
	background-image: url('../images/v1/onelove/ol3.jpg');
}

#ol4.color {
	background-image: url('../images/v1/onelove/ol4.jpg');
}

.logo-goldenvoice {
	background: black;
	height: 70px;
	text-align: center;
	padding-top: 16px;
	width: 210px;
}

.logo-goldenvoice img {
	width: 85%;
}

.logo-splash {
	background: white;
	height: 70px;
	text-align: center;
	width: 210px;
}

.logo-day {
	background: white;
	height: 70px;
	text-align: center;
	padding-top: 14px;
	width: 210px;
}

.partner-logo {
	max-width: 100%;
	max-height: 100%;
}

.full-photo {
	height: 100%;
	width: 100%;
}

.small-card-left {
	background: white;
	border-radius: .5rem 0 0 .5rem;
	color: black;
	min-height: 550px;
	
}

.small-card-center {
	background: white;
	border: solid 1px black;
	border-radius: .5rem;
	color: black;
	min-height: 610px;
}

.small-card-right {
	background: white;
	border-radius: 0 .5rem .5rem 0;
	color: black;
	min-height: 550px;
}

.small-card-many {
	background: white;
	border: solid 1px black;
	border-radius: .5rem;
	color: black;
	min-height: 600px;
}

@media (max-width: 767px) { 
	.small-card-left {
		border-radius: .5rem;
	}

	.small-card-center {
		border-radius: .5rem;
	}

	.small-card-right {
		border-radius: .5rem;
	}
}

#includes-header {
	font-weight: 300;
	font-style: italic;
	font-size: .75rem;
}

.header-line img {
	min-height: 1px;
}

.header-large h1 {
	font-size: 3rem;
	vertical-align: middle;
}

.carousel-inner .header-large h1 {
	font-size: 2.7rem;
	vertical-align: middle;
}

#contact {
	max-width: 500px;
	margin: 0 auto;
}

input.form-control,
input.form-control:focus,
textarea.form-control,
textarea.form-control:focus {
	background-color: black;
	border: solid 2px white;
	border-radius: 0 !important;
	color: white !important;
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	margin-bottom: .75rem;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
	color: white;
}

a.btn-vip,
button.btn-vip {
	background: none;
	border: solid 2px white;
	border-radius: 0 !important;
	color: white !important;
	font-family: 'Roboto';
	font-weight: 700;
}

.btn-vip:active,
.btn-vip:hover {
	background: none;
	border: solid 2px white;
	border-radius: 0 !important;
	color: white !important;
	font-family: 'Roboto';
	font-weight: 700;
}

.white-slash {
	width: 45px;
}

#onelove {
	background: url('../images/onelove_poster.jpg') no-repeat center;
	background-position: 50% 35%;
	height: 400px;
	margin-bottom: 40px;
}

a.nav-item {
	color: black !important;
	font-family: 'Roboto', serif;
	font-weight: 700;
	font-size: 1.25em;
}

#splashhouse {
	background: url('../images/splashhouse.png') no-repeat center;
	background-position: 50% 35%;
	background-size: cover;
	height: 400px;
}

#dayclub {
	background: url('../images/v1/dayclubposter.jpeg') no-repeat center;
	background-position: 50% 0%;
	background-size: cover;
	height: 400px;
}

