﻿html { 
  background: url(/images/skyline.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
/*	background: #81a7cf;*/
	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
	font-weight:bold;
}

#header-logo {
	width:100%;
	text-align: center;
}

#header-logo img {
	display: block;
	margin:0 auto 20px;
	width:100%;
	max-width:450px;
	height:auto;
}

#header-logo h1 {
	margin:-1.5em auto 1em;
	font-weight:normal;
	font-size:1.5em;
}
#intro {
/*	width: 96%;*/
	padding: 1em;
	background-color: rgb(255,255,255,0.7);
}
#intro p {
	max-width: 500px;
	margin: 1em auto;
	text-align: center;
}
#intro p.first {
	font-size: large;
}
#intro ul li {
	max-width: 500px;
	margin: 0 auto 0;
}
#bio {
	font-weight: medium;
}
.sectionhead h1, #contact h1 {
	text-align: center;
	font-size: 3em;
	color: blue;
	-webkit-text-fill-color: blue; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
}
#brands {
  display:                 flex;
  display:                 -webkit-flex; /* Safari */
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         /* Safari */
  justify-content:         center;
  -webkit-justify-content: center;       /* Safari */
  max-width: 1024px;
  margin: 0 auto;
}

.block {
  width:              200px;
  height:             335px;
  background-color:   transparent;
  margin:             10px;
}

div#brands div.block {
	  box-shadow:         rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px!important; 
}

.blockland {
  width:              325px;
  height:             200px;
  background-color:   transparent;
  margin:             10px;        
}

.tppd {
   width: 200px;
   height: 300px;
   background-image: url(../images/tppd.jpg);
   background-position: 0 0;
}
 
.tppd:hover {
background-position: 0 100%;
}

.ppm {
   width: 200px;
   height: 300px;
   background-image: url(../images/ppm.jpg);
   background-position: 0 0;
}
 
.ppm:hover {
background-position: 0 100%;
}

.buzz {
   width: 200px;
   height: 300px;
   background-image: url(../images/buzz.jpg);
   background-position: 0 0;
}
 
.buzz:hover {
background-position: 0 100%;
}

.lb {
   width: 200px;
   height: 300px;
   background-image: url(../images/lb.jpg);
   background-position: 0 0;
}
 
.lb:hover {
background-position: 0 100%;
}

.otc {
   width: 200px;
   height: 300px;
   background-image: url(../images/otc.jpg);
   background-position: 0 0;
}
 
.otc:hover {
background-position: 0 100%;
}

.lgbtnetwork {
   width: 200px;
   height: 300px;
   background-image: url(../images/lgbtnetwork.jpg);
   background-position: 0 0;
}
 
.lgbtnetwork:hover {
background-position: 0 100%;
}

.durham {
   width: 200px;
   height: 300px;
   background-image: url(../images/durham.jpg);
   background-position: 0 0;
}
 
.durham:hover {
background-position: 0 100%;
}

.creative {
   width: 200px;
   height: 300px;
   background-image: url(../images/creative.jpg);
   background-position: 0 0;
}
 
.creative:hover {
background-position: 0 100%;
}
.queerbunch {
   width: 200px;
   height: 300px;
   background-image: url(../images/queerbunch.jpg);
   background-position: 0 0;
}
 
.queerbunch:hover {
background-position: 0 100%;
}

hr {
	border: solid #666 3px;
}

/* Social media icons */

.social {
	text-align: center;
}

.social img {
	max-height: 25px;
	max-width: auto;
	padding-top: 5px;
}
/* Team Gallery */
#team {
	display:                 flex;
	display:                 -webkit-flex; /* Safari */
	flex-wrap:               wrap;
	-webkit-flex-wrap:       wrap;         /* Safari */
	justify-content:         center;
	-webkit-justify-content: center;       /* Safari */
	width: 100%;
	margin: 1em auto;
	padding: 1em;
	background-color: rgb(255,255,255,0.7);
}
/*.gallery {
	max-width: 1024px;
	margin: 1em auto;
	padding: 1em;
}
.gallery img {
	margin: 10px;
	width: 200px;
	height: 300px;
}
p.name {
	font-size: .75em;
	text-align: center;
	max-width: 200px;
}*/
figure {
	position: relative;
	display: table;
	float:left;
	margin: 10px;
}
figcaption {
/*	position: absolute;*/
	top: 0;
	display: table-caption;
	caption-side: bottom;
	text-align: center;
	font-size: 0.75em;
	margin-top: 5px;
	vertical-align: top;
	
}
#team figure img {
	margin: 0 5px;
}
/* Contact info footer */
#contact {
/*	max-width:500px;*/
/*	clear:both;*/
/*	margin: 1em auto;*/
	padding: 0 3em;
	margin-bottom:3em;
	background-color: rgb(255,255,255,0.7);
}

#contact h1 {
/*	float:left;*/
	font-size:3em;
	text-align: center;
	color: blue;
}
#contact h2 {
	text-align:center;
}
.address {
/*	float:right;*/
	text-align: center;
}