/*
Theme Name: Template
*/


html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Helvetica, sans-serif;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	width: 100%;
	font-size: 11pt;
	letter-spacing: .01em;
}

html, body {
	height: 100%;
}

img {
	-ms-interpolation-mode: bicubic;
}


b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}



ul {
	list-style: none;
	width: 100%;
}

.name {
	font-size: 13pt !important;
	letter-spacing: 3pt !important;
	position: fixed;
	top: 0;
	left: 0;
	margin: 30px 0 30px 30px;
	z-index: 1000000000;
	
}

.name, .name a, .name a:visited {
	color: #FF91AF;
	border-bottom: 0;
}

.name a:hover, .name a:visited:hover {
	border-bottom: 0;
	color: #FF91AF;
}


/* ===================== LINKS ===================== */

a, a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}

a:hover, a:visited:hover {
	color: #FF91AF;
	text-decoration: none;
	border-bottom: 1px solid #FF91AF;
	padding-bottom: 1px;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

.section {
	width: 100%;
	height: auto;
}




/* ===================== FADE-IN ANIMATION ===================== */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#container, header, #textcontent, #worknav {
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
    animation: fadein 3s;
}



/* ===================== HEADER =====================  */

header {
	position: fixed;
	top: 90px;
	left: 30px;
	width: 150px;
}

header li a, header li a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 0;
}

header li a:hover, header li a:visited:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000;
}

header li {
	margin-bottom: 10px;
	text-transform: uppercase;
	display: inline;
}
 
/* ===================== CONTAINER ===================== */

#container {
	width: 80%;
	margin: 0px auto 0 auto;
}

#rightcol {
	margin: 0 0 0 300px;
}


/* ===================== SLIDESHOW TITLES ===================== */

#projecttitle {
	width: 100%;
	margin: 15px 0;
	text-align: center;
}

/* ===================== SLIDESHOW HEIGHT ===================== */


.bx-wrapper img {
	max-width:100%;
	height: auto;
}

/* ===================== TEXT CONTENT ===================== */

#textcontent {
	margin-top: 30px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

#textcontent p {
	margin-top: 20px;
	line-height: 20pt;
}

#textcontent strong {
	color: #FF91AF;
	font-weight: normal;
}

.newspage {
	width: 600px !important;
}

.newspage p {
	line-height: 24pt;
}

.sounddiv {
	height: 600px;
	padding-top: 280px;
}

/* ===================== WORKNAV ===================== */

#worknav {
	position: fixed;
	top: 160px;
	left: 30px;
	display: none;
}

#worknav li {
	margin-bottom: 10px;
	text-transform: uppercase;
}

#worknav li a, a:visited {
	text-decoration: none;
	border-bottom: none;
}

#worknav .selected a {
	color: #FF91AF;
 }
 
#worknav .current a {
	color: #FF91AF;
 }

.section {
	width: 100%;
	padding-top: 17px;
	margin-bottom: 150px;
	border: 0;
	outline: 0;
}

.section .inView {
}

.section .current {
}

/* ===================== EMBED CONTAINER ===================== */

.embed-container iframe {
	width: 62.4vw;
	height: 35vw;
}

/* ===================== AUDIO =====================  */


.sc_fancy_player_container .mejs-currenttime, 
.sc_fancy_player_container .mejs-duration, 
.sc_fancy_player_container .mejs-time-rail
.sc_fancy_player_container .mejs-time-total,
.sc_fancy_player_container .mejs-time-slider,
.sc_fancy_player_container .mejs-time-current,
.sc_fancy_player_container .mejs-time-loaded,
.sc_fancy_player_container .mejs-time-buffering,
.sc_fancy_player_container .mejs-time-handle,
.sc_fancy_player_container .mejs-time-float,
.sc_fancy_player_container .mejs-time-float-current
  {
	font-size: 8pt;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #FF91AF;
}

/*===================== Elements =====================  */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}


/* ===================== Accessibility ===================== */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}


/* ===================== Clearings =====================  */

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

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


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

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* ===================== DESKTOPS @ NARROW ===================== */

@media only screen 
and (max-width : 710px) {

#textcontent {
	margin: 30px auto 10px auto;
	width: 85%;
}

.newspage {
	width: 250px !important;
	margin: 30px auto 10px auto;
}

}

/* ===================== IPAD ===================== */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 

#textcontent {
	margin-top: 100px;
	width: 500px;
	padding: 0 15px 0 15px;
}

#textcontent .newspage {
	width: 250px !important;
}

}

/* ===================== Safari 6.1-8.0 (6.1+) ===================== */

@media screen and (min-color-index:0)
and(-webkit-min-device-pixel-ratio:0)
and (max-width : 450px) { 

}


/* ===================== IPHONE 5 ===================== */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {

#rightcol {
	margin-left: 0;
}

html, body {
	font-size: 10pt;
}

#container {
	text-align: center;
	width: 90%;
	margin: 90px auto 0 auto;
}

.section {
	padding-top: 40px;
	margin-bottom: 150px;
}

.name {
	position: fixed;
	top: 0;
	left: 0;
	margin: 13px 0 0 13px;
	z-index: 1000000000;
}


header {
	z-index: 1000000000;
	position: fixed;
	top: 60px;
	left: 13px;
	width: 320px;
}

header li {
	margin-bottom: 5px;
	display: inline;
	margin-right: 12px;
	background-color: transparent !important; 
}

header ul {
	margin: 0;
	padding: 0;
}

#textcontent {
	font-size: 9pt !important;
	margin-top: 90px;
	width: 100%;
	padding: 0 15px 0 15px;
}

#textcontent p {
	max-width: 300px;
	line-height: 15pt !important;
}

.newspage {
	width: 100% !important;
}

#textcontent br {
	margin-bottom: 10px;
}

#container {
	padding-bottom: 5px;
}

.embed-container iframe {
	width: 290px !important;
	height: 165px !important;
	margin: 0 auto 0 0 !important;
}

.sounddiv {
	height: 450px;
	padding-top: 215px;
}

}




/* ===================== IPHONE 5 ===================== */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {

html, body {
	font-size: 11pt;
}

#container {
	padding-bottom: 5px;
}

#rightcol {
	margin-left: 0;
}

.section {
	padding-top: 17px;
}

.name {
	position: fixed;
	top: 0;
	left: 0;
	margin: 20px 0 0 20px;
	z-index: 1000000000;
}

header {
	z-index: 1000000000;
	position: fixed;
	top: 60px;
	left: 20px;
}

header li {
	margin-bottom: 5px;
	display: inline;
	margin-right: 12px;
}

#textcontent {
	margin-top: 70px;
	width: 98%;
	padding: 0 15px 0 15px;
}

#textcontent p {
	line-height: 17pt !important;
}

.newspage {
	width: 98% !important;
}

.newspage p {
	line-height: 17pt !important;
}

#textcontent br {
	margin-bottom: 10px;
}

#textcontent p {
	margin-top: 10px;
	line-height: 11pt;
}

.embed-container iframe {
	width: 360px !important;
	height: 210px !important;
	margin: 0 auto 0 11% !important;
}


#projecttitle {
	width: 100%;
	margin: 15px auto 0 auto;
	text-align: center;
}

.sounddiv {
	height: 200px;
	padding-top: 85px;
}


}

/* ===================== IPHONE 4 ===================== */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {

.embed-container iframe {
	margin: 0 auto 0 auto;
}

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {
.embed-container iframe {
}

}

/* ===================== IPHONE6 ===================== */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 

html, body {
	font-size: 10pt;
	line-height: 12pt;
}

.section {
	padding-top: 50px;
	padding-bottom: 130px;
}

#container {
	margin-top: 150px;
}

}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px)  
and (orientation : landscape) { 

html, body {
	font-size: 10pt;
	line-height: 12pt;
}

#container {
	margin-top: 18px;
}

#textcontent {
	width: 425px;
	padding: 0 15px 0 15px;
	margin: 70px auto 20px auto;
}

.embed-container iframe {
	width: 64vw;
	height: 63vh;
	margin: 0;
}

.sounddiv {
	height: 200px;
	padding-top: 85px;
}

}

/* ===================== GOOGLE NEXUS ===================== */

@media screen and (device-width: 604px) 
and (device-height: 966px) {

#textcontent {
	margin: 100px 50px 50px 50px;
	width: 500px;
	padding: 0 15px 0 15px;
}

}

@media screen and (device-width: 600px) 
and (device-height: 960px) {

#textcontent {
	margin: 100px 50px 50px 50px;
	width: 500px;
	padding: 0 15px 0 15px;
}

}