/* ==============================*/


body {
	padding: 0; 
	margin: 0;	
	font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: #000000;
	color:#FFF;
}

#header {
  position: fixed;
  width: 100%;
  height: 40px;
  color: #ffffff;
  padding-top: 15px;
  text-align: right; 
  /*   Adds shadow to the bottom of the bar */
  -webkit-box-shadow: 0px 0px 8px 0px #000000;
  -moz-box-shadow: 0px 0px 8px 0px #000000;
  box-shadow: 0px 0px 8px 0px #000000;
  /* Adds the transparent background */
  background-color: rgba(1, 1, 1, 0.8);
  color: rgba(1, 1, 1, 0.8);
}

#primaryb {
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/primarybrothers_logo.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 100px;
    left: 10;
    padding: 0;
    position: fixed;
    top: 2px;
    width: 120px;
    z-index: 1000;
}
.primaryTitle {
	font-size: 20px;
	padding: 0 0 10px 30px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	text-shadow: 1px 1px 3px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);

    height: 20px;
	width: 400px;
  float: left;
     z-index: 1001;
	color: white;
	
}

a {
color: #CCC;
}

a:hover {
	color: #999;
}
				
.nav ul {
		padding-top:10px;
		list-style-type: none;
		text-align: right;
}

.nav li {
	display: inline;
	text-align: left;
	padding: 25px 2px 0 2px;

}

.nav .blue a {
	font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding-left: 1%;
	padding-right: 1%;
	color: white;
	text-decoration: none;
	  background-color: #06F;
	text-shadow: 1px 1px 5px #000000;filter: dropshadow(color=#000000, offx=1, offy=1);
	  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav .red a {
	font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding-left: 1%;
	padding-right: 1%;
	color: white;
	text-decoration: none;
	  background-color: #900;
	text-shadow: 1px 1px 5px #000000;filter: dropshadow(color=#000000, offx=1, offy=1);
	  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav .yellow a {
	font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding-left: 1%;
	padding-right: 1%;
	color: white;
	text-decoration: none;
	  background-color: #c4b917;
	text-shadow: 1px 1px 5px #000000;filter: dropshadow(color=#000000, offx=1, offy=1);
	  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav .red a:hover {
  background-color: #eb2327;
}
.nav .blue a:hover {
  background-color: #00a8f5;
}
.nav .yellow a:hover {
  background-color: #fcee21;
}




#navWrap {
   height: 30px;
}

.button {
  font-size: 13px;
  display: block;
  float: left;
  margin: 3px 3px 3px 0;
  padding: 4px 4px 4px 4px;
    background-color: 000000;
  border: 2px solid #FC3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white;
}

 .button:hover {
  background-color: #FC6;
  border-color: #F90;
}

.follow {
  font-size: 14px;
  font-weight:bold;
  display: block;
  float: left;
  margin: 3px 3px 3px 0;
  padding: 4px 4px 4px 4px;
    color: #333;
}

.followgroup {
padding: 60px 0 0 0;	
float: right;
}




img { /* set image max width to 100% */
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	
}

p {
	padding: 8px 0 8px 0;
	text-shadow: 1px 1px 3px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

h1 {
	padding: 60px 0 10px 114px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	text-shadow: 1px 1px 3px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);

}

h2, h3, h4 {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	text-shadow: 1px 1px 3px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
padding: 10px 0 5px 0;	
}

.blue {
color: #00a8f5;
}
.red{
color: #eb2327;
}
.yellow{
color: #fcee21;
}




.wrapper {
	position: relative;
	padding-bottom: 20%;
	height: 0;
}

.video-element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: teal;	
}




.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}


.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;

}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	
}


.Title {
	padding-bottom: 450px;
}
	
#home {
  
	
}


.bioPadding {
	padding: 15px 0 20px 0;	
}

.glasses {
	padding: 490px 0px 10px 0;
}

#Brothers {
	background-image: url(../images/bg_brothers.jpg);
    background-position: top center;
    background-repeat: no-repeat;
 	width: 100%; 
    height:750px; 
    left: 0px; 
    top: 0px; 
	}
	
#rooftop {
	background-image: url("../images/bg_rooftop.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    height: 860px;
    width: 100%;	
}
#doorway {
	background-image: url("../images/bg_doorway.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    height: 1300px;
    width: 100%;	
}

#bgstripe {
	background-image: url("../images/bg_stripes.jpg");
    background-position: top;
    background-repeat: no-repeat;
    height: 2000px;
    width: 100%;	
}

#bglogo {
	background-image: url("../images/bg_stripes_logo.jpg");
    background-position: top;
    background-repeat: no-repeat;
    height: 2000px;
    width: 100%;	
}

#about {

}

#bios {
}
	
	

/* ============================= */
.border img{
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
  background: rgba(255, 255, 255, 0.5);
  padding: 7px;
  margin: 16px 2px 8px 2px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}




/* ============================= */
/* Style for lightbox   */
/* ============================= */
	
.section {
  padding: 40px 0;
}
.section:first-child {
  border-top: none;
}
.imageRow {
  *zoom: 1;
  margin: 20px 0;
}
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
.imageRow .single {
  float: left;
}
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.imageRow .single a:hover {
  background-color: #C96;
}
.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 2px;
}
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.imageRow .set .single a:hover {
  background-color: #C96;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
	
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	
/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
		
	#header {
		height: 30px;
	}

	/* main nav */
	.nav a {
		font-size: 80%;
	
	}
	
	.primaryTitle {
	font-size: 14px;
	padding: 0 0 10px 70px;
	text-shadow: 1px 1px 3px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);

    height: 30px;
	width: 220px;
  float: left;
     z-index: 1001;
	color: white;
	
}
	
	h1 {
	padding: 50px 0 5px 0px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
	}
	
	h2, h3, h4 {
	font-size: 1.2em;
		text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
	}
	
	.nav ul {
		padding: 40px;
	}
	
	#primaryb {
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/primarybrothers_logo_sml.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 50px;
    left: 5;
    padding: 0;
    position: fixed;
    top: 2px;
    width: 60px;
    z-index: 1000;
}



.glasses {
	padding: 250px 0 0 20px;

	
}
	
#Brothers {
	background-image: url(../images/bg_brothers.jpg);
	background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    left: 0px; 
    top: 0px; 
	}
	
#rooftop {
	background-image: url("../images/bg_rooftop.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
	background-size: 100%;	
    height: 400px;
}
#doorway {
	background-image: url("../images/bg_doorway.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
	background-size: 100%;	
    height: 400px;	
}

#bgstripe {
	background-image: url("../images/bg_stripes.jpg");
    background-position: top;
    background-repeat: no-repeat;
	background-size: 100%;	
    height: 400px;
}

#bglogo {
	background-image: url("../images/bg_stripes_logo.jpg");
    background-position:center;
    background-repeat: no-repeat;
	background-size: 100%;	
    height: 800px;	
}

}



/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}
