/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html, body {
	width: 100%;
	height: 100%;
	text-align: left;
	background-color: #1f2125;
}
html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
	font-family: 'Montserrat', Helvetica, sans-serif;
}
hr {
	max-width: 50px;
	border-color: #97d700;
	border-width: 3px;
}
hr.light {
	border-color: #fff;
}
a {
	color: #97d700;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
a:hover, a:focus {
	color: #97d700;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
}
p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
}
.bg-primary {
	background: #222;
}
.bg-primary h1 {
	color: #57585b;
	font-weight: 300;
	letter-spacing: -0.04em;
}
.bg-primary h1 span {
	background: #97d700;
	padding: 2px 10px 2px 10px;
	margin: 5px 0px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
}
.bg-primary h1 b {
	font-weight: 300;
}
.bg-primary h3 {
	color: #97d700;
}
.bg-primary p {
	color: #777;
	font-family: 'Montserrat', Helvetica, sans-serif;
}
.bg-primary .btn-default {
	background: #ccc;
}
.bg-dark {
	color: #fff;
	background: -webkit-linear-gradient(45deg, hsla(96, 22%, 8%, 1) 0%, hsla(96, 22%, 8%, 0) 70%),  -webkit-linear-gradient(315deg, hsla(144, 42%, 11%, 1) 10%, hsla(144, 42%, 11%, 0) 80%),  -webkit-linear-gradient(225deg, hsla(213, 63%, 13%, 1) 10%, hsla(213, 63%, 13%, 0) 80%),  -webkit-linear-gradient(135deg, hsla(35, 8%, 3%, 1) 100%, hsla(35, 8%, 3%, 0) 70%);
	background: linear-gradient(45deg, hsla(96, 22%, 8%, 1) 0%, hsla(96, 22%, 8%, 0) 70%),  linear-gradient(135deg, hsla(144, 42%, 11%, 1) 10%, hsla(144, 42%, 11%, 0) 80%),  linear-gradient(225deg, hsla(213, 63%, 13%, 1) 10%, hsla(213, 63%, 13%, 0) 80%),  linear-gradient(315deg, hsla(35, 8%, 3%, 1) 100%, hsla(35, 8%, 3%, 0) 70%);
}
.text-faded {
	color: rgba(255,255,255,.7);
}
section {
	padding: 100px 0;
}
aside {
	padding: 50px 0;
}
.no-padding {
	padding: 0;
}
.navbar-default {
	border-color: rgba(34,34,34,.05);
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	background-color: rgba(87,88,91,0.8);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.navbar-default .navbar-header .navbar-brand {
	text-transform: uppercase;
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 700;
	color: #97d700;
	width: 100px;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
}
.navbar-brand:hover {
	opacity: 0.6;
}
.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
}
.navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover {
	color: #97d700;
}
.navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus {
	color: #97d700!important;
	background-color: transparent;
}
.navbar-default .nav > li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover {
	background-color: transparent;
}
.navbar-fixed-top {
	border-width: 0px !important;
}

.logo {
	width: 30%;
    position: relative;
    top: 0;
    left: 2%;
    display: block;
    max-width: 150px;
    margin-bottom: 90px;
}

@media(min-width:768px) {
.navbar-default {
	border-color: rgba(255,255,255,.3);
	background-color: transparent;
}
.navbar-default .navbar-header .navbar-brand {
	color: rgba(255,255,255,.7);
	width: 130px;
	height: 30px;
}
.navbar-default .navbar-header .navbar-brand:hover,  .navbar-default .navbar-header .navbar-brand:focus {
}
.navbar-default .nav > li>a,  .navbar-default .nav>li>a:focus {
}
.navbar-default .nav > li>a:hover,  .navbar-default .nav>li>a:focus:hover {
}
.navbar-default.affix {
	border-color: rgba(87,88,91,.02);
	background-color: rgba(255,255,255,0.9);
}
.navbar-default.affix .navbar-header .navbar-brand {
	font-size: 14px;
	color: #97d700;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,  .navbar-default.affix .navbar-header .navbar-brand:focus {
	color: #eb3812;
}
.navbar-default.affix .nav > li>a,  .navbar-default.affix .nav>li>a:focus {
	color: #57585b;
}
.navbar-default.affix .nav > li>a:hover,  .navbar-default.affix .nav>li>a:focus:hover {
	color: #97d700;
}
}
header {
	position: relative;
	width: 100%;
	min-height: auto;
	text-align: left;
	color: #fff;
	background-image: url(../img/header.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
header .header-content {
	position: relative;
	width: 100%;
	padding: 100px 15px;
	text-align: left;
	display: block;
}
header .header-content .header-content-inner h1 {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
}
header .header-content .header-content-inner hr {
	margin: 30px auto;
}
header .header-content .header-content-inner p {
	margin-bottom: 50px;
	font-size: 16px;
	font-weight: 300;
	color: rgba(255,255,255,.7);
}
nav.affix-top .navbar-default .navbar-header .navbar-brand {
	width: 300px;
	height: 30px;
	margin-top: 40px;
	margin-left: 25px;
}

/*
    width: 300px;
    height: 30px;
    margin-top: 40px;
    margin-left: 25px; */
	
	

@media(min-width:768px) {
header {
	min-height: 100%;
}
header .header-content {
	position: relative;
	top: 55px;
	padding: 0 50px;
/*	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
	display: block;
}
header .header-content .header-content-inner {
/* max-width: 1000px; */
}
header .header-content .header-content-inner p {
	max-width: 80%;
	font-size: 18px;
}
}
.section-heading {
	margin-top: 0;
}
.service-box {
	margin: 50px auto 0;
	max-width: 400px;
}

@media(min-width:992px) {
.service-box {
	margin: 20px auto 0;
}
}
.service-box p {
	margin-bottom: 0;
}
.portfolio-box {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 650px;
}
.portfolio-box .portfolio-box-caption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	background: -webkit-linear-gradient(45deg, hsla(340, 10%, 16%, .6) 0%, hsla(340, 10%, 16%, 0) 70%),  -webkit-linear-gradient(315deg, hsla(225, 5%, 7%, .3) 10%, hsla(225, 5%, 7%, 0) 80%),  -webkit-linear-gradient(225deg, hsla(140, 11%, 17%, .6) 10%, hsla(140, 11%, 17%, 0) 80%),  -webkit-linear-gradient(135deg, hsla(35, 5%, 2%, .1) 100%, hsla(35, 5%, 2%, 0) 70%);
	background: linear-gradient(45deg, hsla(340, 10%, 16%, .6) 0%, hsla(340, 10%, 16%, 0) 70%),  linear-gradient(135deg, hsla(225, 5%, 7%, .3) 10%, hsla(225, 5%, 7%, 0) 80%),  linear-gradient(225deg, hsla(140, 11%, 17%, .6) 10%, hsla(140, 11%, 17%, 0) 80%),  linear-gradient(315deg, hsla(35, 5%, 2%, .1) 100%, hsla(35, 5%, 2%, 0) 70%);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: left;
	transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px;
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 0.7em;
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}

@media(min-width:768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 4em;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 0.9em;
}
}
.call-to-action h2 {
	margin: 0 auto 20px;
}
.text-primary {
	color: #97d700;
}
.no-gutter > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.btn-default {
	border-color: #fff;
	color: #222;
	background-color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	border-color: #ededed;
	color: #222;
	background-color: #f2f2f2;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	border-color: #fff;
	background-color: #fff;
}
.btn-default .badge {
	color: #fff;
	background-color: #222;
}
.btn-primary {
	border-color: #333;
	color: #fff;
	background-color: rgba(0,0,0,0.85);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	border-color: #97d700;
	color: #fff;
	background-color: rgba(100,100,100,0.9);
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	border-color: #97d700;
	background-color: #97d700;
}
.btn-primary .badge {
	color: #97d700;
	background-color: #fff;
}
.btn {
	border: 0;
	border-radius: 300px;
	text-transform: uppercase;
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 700;
}
.btn-xl {
	padding: 15px 30px;
}

::-moz-selection {
 text-shadow: none;
 color: #fff;
 background: #222;
}
::selection {
	text-shadow: none;
	color: #fff;
	background: #222;
}
img::selection {
	color: #fff;
	background: 0 0;
}
 img::-moz-selection {
 color: #fff;
 background: 0 0;
}
body {
	webkit-tap-highlight-color: #222;
}
.hdr {
	max-height: 500px;
	overflow: hidden;
	width: 100%;
}
 img.hdr-img {
	/* max-height: 140px; */
	margin: 0px 0px 1% 0px;
	float: left;
	text-align: left;
}
img.hdr-img.smlr {
	max-height: 80px !important;
}
/* CUSTOM CSS ========================== */
.container {
	width: 85%;
	padding: 0;
}
.sectp {
	width: 50%;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
}
.container.marg {
	margin: 8% 5%;
}
.music-box {
	background-color: #6f4d9f;
}
.video-box {
	background-color: #4a74c0;
}
.words-box {
	background-color: #3ec2cf;
}
.games-box {
	background-color: #ffcd00;
}
.sports-box {
	background-color: #ff8a44;
}
/*---------------*/
/***** Sadie *****/
/*---------------*/
.box {
}
.divicon {
	position: absolute;
	top: 2px;
	left: 10%;
}
.effect-sadie .cap::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(111,77,159,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(111,77,159,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
	overflow: hidden;
}
.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.effect-sadie .cap::before, .effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	overflow: hidden;
	color: #fff;
	font-family: 'Montserrat', Helvetica, sans-serif;
}
.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0, -20%, 0) translate3d(0, -40px, 0);
	transform: translate3d(0, -20%, 0) translate3d(0, -40px, 0);
}
.effect-sadie:hover .cap::before, .effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.hashtag {
	position: absolute;
	padding: 15px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.hcol1 {
	background: rgba(240,88,72,0.75);
}
.hcol2 {
	background: rgba(225,61,99,0.75);
}
.hcol3 {
	background: rgba(134,96,77,0.75);
}
.hcol4 {
	background: rgba(12,97,80,0.75);
}
.hcol5 {
	background: rgba(0,142,175,0.75);
}
.hcol6 {
	background: rgba(12,97,80,0.75);
}
.hcol7 {
	background: rgba(78,58,153,0.75);
}
.hcol8 {
	background: rgba(242,223,40,0.55);
}
.hcol9 {
	background: rgba(240,88,72,0.75);
}
.parallax {
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	perspective: 1px;
	-webkit-perspective: 1px;
}
.box-caption {
	position: absolute;
	top: 20%;
	left: 5%;
}
.box-caption-content {
	color: #fff;
}
.box-caption-content h2 {
	font-size: 3em;
	text-transform: none;
}
.howhdr {
	background-image: url('../img/howbg2.jpg');
	background-position: center;
	background-size: cover;
	height: 120vh;
	background-attachment: fixed;
}
img.hdr1 {
	
	    width: 21%;
    margin-left: 3.4%;
    max-width: 275px;
	
}
img.hdr2 {
	
	    width: 64%;
    clear: both;
    margin-left: 2%;
    max-width: 900px;
}
img.hdr3 {
	width: 28%;
	clear: both;
	margin-left: 3.4%;
	max-width: 349px;
	
}
.hdr-p {
	clear: both;
    margin: 10% 3.4% 0;
    font-size: 20px;
    width: 100%;
    padding-top: 20px;
    color: rgba(255,255,255,0.7);
}

.hdr-p span {
 color: rgba(151,215,0,0.6);
}

@media(max-width:768px) {
	.hdr-p {
	font-size: 14px;		
	}
	}
	
.signup {
	    margin-top: 0px;
	    padding: 10px;
	    width: 100%;
	    margin-left: 0;
	    position: fixed;
	    bottom: 0px;
	    left: 0;
	    z-index: 100000;
	    background: rgba(34,34,34,0.95);
}

/*@media (max-width: 1157px) {
img.hdr1 {
	width: 500px;
}
img.hdr2 {
	width: 700px;
}
img.hdr3 {
	width: 500px;
}
}*/

/* start MOBILE STYLES -------------------  */

/* start IPHONE 6+ Landscape */
@media only screen  and (min-device-width : 414px)  and (max-device-width : 736px)  and (orientation : landscape)  and (-webkit-min-device-pixel-ratio : 3) {
header {
	height: 120vh;
	background-size: 150%;
	background-position: top;
}
.howhdr {
	height: 240vh;
	background-size: 160%;
	background-position: center;
}
.bg-primary {
	background-size: 350%;
	background-position: top;
}
}

/* Start IPHONE 6+ Portrait */
@media only screen  and (min-device-width : 414px)  and (max-device-width : 736px)  and (device-width : 414px)  and (device-height : 736px)  and (orientation : portrait)  and (-webkit-min-device-pixel-ratio : 3)  and (-webkit-device-pixel-ratio : 3) {
header {
	height: 100vh;
	background-size: 250%;
	background-position: top;
}
.bg-primary {
	background-size: 350%;
	background-position: top;
	background-attachment: scroll;
}
.howhdr {
	height: 65vh;
	background-size: 160%;
	background-position: center;
}

.signup {
	margin-top: 20%;
	width: 90%;
}

}

/* End IPHONE 6+ */
@media only screen and (max-width: 1200px) {
img.hdr1 {
	width: 27%;
}
img.hdr2 {
	width: 92%;
}
img.hdr3 {
	width: 33%;
}
header {
	height: 87vh;
	display: block;
	clear: both;
}
section {
	padding: 50px 0px;
}
.navbar-default {
/* background-color: transparent !important;	*/
}

.hdr-p {
	width: 100%;
}
.signup {
	width: 100%;
}
}

#mc_embed_signup form {/* padding: 40px 0px 0px 0px; */}

#mc_embed_signup .mc-field-group input[type="email"] {
 	background: rgba(0,0,0,0.65);
 	font-family: inherit;
 	font-size: inherit;
 	line-height: inherit;
 	border: 1px solid rgba(255,255,255,0.15);
 	padding: 10px 10px 10px 20px;
 	width: 40%;
 	border-radius: 25px; 
 	outline: none;
 	left: 30px;
 	float: left;
 	margin-right: 10px;
}

#mc_embed_signup .mc-field-group input[type="email"]:focus {
background: 	rgba(0,0,0,0.55);
border: 1px solid #97d700;
}

#mc_embed_signup .mc-field-group span.asterisk {
  
    font-weight: 300;
    font-size: 10px;
    position: absolute !important;
    bottom: 2px;
    right: 10px;
    color: rgba(255,255,255,0.25);
}

#mc_embed_signup div.mce_inline_error {
	background-color: transparent !important;
    font-weight: normal !important;
    color: rgba(151,215,0,0.60) !important;
    font-size: 12px;
    float: right;
    clear: both;
    position: absolute;
    left: 18px;
    top: -20px;
}

input {
 outline: none;	
}
input[type="submit"], #mc_embed_signup .button {
    background: #000 !important;
    border: 1px solid #97d700 !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    color: rgba(255,255,255,0.75) !important;
    float: left !important;
    position: relative;
    top: 0;
    margin: 0;
    line-height: 20px !important;
    height: auto !important;
	clear: none !important;
	font-size: 14px;
}

#mc_embed_signup .button:hover {
	background: #97d700 !important;
	color: #000 !important;
}

.mc-field-group label {
	float: right;	
}
#mce-error-response, #mce-success-response {
position: absolute;
    background: #222;
    z-index: 1000;
    padding: 20px 0;
	bottom: 0;
}

/* END MOBILE STYLES -------------------  */

.indicates-required {
	text-align: right;
	font-size: small;
	color: rgba(255,255,255,0.65);
}
.social a {
	outline: none;
}
.social a:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.2s; /* Safari */
	transition: opacity 0.2s;
}
.navbar-nav>li>a:hover:after {
	height: 100%;
}
.navbar-nav>li>a:after {
	background: rgba(0,0,0,0.5);
}
.navbar-nav>li>a:after {
	content: "";
	height: 0%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	z-index: -1;
}
.sect1, .sect2, .sect3 {
	height: 70vh;
}
.sect1 h1, .sect2 h1, .sect3 h1 {
	color: white;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.35);
	letter-spacing: -0.01em;
	line-height: 0.9em;
}
.container h1 {
	font-weight: 700;
}
section.sect1 {
	background: url(../img/sect-bg1.jpg) no-repeat 70% #704e9f;
	background-size: cover;
	background-attachment: inherit;
}
section.sect2 {
	background: url(../img/sect-bg2.jpg) no-repeat 45% #704e9f;
	background-size: cover;
	background-attachment: inherit;
}
section.sect3 {
	background: url(../img/sect-bg3.jpg) no-repeat 50% #704e9f;
	background-size: cover;
	background-attachment: inherit;
}

.ftr {
clear: both;
padding: 30px 0px;
font-size: 12px;	
}

