body {
	font-family: 'Lato';
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Montserrat';
}
a:link {
	text-decoration: none;
	outline: none;
	color: rgb(51,51,51);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
a:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	outline: none;
	border : 0px;
	color: rgba(143,143,143,1.00);
}
a:hover {
	text-decoration: none;
	outline: none;
	border : 0px;
	color: rgb(204,204,204);
}
a:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	outline: none;
	border : 0px;
	color: rgb(204,204,204);
}
a:focus {
	-moz-outline-style: none;
	overflow: hidden;
}
hr.star-light, hr.star-dark {
	max-width: 15rem;
	padding: 0;
	text-align: center;
	border: none;
	border-top: solid 0.25rem;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
hr.star-light:after, hr.star-dark:after {
	position: relative;
	top: -.8em;
	display: inline-block;
	padding: 0 0.25em;
	content: '\f005';
	font-family: FontAwesome;
	font-size: 2em;
}
hr.star-light {
	border-color: #fff;
}
hr.star-light:after {
	color: #fff;
	background-color: #18BC9C;
}
hr.star-dark {
	border-color: #2C3E50;
}
hr.star-dark:after {
	color: #2C3E50;
	background-color: white;
}
section {
}
section h2 {
	font-size: 2rem;
	line-height: 2rem;
}

@media (min-width: 992px) {
section h2 {
	font-size: 2rem;
	line-height: 2rem;
}
}
.btn-xl {
	padding: 1rem 1.75rem;
	font-size: 1.25rem;
	background-color: rgba(24,188,156,1.00);
	border: solid;
	border-color: rgba(26,37,49,1.00);
	border-width: thin;
}
.btn-social {
	width: 3.25rem;
	height: 3.25rem;
	font-size: 1.25rem;
	line-height: 2rem;
}
.scroll-to-top {
	z-index: 1042;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.scroll-to-top a {
	width: 3.5rem;
	height: 3.5rem;
	background-color: rgba(33, 37, 41, 0.5);
	line-height: 3.1rem;
}
#mainNav {
	/* [disabled]padding-top: 1rem;
*/
	/* [disabled]padding-bottom: 1rem;
*/
	font-weight: 700;
	font-family: 'Montserrat';
}
#mainNav .navbar-brand {
	color: #fff;
}
#mainNav .navbar-nav {
	margin-top: 1rem;
	letter-spacing: 0.0625rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
	color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
	color: #18BC9C;
}
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
	color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active {
	color: #18BC9C;
}
#mainNav .navbar-toggler {
	font-size: 80%;
	padding: 0.5rem;
}

@media (min-width: 992px) {
#mainNav {
	/* [disabled]padding-top: 1rem;
*/
	/* [disabled]padding-bottom: 1rem;
*/
	-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
	-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
	transition: padding-top 0.3s, padding-bottom 0.3s;
}
#mainNav .navbar-brand {
	font-size: 2em;
	-webkit-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
	transition: font-size 0.3s;
}
#mainNav .navbar-nav {
	margin-top: 0;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
	color: #18BC9C;
	/* [disabled]background: #18BC9C;
*/
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
	color: #fff;
	/* [disabled]background: #18BC9C;
*/
}
#mainNav.navbar-shrink {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
#mainNav.navbar-shrink .navbar-brand {
	font-size: 1.5em;
}
}
header.masthead {
	position: relative;
	top: 0px;
	width: 100%;
}
header.masthead h1 {
	font-size: 3rem;
	line-height: 3rem;
}
header.masthead h2 {
	font-size: 1.3rem;
	font-family: 'Lato';
}

@media (min-width: 992px) {
header.masthead {
	padding-top: calc(6rem + 106px);
	padding-bottom: 6rem;
}
header.masthead h1 {
	font-size: 4.75em;
	line-height: 4rem;
}
header.masthead h2 {
	font-size: 1.75em;
}
}
.portfolio {
}
.portfolio .portfolio-item {
	/* [disabled]position: relative;
*/
	/* [disabled]display: block;
*/
	/* [disabled]max-width: 25rem;
*/
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
.portfolio .portfolio-item .portfolio-item-caption:hover {
	opacity: 1;
}
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
	font-size: 1.5rem;
}

@media (max-width: 768px) {
.mainPage {
	text-align: center !important;
}
section {
/*border-top:rgba(255,255,255,1.00) medium solid;*/
	
	
}
.portfolio {
}
.portfolio .portfolio-item {
	width: 100%;
	/* [disabled]overflow-x: hidden;
*/
	/* [disabled]overflow-y: hidden;
*/
	height: 100%;
}
.portfolio .portfolio-item .portfolio-item-caption {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 1;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
}
.portfolio-modal .portfolio-modal-dialog {
	padding: 3rem 1rem;
	/* [disabled]min-height: calc(100vh - 2rem);
*/
	margin: 1rem calc(1rem - 8px);
	position: relative;
	z-index: 2;
	-moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
	height: auto;
}
.portfolio-modal .portfolio-modal-dialog .close-button {
	position: absolute;
	top: 2rem;
	right: 2rem;
}
.portfolio-modal .portfolio-modal-dialog .close-button i {
	line-height: 38px;
}
.portfolio-modal .portfolio-modal-dialog h2 {
	font-size: 2rem;
}

@media (min-width: 768px) {
.portfolio-modal .portfolio-modal-dialog {
	/* [disabled]min-height: 100vh;
*/
	/* [disabled]padding: 5rem;
*/
	margin: 3rem calc(3rem - 8px);
}
.portfolio-modal .portfolio-modal-dialog h2 {
	font-size: 3rem;
}
.portfolio .portfolio-item .portfolio-item-caption {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
}
.floating-label-form-group {
	position: relative;
}
.floating-label-form-group input, .floating-label-form-group textarea {
	font-size: 1.5em;
	position: relative;
	z-index: 1;
	padding-right: 0;
	padding-left: 0;
	resize: none;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none !important;
}
.floating-label-form-group label {
	font-size: 0.85em;
	line-height: 1.764705882em;
	position: relative;
	z-index: 0;
	top: 2em;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	-webkit-transition: top 0.3s ease, opacity 0.3s ease;
	-moz-transition: top 0.3s ease, opacity 0.3s ease;
	-ms-transition: top 0.3s ease, opacity 0.3s ease;
	transition: top 0.3s ease, opacity 0.3s ease;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0;
}
.floating-label-form-group:not(:first-child) {
	padding-left: 14px;
	border-left: 1px solid #e9ecef;
}
.floating-label-form-group-with-value label {
	top: 0;
	opacity: 1;
}
.floating-label-form-group-with-focus label {
	color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
	border-top: 1px none #e9ecef;
}
.footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2C3E50;
	color: #fff;
}
.copyright {
	background-color: #1a252f;
}
a {
	color: #18BC9C;
}
a:focus, a:hover, a:active {
	color: #128f76;
}
.btn {
	border-width: 2px;
}
.bg-primary {
	background-color: rgba(44,62,80,1) !important;
}
.bg-secondary {
	background-color: #2C3E50 !important;
}
.text-primary {
	color: #18BC9C !important;
}
.text-secondary {
	color: #2C3E50 !important;
}
.btn-primary {
	background-color: #2C3E50;
	border-color: #2C3E50;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #128f76;
	border-color: #128f76;
}
.btn-secondary {
	background-color: #2C3E50;
	border-color: #2C3E50;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
	background-color: #1a252f;
	border-color: #1a252f;
}
.recentWork {
	padding-top: 20px;
	padding-bottom: 20px;
}
.recentWork h7 {
	font-size: 1.2em;
	line-height: 1.1em;
	padding-top: 15px;
	padding-bottom: 0px;
	color: rgba(255,255,255,1);
	/* [disabled]text-align: center;
*/
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: 700;
}
.recentWork h9 {
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgba(184,184,184,1.00);
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.previousWork {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
}
.previousJob {
	padding-top: 6px;
	padding-bottom: 6px;
}
.previousWork h7 {
	font-size: 1.1em;
	padding-bottom: 0px;
	color: rgba(255,255,255,1);
	/* [disabled]text-align: center;
*/
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: 700;
}
.previousWork h9 {
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgba(184,184,184,1.00);
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.bannerBottom {
	background: rgba(0,0,0,0);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.gradientBottom {
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
}
.navbar-shrink {
	background-color: rgba(0,0,0,1.00) !important;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar {
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section {
}
.col-lg-offset-0 {
	margin-left: 0%;
}
.col-lg-offset-1 {
	margin-left: 8.33333%;
}
.col-lg-offset-2 {
	margin-left: 16.66667%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-4 {
	margin-left: 33.33333%;
}
.col-lg-offset-5 {
	margin-left: 41.66667%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-7 {
	margin-left: 58.33333%;
}
.col-lg-offset-8 {
	margin-left: 66.66667%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-10 {
	margin-left: 83.33333%;
}
.col-lg-offset-11 {
	margin-left: 91.66667%;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
#about h8 {
	font-size: 16px;
	line-height: 5em;
	color: rgba(225,225,225,1.00);
	display: block;
}
.carousel-fade .carousel-item {
	display: block;
	position: absolute;
	opacity: 0;
	transition: opacity .75s ease-in-out;
}
.carousel-fade .carousel-item.active {
	opacity: 1;
}
html, body, .carousel, .carousel-inner, .carousel-item {
	width: 100%;
	height: 100%;
}
.carousel {
	position: absolute;
	top: 0;
	left: 0;
}
.captionText1 {
	font-size: 1.1rem;
}
.captionText2 {
	font-size: 0.6rem;
}
#about {
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#about h2 {
	color: rgb(255,255,255);
}
#about h3 {
	color: rgba(24,188,156,1.00);
}

@media (min-width: 576px) {
#about h2 {
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}
#about h3 {
	font-size: 36px;
	text-transform: uppercase;
	line-height: 36px;
}
#about h8 {
	font-size: 22px;
	line-height: 22px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	display: block;
}
}

@media (max-width: 576px) {
#about h2 {
	font-size: 26px;
	line-height: 26px;
}
#about h3 {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 26px;
}
#about h8 {
	font-size: 16px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}
}
.navbar-toggler:hover {
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.roundcorners {
	border-radius: 20px;
}
.text-under {
	text-transform: uppercase;
	border-bottom-width: thick;
	border-bottom-style: none;
	color: rgba(24,188,156,1.00);
	font-size: 1.3em;
	font-weight: bolder;
}
.navbar-toggler {
	background-color: rgba(0,0,0,0);
	border: solid;
	border-color: rgba(26,37,49,1.00);
	border-width: thin;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-1 {
	width: 8.33333%;
}
.col-xs-2 {
	width: 16.66667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333%;
}
.col-xs-5 {
	width: 41.66667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.33333%;
}
.col-xs-8 {
	width: 66.66667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333%;
}
.col-xs-11 {
	width: 91.66667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.33333%;
}
.col-xs-pull-2 {
	right: 16.66667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.33333%;
}
.col-xs-pull-5 {
	right: 41.66667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.33333%;
}
.col-xs-pull-8 {
	right: 66.66667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.33333%;
}
.col-xs-pull-11 {
	right: 91.66667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.33333%;
}
.col-xs-push-2 {
	left: 16.66667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.33333%;
}
.col-xs-push-5 {
	left: 41.66667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.33333%;
}
.col-xs-push-8 {
	left: 66.66667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.33333%;
}
.col-xs-push-11 {
	left: 91.66667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-2 {
	margin-left: 16.66667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333%;
}
.col-xs-offset-5 {
	margin-left: 41.66667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333%;
}
.col-xs-offset-8 {
	margin-left: 66.66667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333%;
}
.col-xs-offset-11 {
	margin-left: 91.66667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
#video1, #video2, #video3, #video4, #video5, #video6, #video7, #video8, #video9, #video10, #video11, #video12 {
	opacity: 1;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	height: 100%;
	position: absolute;
	top: 0%;
	display: none;
	z-index: 1;
}
#mad1, #mad2, #mad3, #mad4, #mad5, #mad6, #mad7, #mad8, #mad9, #mad10, #mad11, #mad12 {
	opacity: 0.6;
	overflow: hidden;
}
#mad1 img-fluid, #mad2 img-fluid, #mad3 img-fluid, #mad4 img-fluid, #mad5 img-fluid, #mad6 img-fluid, #mad7 img-fluid, #mad8 img-fluid, #mad9 img-fluid, #mad10 img-fluid, #mad11 img-fluid, #mad12 img-fluid {
	opacity: 0.6;
	z-index: -1;
	margin: 2px;
}
#mad1 .img-fluid:hover, #mad2 .img-fluid:hover, #mad3 .img-fluid:hover, #mad4 .img-fluid:hover, #mad5 .img-fluid:hover, #mad6 .img-fluid:hover, #mad7 .img-fluid:hover, #mad8 .img-fluid:hover, #mad9 .img-fluid:hover, #mad10 .img-fluid:hover, #mad11 .img-fluid:hover, #mad12 .img-fluid:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}
#thumb1, #thumb2, #thumb3, #thumb4, #thumb5, #thumb6, #thumb7, #thumb8, #thumb9, #thumb10, #thumb11, #thumb12 {
	opacity: 0.75;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#video9 {
	display: block;
}
.musicTitle {
	color: rgba(255,255,255,1);
	display: inline;
	text-transform: uppercase;
	font-weight: 700;
}
.musicBand {
	color: rgba(164,164,164,1.00);
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.musicTrack {
	font-size: 1em;
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mainPage {
	text-align: left;
}
.blackBack {
	background-color: rgba(20,20,20,1.00);

}
