/**
Site Name:   Sylvia Brewster	
Theme URI:    http://sylviabrewster.com/
Description:  Custom site for Sylvia Brewster
Version:      1.2
Author:       Sylvia Brewster
Author URI:   http://sylviabrewster.com
**/

/**********
CONTENTS:
  01 Reset, Sensible defaults
  02 Header and Navigation
  03 Project Styles
  04 Page Specific
  	a-Home
  	b-Website Design
  	c-Graphics
  	d-Illustrator
  	e-Textile Artist
  	f-Mirrors
  	G-Face Painting
  	H-About Sylvia
  		gg-Resumes
  	I-Contact

  05 Footer
**********/

/**********
COLORS:
  extra dark brown-#5c320e  // rgba(95, 65, 31, 1.0)
  dark brown  = #d49e74 // bread
  medium brown   = #eacfba // inside bread
  light brown  = #f8e7d6 // inside bread
  mustard  = #ffd257 // rgba(255, 210, 87, 1.0)
  light mustard  = #ffe9ad // 
  grey =  #738086 //
**********/

/**********
FONTS:
Headers
font-family: 'PT Mono', monospace;
Body Copy
font-family: 'Roboto', sans-serif;
Extras
font-family: 'PT Sans', sans-serif;	


**********/

/**********
01 Reset, Sensible defaults
**********/
/*Also using normalize.css*/

html { 
	box-sizing: border-box; 
}
*, *:before, *:after { box-sizing: inherit; }
img { max-width: 100%; border: 0; }
audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* Remove gaps between elements */
nav ul, nav ol, li, ul { list-style-type: none; padding: 0; margin: 0; } /* Remove bullets from lists in nav */
textarea { resize: vertical; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { clear: both; }
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}


/* ==========================================================================
02 HEADER and NAVIGATION
========================================================================== */
.sylvia-type-header{
	clear:both;
	position: fixed;
	top:-34px;
	width: 100%;
	z-index: 500;
}
.sylvia-type-logo-container{
	background-color: #000;
}
p.sylvia-type-logo-actual-font{
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;	
	font-size: 1.6rem;
	line-height: 1;
	padding: 2% 15% 6px;
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 0;
}
.type-logo-actual-font {

	text-transform: uppercase;
	font-size: 2rem;
	font-weight: bold;
}
.type-tagline{
	display: none;
	font-family: 'PT Mono', monospace;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin: 0 17% 15px;
	font-size: .8rem;
	padding-bottom: 20px;
}

input#menu{
    display: none;
}
.dropdown-menu{
    width:100%;
    position: fixed;
    z-index: 600;
    margin-top: 58px;
}

.dropdown-menu ul{
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}
.dropdown-menu a{
	color: #000;
    display: block;
    text-decoration: none;
    padding: 5px;
}
.dropdown-menu label{
    cursor: pointer;
    background: url(../img/open-hamburger-sylvia.svg) no-repeat center;
    background-size: 20px;
    margin: 5px;
    padding: 12px;
    transition: all .3s ease;
    text-align: left;
    display: inline-block;
    box-shadow: 2px 2px 10px #000;
    border-radius: 5px;
    position: fixed;
    top: 0;
    background-color: #fff;
} 

/* Toggle Effect */

/*.menu-content{
    max-height: 0;
    overflow: hidden;
    text-align: center;
    line-height: 1;
}*/
.menu-content{
    max-height: 0;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    background-color: #fff;
	box-shadow: 2px 2px 10px #000;
}
.menu-content ul li a:hover {
	color: #d49e74;
}

/*input:checked ~ .menu-content{
    max-height: 1000px;
    transition: all ease 1s;
    overflow: visible;
}*/
input:checked ~ .menu-content {
    max-height: 1000px;
    transition: all ease .5s;
    overflow: visible;
    background-color: #fff;
    box-shadow: 2px 2px 10px #000;

/*    text-align: left;
    margin-left: 41px;*/

}

input:checked ~ label{
    background: url(../img/close-hamburger-sylvia.svg) no-repeat center;
    background-size: 30px;
}

#currentPage {
	color: #ffd257;
	background-color: #000;
	padding: 5px;
}



/* ==================================MEDIA QUERIES-HEADER and NAVIGATION=========================================**/


@media (min-width: 300px) {

	.dropdown-menu{
	    margin-top: 52px;
	}
	.dropdown-menu label {
		margin: 8px 13px;
	}
	.menu-content {
	    margin-top: 12px;
	}
	p.sylvia-type-logo-actual-font {
		font-size: 1.8rem;
	}
}
@media (min-width: 342px) {
	.dropdown-menu {
    	margin-top: 24px;
	}
}
@media (min-width: 500px) {
	p.sylvia-type-logo-actual-font {
		font-size: 2.4rem;
		padding: 24px 15% 0px;
/*		padding-bottom: 16px;*/
	}
	.type-tagline {
	    display: block;
	}
	.dropdown-menu {
	    margin-top: 78px;
	}
	.dropdown-menu label {
		margin: 4% 43px;
		background-size: 26px;
		padding: 15px;
	}
}
@media (min-width: 700px) {
	p.sylvia-type-logo-actual-font {
	    padding: 18px 15% 0px;
	}
	.type-tagline {
		display: block;
	}

	label.overlay {
	    display: none;
	}
	.menu-content {
	overflow: visible;
	max-height: 100%;
	transition: none;

	padding-bottom: 12px;
	}
	.menu-content ul {
    margin-bottom: 0;
    padding-top: 12px;
	}
	.menu-content ul li {
	    max-width: 90%;
	    margin: auto;
	    display: inline-block;
	}

	/*#menu:checked ~ .menu-content {
		max-height: 100%;
	}*/
/*	.hamburger-container {
	    top: 94px;
	}*/
	#currentPage {
		padding: 10px;
	}
}
@media (min-width: 800px){

	.type-tagline {
		font-size: .9rem;
		margin: 0 19% 15px;
	}
}

@media (min-width: 900px){

	.menu-content ul li {
	    font-size: 1.1rem;
	    padding: 0 4px;
	}
}



/* ==================================END MEDIA QUERIES-HEADER and NAVIGATION=========================================**/

/* ==========================================================================
03 PROJECT STYLES
========================================================================== */

.content {
  flex: 1 0 auto;
  padding-top: 56px;
	position: relative;
}

body {
	background-color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #000;
/*	line-height: 1rem;*/
}
section:last-of-type {
	padding-bottom: 20px;
}

img {
    vertical-align: middle;
}
h1 {
	font-family: 'PT Sans', monospace;
 	font-size: 1.2rem;
 	text-align: center;
 	padding: .5rem 0;
 	margin: 0;
 }
h2 {
	font-family: 'PT Sans', monospace;
 	font-size: 1rem;
 	text-align: center;
 	padding: .5rem 0;
 	margin: 0;
}
h3 {
	font-family: 'PT Mono', monospace;
	font-size: .8rem;
	color: #000;
}
/*section {
	margin-bottom: 20px;
}*/
p {
	font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 0;
}
a {
	color: #ffffff;
}
ul li a:hover, a:hover {
	/*color: #d49e74;*/
	color: #ffd257;
	text-decoration: none;
	/*text-shadow: 1px 1px 1px #d49e74;
*/}


a:link, a:visited, a:active {
    text-decoration: none;
}
p {
	line-height: 1.5rem;
}
.quote {
	font-style: italic;
	margin: 9px 0 11px;
}
p.content-copy.quote {
    margin: 10px 12%;
}
.content-copy {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    list-style-type: disc;
    line-height: 1.4;
    margin-bottom: .4rem;
    font-size: 1rem;
    margin: 0 12%;
}
.sub-content {
    margin: 0 3%;
}
.top-header-type-container{
    padding-top: 43px;
    z-index: 300;
    position: relative;
}

.header-black-stripe {
	margin-top: -28px;
    top: 7px;
    height: 20px;
    background-color: #000;
    position: relative;
}
}

.header-type-container {
	margin-top: -17px;
	z-index: 300;
	position: relative;
}

h2.page-header {
    margin-top: -34px;
    text-align: center;
    font-size: 1rem;
    padding-right: 10%;
    background: url(../img/bread-texture.jpg) no-repeat center;
    background-size: 116%;
    text-shadow: 2px 2px 10px #000;
}
h2.header-type {
    width: 150px;
    border-radius: 0 20px;
    background-color: #d49e74;
    color: #fff;
    margin-left: 10px;
    margin-top: -22px;
    padding: .5rem;
    text-align: left;
    font-size: 1rem;
    padding-left: 25px;
    background: url(../img/bread-texture.jpg) no-repeat center;
    background-size: 116%;
    text-shadow: 2px 2px 10px #000;
    position: relative;
    z-index: 200;
}
.page-header, .section-header {
    text-align: center;
    margin-top: .2rem;
    color: #fff;
    background-color: #000;
    padding: .5rem;
}
.page-header, .section-header  {
	width: 100%;
	z-index: 500;
}
.page-header {
	position: fixed;
	margin-top: 59px;
}
.section-header {
	margin-top: 2.2rem;
}
.caption{
	position: absolute;
    left: 12%;
    top: 96px;
    padding: 28px 11px 16px;
    background-color: rgba(0,0,0, .75);
    border-radius: 20px;
    width: 75%;
    text-align: center;
    font-size: .8rem;
    font-family: 'PT Mono', monospace;
    line-height: 1.2rem;
}
p.border {
	    font-family: 'PT Mono', monospace;
	    color: #fff;
	}

/* ==================================MEDIA QUERIES-PROJECT STYLES=========================================**/

@media (min-width: 300px) {
	h2, h2.header-type {
	    font-size: 1.2rem;
	}
	h2.header-type {
	    width: 170px;
	}
	h3 {
		font-size: 1rem;
	}
	
	.content{
    	padding-top: 38px;
	}
	.sub-content {
	    margin: 0 4%;
	}
	.caption {
	    top: 98px;
	    padding: 9% 6% 6%;
	}
	.top-header-type-container {
	    padding-top: 59px;
	}
/*	.content-copy {
		margin: 9px 10%;
	}*/
}
@media (min-width: 400px) {
span.border, p.border {
	    font-size: .9rem;
	}
}
@media (min-width: 500px){
	.content {
	    padding-top: 92px;
		}
	.caption {
	    top: 150px;
	}
	span.border, p.border {
	    font-size: 1rem;
	}
}
@media (min-width: 700px){
	.content {
	    padding-top: 136px;
	}
	.sub-content {
	    margin: 0 6%;
	}
	.caption {
	    top: 193px;
	    padding: 6% 6% 5%;
	}
	span.border {
	    font-size: 1rem;
	    line-height: 1.8rem;
	}
}
@media (min-width: 1000px){
	.caption {
	    padding: 3% 6%;
/*	    max-width: 772px;
    	margin-left: 5%;*/
	}
	.sub-content{
	    max-width: 846px;
	    display: block;
	    margin: auto;
	}
}

/* ==================================END MEDIA QUERIES-PROJECT STYLES=========================================**/

/* ==========================================================================
04a Page Specific-HOME
========================================================================== */


.slices{
	z-index: 50;
}

.sandwich {
	position: relative;
	z-index: 50;
	margin-bottom: -40px;
}
.behind-sandwich{
	background-color: #fff;
	height:20px;
}
.art-bread{
	margin: 0 10%;
}
.sandwich-bread {
    margin: -11px 10% 36px;
}
.design-bread, .art-bread, .development-type-container{
	margin: 0 10% 10px;
}

.and-symbol, .make-sandwich-type{
	text-align:center;
	line-height: .9;
	margin:0;
	position: relative;
	z-index: 60;
}
.and-symbol{
	font-family: 'PT Mono', monospace;
	line-height: 0;
	font-size: 5rem;
}
.make-sandwich-type{
	font-family: 'PT Sans', sans-serif;	
	font-size: 2rem;
}
.development-type{
	font-family: 'PT Mono', monospace;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 3px 0;
}
.development-type-container{
	margin:auto;
	background-color: #fff;
	padding: 20px;
}
.development-type-container{
	padding: 15px 5px;
	background-color: #ffd257;
	background-color: rgba(255, 210, 87, 0.8);
	margin-bottom: 10px;
}
p.development-type a {
    color: #000;
}
p.development-type a:hover {
    color: #fff;
}
.make-sandwich-type-container {
	margin:auto;
	background-color: #fff;
	padding: 20px;
    z-index: 400;
    position: relative;
}
.fake-space{
	height: 600px;
}
.type-background {
    position: relative;
    width: 100%;
    height: 545px;
    top: 0;
    z-index: -10;
}
div.type-background ul li a{
	color: #000;
}
div.graphics-text-list-container{
	float: left;
	z-index: 10;
	left: 2%;
}

div.art-textile-text-list-container{
	float: right;
	z-index: 20;
	right: 2%;
}
div.art-textile-text-list-container, div.graphics-text-list-container{
	padding-bottom: 37px;
	position: absolute;
	width: 100%;
}
ul.graphics-text-list, ul.art-textile-text-list {
	color: #595451;
	font-family: 'PT Mono', monospace;
	font-size: .7rem;
	-webkit-margin-before: 1%;
	padding: 2%;
}

ul.art-textile-text-list {
	text-align: right;
}


/*div.center-content {
	position: relative;
	display: inline-block;
	padding: 30px 30px 10px;
}*/




/* ==================================MEDIA QUERIES-HOME=========================================**/

@media (min-width: 300px) {	
	div.graphics-text-list-container{
		float: left;
		margin-top: 81px;
	}
	div.art-textile-text-list-container{
		float: right;
		margin-top: 81px;
	}
	ul.graphics-text-list, ul.art-textile-text-list {
		font-size: .8rem;
	}

	.content-home {
	    padding-top: 84px;
	}
	a.bread-slices, img.sandwich-bread {
	    width: 60%;
        display: block;
        margin: auto;
	}
	.make-sandwich-type-container {
		padding: 25px;
	}
	.make-sandwich-type {
	    font-size: 1.5rem;
	}
	.sandwich{
		 margin-bottom: 0; 
	}
}
@media (min-width: 500px) {	
	.content-home {
	    padding-top: 126px;
	}
	a.bread-slices, img.sandwich-bread {
	    width: 50%;
	}
	.development-type, .make-sandwich-type {
	    font-size: 2rem;
	}

}

@media (min-width: 600px) {	

	a.bread-slices, img.sandwich-bread {
	    width: 40%;
	}

	.make-sandwich-type-container {
		background-color: none;
	}
}	

@media (min-width: 700px) {	

	.hamburger {
    	width: 40px;
	}
	.content-home {
	    padding-top: 182px;
	}
	div.graphics-text-list-container {
	    margin-left: 3%;
	}
	div.art-textile-text-list-container {
	    float: left;
	    margin-right: 3%;
	}

}
@media (min-width: 800px) {	
	a.bread-slices, img.sandwich-bread {
	    width: 30%;
	}

	div.graphics-text-list-container {
	    margin-left: 8%;
	}
	div.art-textile-text-list-container {
	    float: left;
	    margin-right: 8%;
	}

}
@media (min-width: 900px) {	

	div.graphics-text-list-container {
	    margin-left: 12%;
	}
	div.art-textile-text-list-container {
	    float: left;
	    margin-right: 12%;
	}

}	
@media (min-width: 1000px) {
	div.graphics-text-list-container {
	    margin-left: 17%;
	}
	div.art-textile-text-list-container {
	    float: left;
	    margin-right: 17%;
	}
}
@media (min-width:1100px) {	
	a.bread-slices, img.sandwich-bread {
	    width: 25%;
	}
}

/* ==================================END MEDIA QUERIES-HOME=========================================*


/* ==========================================================================
04b Page Specific-WEBSITE DESIGN
========================================================================== */
/*main.content.website-design-content {
    padding-top: 58px;
}*/

h2.page-header.website-design-page-header {
    margin-top: -90px;
/*    text-align: center;
    font-size: 1rem;
    padding-right: 10%;
    background: url(../img/bread-texture.jpg) no-repeat center;
    background-size: 116%;
    text-shadow: 2px 2px 10px #000;*/
}
h2.header-type.header-type-skills {
    top: -20px;
    margin-top: 0;
}
.parallax-website {
    /* The image used */
    background-image: url(../img/boxes-sketch-med.jpg);

    /* Set a specific height */
    min-height: 280px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
/*    margin-top: -100px;*/
}
section.website-examples {
    margin-top: 20px;
}
section.skills {
	   background-color: #f8e7d6;
	   margin-top: 65px;
}
.skills-header-container {
    position: relative;
    top: -10px;
}
.skills-container {
    margin-top: 20px;
    padding-bottom: 20px;
/*    background-color: #f8e7d6;*/
}
/*.website-design-content{
	padding-top: 153px;
}*/

.mobile-tablet-desktop-container {
	 background: url(../img/mobile-tablet-desktop.svg) no-repeat center;
	 height: 88px;
	 -webkit-transition: background-image 0.4s ease-in-out;
	transition: background-image 0.4s ease-in-out;

	background-color: #ffe9ad;
	position: relative;
	top: 0;
	background-size: 95%;
	background-position-y: 11px;
}
.mobile-tablet-desktop-container:hover {
	background: url(../img/mobile-tablet-desktop-red.svg) no-repeat center;
	background-size: 98%;
	background-color: #ffd257;
/*	background-color: #ffe9ad;*/
/*	background-position-x: 13px;*/
	background-position-y: 11px;
}

/*.header-type:hover {
    color: #ffd257;
}*/
/*.skills-content-container{
	background-color: #f8e7d6;
}*/
/*.skills-content-copy {
    padding: 20px 10%;
    margin-top: -20px;
}*/
.skills-content-copy {
    font-size: .8rem;
    font-family: 'PT Mono', monospace;
    line-height: 1.2rem;
    padding: 0 20px;
    text-align: left;
}
p.alt-content-copy {
/*    background-color: #ffd257;*/
/*background-color: rgba(255, 210, 87, 0.2);*/
}

label.drop {
	    display: none;
	}
input#content-drop{
    display: none;
}
input#content-drop:checked ~ .content-drop-box{
    /*max-height: 500px;*/
    max-height: 100%;
}
input#content-drop:checked ~ label.drop h2{
	color: #ffd257;
}
input#content-drop:~ label{
    background: url(../img/close-hamburger-sylvia.svg) no-repeat center;
    background-size: 30px;
    position: absolute;
    top: -20px;
}



input#skills-content-drop{
    display: none;
}
input#skills-content-drop:checked ~ .content-drop-box{
    /*max-height: 1000px;*/
    max-height: 100%;
}
input#skills-content-drop:checked ~ label.drop h2{
	color: #ffd257;
}
input#skills-content-drop:~ label{
    background: url(../img/close-hamburger-sylvia.svg) no-repeat center;
    background-size: 30px;
    position: absolute;
    top: -20px;
}


/*input#examples-content-drop:
*/

input#examples-content-drop{
    display: none;
}
input#examples-content-drop:checked ~ .content-drop-box{
    /*max-height: 5000px;*/
    max-height: 100%;
}
input#examples-content-drop:checked ~ label.drop h2{
	color: #ffd257;
}
input#examples-content-drop:~ label{
    background: url(../img/close-hamburger-sylvia.svg) no-repeat center;
    background-size: 30px;
    position: absolute;
    top: -20px;
}


.header-type-container label{
    display: block;
    cursor: pointer;
	transition: all .3s ease;
} 
/* Toggle Effect */
.content-drop-box{
    max-height: 0;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    transition: all ease 1s;
}
.content-copy.example-bms {
    margin-top: 15px;
}
.desktop-example {
	border-radius: 5px;
	border-style: solid;
    border-width: 1px;
    box-shadow: 5px 5px 24px grey;
    width: 100%;
    max-width: 100%;
    margin: 5px 0 10px;
}
.desktop-example-smaller {
    width: 500px;
}

h2.client-name, h3.site-features {
    text-align: left;
}
h3.site-features {
    margin: 5px 2px 10px;
}
.site-features-list ul li {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    list-style-type: disc;
    line-height: 1.4;
    margin-bottom: .4rem;
    font-size: .9rem;
}
.site-features-list ul {
    padding: 0 20px;
    margin-top: .2rem;
}
h2.client-name {
    background-color: #000;
/*    background-color: #8c5c36;*/
    
/*    background: url(../img/bread-texture.jpg) center;*/
    background-size: 59%;
    padding: 10px 17px;
    width: 200px;
    border-radius: 4px;
    margin: 10px 0 5px;
}
p.work-dates {
    text-align: left;
    padding: 0;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: .6rem;
    font-size: .9rem;
}


/* ================================== MEDIA QUERIES-WEBSITE DESIGN=========================================*/
@media (min-width: 300px) {
	.mobile-tablet-desktop-container {
 		height: 120px;
 		background-position-y: 16px;
 		background-size: 78%;
	}
	.site-features-list ul li, p.work-dates {
		font-size: 1rem;
	}
	.skills-content-copy {
		font-size: .9rem;
	}
	
}

@media (min-width: 500px) {
	.mobile-tablet-desktop-container {
	    height: 142px;
	}
	.mobile-tablet-desktop-container:hover {
		background-size: 85%;
	}
}


@media (min-width: 700px) {
	
	.mobile-tablet-desktop-container {
		height: 166px;
	    background-position-y: 75%;
	    background-size: 70%;
	}
	.mobile-tablet-desktop-container:hover {
		background-size: 75%;
		background-position-y: 100%;
	}
	
}
@media (min-width: 900px) {
	.mobile-tablet-desktop-container {
	    height: 205px;
	    background-size: 68%;
	}
	.mobile-tablet-desktop-container:hover {
		background-size: 75%;
		background-position-y: 100%;
	}
}

@media (min-width: 1000px) {
	.mobile-tablet-desktop-container {
	    height: 205px;
	    background-size: 650px;
	}
	.mobile-tablet-desktop-container:hover {
		background-size: 700px;
		background-position-y: 100%;
	}
	.desktop-example-med {
	    width: 700px;
	}
}


/* ==================================END MEDIA QUERIES-WEBSITE DESIGN=========================================*/

 

/* ==========================================================================
04c Page Specific-GRAPHICS
========================================================================== */
 .parallax-graphics {
     /* The image used */
     background-image: url(../img/phone-group-vector-graphics.png);

     /* Set a specific height */
     min-height: 500px;

     /* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
/*     margin-top: -16px;*/
 }
section.logo-examples, section.business-cards-examples, section.artwork-banners-ads-signage-examples {
     margin-bottom: 50px;
 }
.example-logos li {
    padding-bottom: 20px;
}
.logo-example-full {
    margin: auto;
    max-width: 100%;
    display: block;
}
.logo-example {
    margin: auto;
    max-width: 80%;
    display: block;
}
input#logo-examples-content-drop{
    display: none;
}
input#logo-examples-content-drop:checked ~ .content-drop-box{
    max-height: 100%;
}
input#logo-examples-content-drop:checked ~ label.drop h2{
	color: #ffd257;
}
input#logo-examples-content-drop:~ label{
    background: url(../img/close-hamburger-sylvia.svg) no-repeat center;
    background-size: 30px;
    position: absolute;
    top: -20px;
}

input#bc-examples-content-drop{
    display: none;
}
input#bc-examples-content-drop:checked ~ .content-drop-box{
    max-height: 100%;
}
input#bc-examples-content-drop:checked ~ label.drop h2{
	color: #ffd257;
}
input#bc-examples-content-drop:~ label{
    background: url(../img/close-hamburger-sylvia.svg) no-repeat center;
    background-size: 30px;
    position: absolute;
    top: -20px;
}



input#artwork-banners-ads-signage-examples-content-drop{
    display: none;
}
input#artwork-banners-ads-signage-examples-content-drop:checked ~ .content-drop-box{
    max-height: 100%;
}
input#artwork-banners-ads-signage-examples-content-drop:checked ~ label.drop h2{
	color: #ffd257;
}
input#artwork-banners-ads-signage-examples-content-drop:~ label{
    background: url(../img/close-hamburger-sylvia.svg) no-repeat center;
    background-size: 30px;
    position: absolute;
    top: -20px;
}
.space-between-images {
	height: 10px;
}
.adwords-nyc-guitar-example {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}
.example-bc ul:last-child {
    margin-bottom: 34px;
}

/* ================================== MEDIA QUERIES-GRAPHICS=========================================*/
@media (min-width: 300px) {
	.adwords-nyc-guitar-example {
	width: 50%;
	}
	img.adwords-nyc-guitar-example.ad-example {
	    width: 150px;
	}
}

@media (min-width: 500px) {
	.adwords-nyc-guitar-example {
	width: 40%;
	}
	img.logo-example {
	    max-width: 300px;
	}
	img.logo-example-full, img.ad-example {
	    max-width: 450px;
	    margin:auto;
	    display: block;
	}
	
}

/*@media (min-width: 600px) {
	
}*/

/*@media (min-width: 700px) {
	
}*/

/*@media (min-width: 800px) {
	
}*/
/*@media (min-width: 900px) {
	
}*/
/*@media (min-width: 1000px) {
	
}*/


/* ==================================END MEDIA QUERIES-GRAPHIC=========================================*/



/* ==========================================================================
04d Page Specific-ILLUSTRATOR
========================================================================== */

.parallax-illustrator {
    /* The image used */
    background-image: url(../img/red-root.png);

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.illustration-examples-container {
	margin-top: 10px;
}
.illustrator-photo {
    border-radius: 20px;
    display: block;
    margin: auto;
    margin-top: 16%;
    max-width: 75%;
}
img.pencil-location {
    margin: 145% 0 0;
}

.pencil-container {
	background-image: url(../img/pencils-silo-vert-trans.png);
	min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.illustration-section-header{
	margin-top: 0;
}

p.illustration-description {
	line-height: 1.2rem;
    padding-bottom: 0;
    font-style: italic;
}
/*.caption2 {
	position: absolute;
    top: 40%;
    background-color: transparent;
    padding: 0;
    width: 100%;
    left: 0;
}*/

.caption-illustrator-page {
	position: absolute;
    left: 12%;
    top: 16%;
    padding: 20px;
    background-color: rgba(0,0,0, .7);
    border-radius: 20px;
    width: 75%;
    text-align: center;
}
.caption-illustrator-page  span.border {
    color: #fff;
}
img.illustration-example {
    width: 80%;
    display: block;
    margin: 20px auto 0;
    max-width: 400px;
}
/* ================================== MEDIA QUERIES-ILLUSTRATOR=========================================*/


@media (min-width: 200px) {
	img.pencil-location {
	    margin: 69% 0 0;
	    width: 134%;
	}
}

@media (min-width: 300px) {
	img.pencil-location {
	    margin: 44% 0 0;
	    width: 65%;
	}
	img.fit-logo,  img.noble-logo,{
        margin-top: 25px;
        max-width: 200px;
        margin-bottom: 10px;
	}
}

@media (min-width: 400px) {
	img.pencil-location {
    	margin: 24% 0 0;
        width: 64%;
	}
}
@media (min-width: 500px) {
	img.pencil-location {
    margin: 15% 0 0;
    width: 50%;
	}
}
/*@media (min-width: 600px) {
	
}*/

@media (min-width: 700px) {

	img.pencil-location {
	    margin: 5% 0 0;
		width: 39%;
	}
}

/*@media (min-width: 800px) {
	
}*/
/*@media (min-width: 900px) {
	
}*/
@media (min-width: 1000px) {
	.parallax-illustrator {
			height: 300px;
		}
	img.pencil-location {
	    top: 31px;
	    position: absolute;
	    width: 400px;
	    margin: 0;
	}
/*	img.pencil-location {
	        width: 78%;
	        height: 18%;
	        position: absolute;
	        top: 160px;
	        left: -122px;
	}*/
}


/* ==================================END MEDIA QUERIES-ILLUSTRATOR=========================================*/



/* ==========================================================================
04E Page Specific-TEXTILE ARTIST
========================================================================== */

.parallax-textile {
    /* The image used */
    background-image: url(../img/chintz-crop.jpg);

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.caption-textile-page {
    position: absolute;
    left: 12%;
    top: 250px;
    padding: 20px;
    background-color: rgba(0,0,0, .7);
    border-radius: 20px;
    width: 75%;
    text-align: center;
}
.caption-textile-page span.border {
    color: #fff;
}
.textile-examples-container {
	margin-top: 10px;
}
img.placement-screenprint {
    width: 80%;
    display: block;
    margin: 20px auto;
    max-width: 400px;
}
.textile-examples li {
    margin-bottom: 25px;
}


img.textile-print {
    width: 80%;
    display: block;
    margin: 20px auto 0;
    max-width: 400px;
}


/* ================================== MEDIA QUERIES-TEXTILE ARTIST=========================================*/
/*@media (min-width: 300px) {
	
}*/

/*@media (min-width: 500px) {
	
}*/

/*@media (min-width: 600px) {
	
}*/

/*@media (min-width: 700px) {
	
}*/

/*@media (min-width: 800px) {
	
}*/
/*@media (min-width: 900px) {
	
}*/
/*@media (min-width: 1000px) {
	
}*/


/* ==================================END MEDIA QUERIES-TEXTILE ARTIST=========================================*/


/* ==========================================================================
04F Page Specific-MIRRORS
========================================================================== */

.parallax-mirrors {
    background-image: url(../img/fire.jpg);
    min-height: 422px;
    background-attachment: fixed;
    background-position: 44% 90px;
    background-repeat: no-repeat;
    background-size: 334px;
}

.mirror-header {
    position: fixed;
    margin-top: 56px;
}
.mirror-examples-container {
	margin-top: 10px;
}
img.mirror-example {
    width: 80%;
    display: block;
    margin: 20px auto 0;
    max-width: 400px;
}


/* ================================== MEDIA QUERIES-MIRRORS=========================================*/
@media (min-width: 300px) {
	.parallax-mirrors {
	    background-size: 341px;
	    background-position: 44% 67px;
	}
}

@media (min-width: 500px) {
	.parallax-mirrors {
	    background-size: 367px;
	    background-position: 44% 104px;
	}
}

/*@media (min-width: 600px) {
	
}*/

@media (min-width: 700px) {
	.parallax-mirrors {
	    background-size: 367px;
	    background-position: 44% 143px;
	}
}

/*@media (min-width: 800px) {
	
}*/
/*@media (min-width: 900px) {
	
}*/
/*@media (min-width: 1000px) {
	
}*/


/* ==================================END MEDIA QUERIES-MIRRORS=========================================*/


/* ==========================================================================
04G Page Specific-FACE PAINTING
========================================================================== */

.parallax-face-painting {
    background-image: url(../img/adult-face-painting-ct-sylvia-brewster.jpg);
    min-height: 422px;
    background-attachment: fixed;
    background-position: 77% 33px;
    background-repeat: no-repeat;
    background-size: cover;
  /*  background-size: 334px;*/
}
/*.face-painting-header {
    position: fixed;
    margin-top: 56px;
}*/
.face-painting-examples-container {
	margin-top: 10px;
}
img.face-painting-example {
    width: 80%;
    display: block;
    margin: 20px auto 0;
    max-width: 400px;
}

/* ================================== MEDIA QUERIES-FACE PAINTING=========================================*/
/*@media (min-width: 300px) {
	.parallax-face-painting {
	    background-size: 341px;
	    background-position: 44% 67px;
	}
}

@media (min-width: 500px) {
	.parallax-face-painting {
	    background-size: 367px;
	    background-position: 44% 104px;
	}
}
*/
/*@media (min-width: 600px) {
	
}*/

/*@media (min-width: 700px) {
	.parallax-face-painting {
	    background-size: 367px;
	    background-position: 44% 143px;
	}
}*/

/*@media (min-width: 800px) {
	
}*/
/*@media (min-width: 900px) {
	
}*/
/*@media (min-width: 1000px) {
	
}*/


/* ==================================END MEDIA QUERIES-MIRRORS=========================================*/

/* ==========================================================================
04H Page Specific-ABOUT SYLVIA
========================================================================== */

/*.about-sylvia-content{
	padding-top: 98px;
}*/
.professional-history {
/*	padding-top: 50px;*/
}
.parallax-office {
    /* The image used */
    background-image: url(../img/office.jpg);

    /* Set a specific height */
    min-height: 370px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.caption {
	position: absolute;
    left: 12%;
    top: 11%;
    padding: 20px;
    background-color: rgba(0,0,0, .7);
    border-radius: 20px;
    width: 75%;
    text-align: center;
}*/
.caption span.border {
    color: #fff;
}
.about-info.sub-content {
    margin-bottom: 50px;
}
.about-photo {
    border-radius: 20px;
    margin: 35px auto 25px;
    max-width: 80%;
    display: block;
}
.fit-logo,  .noble-logo, .sva-logo, .fm-logo, .bbg-logo {
	display: block;
    margin: 25px auto 4px;
}

.noble-logo  {
	max-width: 170px;
}
.fit-logo{
	max-width: 244px;
}
.sva-logo, .fm-logo, .bbg-logo {
	max-width: 126px;
}
p.school-studies {
    font-weight: 600;
}
p.school-studies-description {
	font-style: italic;
	font-size: .9rem;
}
p.school-studies, p.school-studies-description {
	line-height: 1.2rem;
	padding-bottom: 0;
}

/* ================================== MEDIA QUERIES-ABOUT SYLVIA=========================================*/
@media (min-width: 300px) {
	.about-photo {
	    max-width: 200px;
	}
}

@media (min-width: 500px) {
	.about-photo {
	    max-width: 300px;
	}
}

/*@media (min-width: 600px) {
	
}*/

/*@media (min-width: 700px) {
	
}*/

/*@media (min-width: 800px) {
	
}*/
/*@media (min-width: 900px) {
	
}*/
/*@media (min-width: 1000px) {
	
}*/


/* ==================================END MEDIA QUERIES-ABOUT SYLVIA=========================================*/



/* ==========================================================================
04gg Page Specific-RESUMES
========================================================================== */




/* ================================== MEDIA QUERIES-RESUMES=========================================*/
/*@media (min-width: 300px) {
	
}*/

/*@media (min-width: 500px) {
	
}*/

/*@media (min-width: 600px) {
	
}*/

/*@media (min-width: 700px) {
	
}*/

/*@media (min-width: 800px) {
	
}*/
/*@media (min-width: 900px) {
	
}*/
/*@media (min-width: 1000px) {
	
}*/


/* ==================================END MEDIA QUERIES-RESUMES=========================================*/



/* ==========================================================================
04I Page Specific-CONTACT
========================================================================== */
.parallax-contact {
    /* The image used */
    background-image: url(../img/design-computer.jpg);

    /* Set a specific height */
    min-height: 334px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h2.header-type.contact-header {
    width: 200px;
}
.caption.caption-two {
    top: 249px;
    background-color:rgba(95, 65, 31, 0.9);
    /*background-color: rgba(95, 65, 31, 0.80);*/
    padding: 24px;
    height: 93px;
}

p.contact-copy {
/*	font-family: 'Roboto', sans-serif;
    text-align: center;*/
    padding: 5% 10% 2%;
    background-color: #f8e7d6;
    margin: 0;
}
a.contact-copy.content-copy-second {
    font-size: .6rem;
}

p.content-copy-second {
	padding-top: 0;
	padding-bottom: 5%;
}
p.content-copy.content-copy-contact {
    padding-top: 20px;
/*    padding-bottom: 20px;*/
    /*text-align: center;*/
}
.contact-photo {
	display: block;
    margin: auto;
    max-width: 150px;
    border-radius: 5%;
    margin-top: 16%;
}


.contact-page-header{
	margin-top: 3px;
}
section.contact-photo-copy-container {
    margin: 72px 0 20px;
}
.serving-area {
	background-color: #ffe9ad;

}
img.contact-bottom-photo{
	width: 100%;
}
/* ================================== MEDIA QUERIES-CONTACT=========================================*/

@media (min-width: 250px) {
	a.contact-copy.content-copy-second {
	    font-size: .7rem;
	}
}



@media (min-width: 300px) {
	a.contact-copy.content-copy-second {
	    font-size: .8rem;
	}
}

@media (min-width: 500px) {
	a.contact-copy.content-copy-second {
	    font-size: 1rem;
	}
}

/*@media (min-width: 600px) {
	
}*/

/*@media (min-width: 700px) {
	
}*/

/*@media (min-width: 800px) {
	
}*/
/*@media (min-width: 900px) {
	
}*/
/*@media (min-width: 1000px) {
	
}*/


/* ==================================END MEDIA QUERIES-CONTACT=========================================*/



/* ==========================================================================
 06 Footer
========================================================================== */
footer {
/*	position: relative;*/
	background-color: #000;
	z-index: 400;
}
.footer {
  flex-shrink: 0;
}

.footer-container {
	padding: 8px;
	bottom:0;
	left: 0;
	color: #fff;
	clear: both;
/*	flex-shrink: 0;*/
}
/*.footer-container a{
	color: #16b3e9;
}
.footer-container a:hover{
	color: #fff;
}*/

.copyright, .phone, .email {
    text-align: center;
    position: relative;
    font-size: .8rem;
	line-height: 1.2rem;
    font-family: 'PT Mono', monospace;
}

/* ==================================MEDIA QUERIES-FOOTER=========================================**/

 @media (min-width: 700px) {
 	p.phone, p.email  {
		bottom: 14px;
 	}
	p.phone {
	    float: left;
	    left: 7%;
	}
	p.email {
		float:right;
		right: 7%;
	}
	p.copyright {
	    top: 7px;
	    right: 46px;
	}
}
@media (min-width: 800px) {
	p.phone {
	    left: 12%;
	}
	p.email {
		right: 12%;
	}
}
@media (min-width: 1000px) {
	p.phone {
	    left: 16%;
	}
	p.email {
		right: 16%;
	}
}
@media (min-width: 1200px) {
	p.phone {
	    left: 20%;
	}
	p.email {
		right: 20%;
	}
}

/* ==================================END MEDIA QUERIES-FOOTER=========================================**/
