/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html, body {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	font-weight: 200;
	  background: #ffffff url(../img/points.jpg) top left repeat;
	  background-size: contain;
	  background: rgb(230,230,230);
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

#main-container {
}

section {
		background: rgb(255,255,255);
		padding: 0 4em;
		margin: 2em auto;
	}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.bold {
	font-weight: 60;
	font-size:2.4em;
	padding-right: .1em;
	vertical-align:baseline;
	position:relative;
	display:block;
	color: rgb(237,96,180);
	line-height:1em;

	font-family:Bebas Neue;
}

.credit {
	font-style: italic;
	font-size:1.1em;
	font-weight: 60;
	color: rgb(00,00,00);
	display: block;
	margin-left:-.1em;
	line-height:1.2em;
}

.description {
	font-size: 1.1em;
	padding-top:1em;
}

.about {
/*background: linear-gradient(0deg, rgba(255,255,255,1) 0%,  rgba(237,96,180,.1) 100%);*/
	display: block;
	padding: 1em;
	margin: -1em;
	border-radius: .25em;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.header-container {
    border: 0px solid #000;
    background-size: cover;
}
 
.footer-container,
.main aside {
     
}
 
.logo-container {
    text-align: center;
	margin: 2em;
}

.logo-container a { opacity: .4; text-decoration: none; cursor: pointer; transition-duration:.5s;}
.logo-container a:hover { opacity: .8; }
.logo-container a img { display: inline-block; }

#shows a img {height: 100px;margin: 1em 1em;}

@media only screen and (min-width: 1025px) { #shows div { padding-top:1em; } }
#shows div a img {height: 40px;}

#press a img {height: 40px;margin: 1em 1em;}
#press div { padding-top:1em; }
#press div a img {height: 30px;}

#brands a img {height: 90px;margin: 1em 1em;}
#brands div { padding-top:1em; }
#brands div a img {height: 40px;}

.header-container,
.footer-container,
.main aside {
 /*   background: #f16529;*/
}

img#portrait {
	float: left;
}

article p {
	margin: 0;
}

.title {
    color: white;
	font-size: 2.5em;
	padding: 0 0;
	margin-left: 1em;
	line-height: 80%;
	padding-top:15%; /* 1:1 Aspect Ratio */
	font-family: Bebas Neue;
	float: left;
	text-align: center;
}
.title em {font-style: inherit;}

#videos {
	font-family:Bebas Neue;
	font-size: 4em;
	text-align: center;
	padding: 1em 0 .8em;
	color: rgb(237,96,180);
}

img#me {
	float: left;
	width:160px; margin: 0 4em 1em 0;
}

section#about {
	padding-top: 3em;
}
section#about p { padding:1em 0 0 0; font-size: 1.1em; }

@media only screen and (max-width: 1024px) {
	
	#videos { font-size:64px;}
 
	.logo-container {
		margin: 0em;
	}
	
	.title {
		font-size: 2em;
		float: none;
		padding-top:80%;
		margin-left: 0;
	}
	
	.title em { display:block;}
	nav { font-size: 1.2em; }
	nav ul li { display: block!important; }
	img#me { float: none; display: block; width:90%; margin: 0 auto 2em auto;}
	
	.fb-video {
		padding-bottom: 0!important;
		height:auto!important;
	}

	section {
			background: rgb(255,255,255);
			padding: 0 2em;
		}
	
}


.title a {
	font-size: 2em;
	color: inherit;
	text-decoration: none;
	opacity: 1;
	display: block;
	line-height: 95%;
	padding-top: 75%;
}

.title span {
	font-size: 1.45em;
	position: relative; top:-.1em;
	color: rgba(255,20,80,.8);
	display: inline-block;
	padding-top: .2em;
	font-family: 'Sacramento', cursive;
}

a {
	color: rgb(237,96,180);
	text-decoration: none;
	font-weight: 600;
	cursor:pointer;
}

a:hover {
	opacity:.5;
}

/* ==============
    MOBILE: Menu
   ============== */

nav {
	
}

nav ul {
    margin: 0;
    padding: 0em;
    list-style-type: none;
}

nav a {
    display: inline-block;
    margin: 0px 0px 0 0px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;

    color: white;
    background: rgba(0,0,0,.6);
	font-weight: 200;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: none;
	opacity: .5;
}

/* ==============
    MOBILE: Main
   ============== */


.main article h1 {
    font-size: 2em;
}

.main aside {
    /*color: white;*/
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

/*@media only screen and (min-width: 480px) {*/

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
		
        padding: 1vw 3vw;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
	/*}*/

nav {
    float: right;
	text-align: right;
	
}
@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
		
    }

	.main {
	    padding: 30px 0;
	}
/* ============
    WIDE: Menu
   ============ */


/* ============
    WIDE: Main
   ============ */
	
	.main {
	}
	
    .main article {
		padding-top: 0em;
		
    }
	
	section {
		margin: 0 auto;
		margin: 2em auto;
        width: 57%;
	}
	
	section:nth-child(odd) z
		background: rgb(245,245,245);
	}

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
       /* width: 1026px;  1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}









.fb_iframe_widget {
    display: block!important;
    position: relative;
    text-align: center;
    margin: 0 auto;
}


.imgs-container {
	display: block;
	margin-bottom:2em;
}

.img-container {
	display: block;
	width: 100%;
	margin:1em auto 0;
	text-align: center;
}

.img-container img {
	width: auto;
	max-width: 80%;
	display: inline-block;
	border: 1px solid #efefef;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-top:1em;
  margin-bottom:2em;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border: 1px solid #000;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fb-video {
  padding-bottom: 55%;
}

#work p {
	
}
div.right { text-align:right;}