@charset "utf-8";
/* CSS Document */


html, body {
	height: 100%;
	margin:0 auto;
	padding:0 auto;
	
	
	
}

@font-face {
  font-family: 'fp-29419';
  src: url('walkway condensed semibold.eot');
  src: url('walkway condensed semibold.eot?#iefix') format('embedded-opentype'),
       url('walkway condensed semibold.woff') format('woff'),
       url('walkway condensed semibold.ttf') format('truetype'),
       url('walkway condensed semibold.svg#fp-29419') format('svg');
}

.fontpro,.fontpro-29419 {
  font-family: 'fp-29419',sans-serif;
}


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

h1 {
	font-size:3em;
	
}

h2 {

	font-size:2.2em;
}


p {
	font-size:1.6em;
	font-family:'Lato', sans-serif;
}

a, a:focus, a:hover, a:active {
	text-decoration:none;
	outline:none;
		
}

a {
	color:#45b29d;
}

a:hover {
	color:#04756f;
}


.space {
	height:20px;
}



.personnelbtn {
	text-align:left;
	width:100%;
   background-color:#efc94c;
   padding:0 30px 30px 5px;
   border:none;
   border-bottom:#bfa038 2px solid; 
   line-height:1.3em;
  
}

.personnelbtn:hover {
	background-color:#c7a639;
}

.personnelbtn:active  {
   background-color:#3D2700;
   
   box-shadow:none;
   
   }

.personnelbtn:focus {
	
	outline:none;
}


/*----------------------------*/
/*SCROLL BARS*/

::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(239,201,76,0.8); 
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

/*------------------------------*/

/*MENU*/

#nav li{
	display:inline-block;
	list-style-type:none;
	list-style:none;
	text-decoration:none;
	
	
	
}

#menubar {
	width:100%;
	position:fixed;
	top:0px;
	z-index:+3;
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	text-align:center;
	border-bottom:solid 1px #CCCCCC;
	font-family:'Questrial', sans-serif;
}

#menubar a {
	display:block;
	float:left;
	padding:10px 20px;
	color:#363636;
	font-size:1.5em;
	line-height:1em;

	
}

#menubar a:hover {
	background-color:#45b29d;
	
}


#nav {
	margin: 0px auto;
	padding: 0px ;
}

/*DEVICE MENU */

#devnavcont {
	display:none;
	position:fixed;
	bottom:0px;
	z-index:+3;
	font-family:font-family: 'Questrial', sans-serif;
	font-size:2em;
	width:100%;
}

#devnavbtn {
	background-color:#45b29d;
	border:none;
	outline:none;
	font-size:.5em;
	padding:0 10px;
}

#devnavbtn:active, #devicemenu:active {
	background-color:#04756f;
	
}


#devnav {
	list-style:none;
	padding: 0;
	width:100%;
}

#devicemenu a {
	display:block;
	background-color:#45b29d;
	color:#363636;
	padding:10px;
	border-bottom:#04756f solid 2px;
}

#devicemenu a:hover {
	background-color:#04756f;
}

/*------------------------------------------*/

.pagehead {
	 font-family: 'fp-29419',sans-serif;
	 font-size:5em;
	 background-color:#45b29d;
	 padding:0 20px 20px 0;
	 
	 
}
.blockinfo {
	display:block;
	padding:10px;
	background-color:#363636;
	color:#efc94c;
}

/*SPLASH*/
#splash_cont {
	font-size:18vw;
	line-height:13vw;
	font-family:'fp-29419';
	height:100%;
	background-image:url(img/splash.png);
	background-position:top center;
	background-size:100% cover;
	background-repeat:no-repeat;
}

#music p {
	font-size:1.4vw;
	line-height:2vw;
}

#title {
	padding:100px 0 0 0;
	color:#ff2d00;
	
}

#mus {
	color:#04756f;
}


/*STRAP*/

#strap {
	background-color:#efc94c;
	padding:20px;
	
}




/*CONNECT*/ 

#connect {
	
	background-color:#beeb9f;
	padding:50px 0;
	
}

#connectlogos li{
	list-style:none;
	display:inline;
	
}

#connectlogos a {
	display:inline-block;
	padding:5px;
}

#connectlogos a:hover {
	background-color:#45b29d;
}

#connectlogos {
	padding:0 0 10px 0;
}
	

#mc-embedded-subscribe {
	border:none;
	outline:none;
	box-shadow:none;
	padding:10px;
	background-color:#363636;
	color:#beeb9f;
	font-size:1.6em;
}

#mc-embedded-subscribe:hover {
	background-color:#666666;
}

#mc-embedded-subscribe:focus {
	background-color:#161616;
}

#mce-EMAIL {
	border:none;
	outline:none;
	box-shadow:none;
	font-size:1.6em;
	
}

/*NEWS*/
#news {
	height:100%;
	min-height:700px;
	/*height:600px;*/
	
	
	
}

#newshead h1 {
	text-align:center;
	
	
}




#tumblr_cont {
	
	
	overflow-y:scroll;
	overflow-x:hidden;
	/*text-align:center;*/
	/*background-image:url(../img/snackphoto.jpg);*/
	height:700px;
	
}

#tumblr_cont ol{
	list-style:none;
}

.tumblr_title {
	font-size:2.3em;
	font-family: 'Questrial', sans-serif;
	color:#45b29d;
	
}

.tumblr_body p {
	font-size:1.6em;
	font-family:'Lato', sans-serif;
	
}

.tumblr img {
	text-align:center;
	width:100%;
	
}

.tumblr_post {		


	padding:50px 20px;
}

#othernews {
	padding:5%;
	
	
}

#othernews h1 {
	font-size:1.8vw;
	
}

.quote {
	background-color:#45b29d;
}



/*WHAT WE DO*/

#what {
	background-color:#efc94c;
	padding:20px;
}

#what li{
	font-size:1.6em;
}

#pie {
	text-align:center;
	padding:20px 0;
	
}

#workswith {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	color:#E50D11;

}

#workswith .col-lg-2 {
	text-align:center;
	display:block;
	margin:10px;
	background-color:#363636;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#video {
	padding:30px 0;
	background-color:#beeb9f;
}
	


/*FOOTER*/

#footer {
	padding:30px;
	background-color:#334d5c;
	color:#ffffff;
}

#footer p{
	font-size:1em;
}

#logo {
	font-family:'fp-29419',sans-serif;
	font-size:5em;
	line-height:.8em;
	
}

#mus2 {
	color:#ff8c00;
}
 
 

@media screen and (max-width:800px) {
	#menubar {display:none;}
	#devnavcont {display:block;}
	#pie img {width:100%;}
	#workswith {display:inline-block;}
	#splash_cont {height:auto;}
	#splash_cont {font-size:40vw; line-height:30vw;}
	#splash_cont p {font-size:6vw; line-height:8vw;}
	#news {display:none;}
	
}
@media screen and (max-width:970px){
	#splash_cont {background-image:url(img/splash2.png); background-size:100% cover; background-repeat:none;}
	
}

@media screen and (max-width:400px){
	
	#splash_cont {font-size:8em; line-height:.8em;  background-size:150%; background-repeat:none;}
	
}

