/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: 'ATypewriterForMe';
  src:  url('fonts/ATypewriterForMe.ttf') format('truetype');
}
@font-face {
  font-family: 'Type Keys Filled';
  src:  url('fonts/Type Keys Filled.ttf') format('truetype');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Spinnaker', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color:#333;
}
a {
	color:#333;
	text-decoration: none;
}
ol, ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}

p, li {
	font-size: 16px;

}
p {
	margin:0 0 20px;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'ATypewriterForMe', 'Spinnaker', sans-serif;
	font-size: 30px;
	text-transform: lowercase;
	margin:0 0 20px;
}
.clear {
	clear: both;
}

.typekeys {
	font-family: 'Type Keys Filled', 'Spinnaker', sans-serif;
	font-size: 70px;
	color:#fff;
}

small {
	font-size: 90%;
}

.italic {
	font-style: italic;
}

/*****************************************

Header

*****************************************/

.header {
	background: #333333;
	text-align: center;
	position: relative;
	width: 100%;
}
.header img {
	margin:0 auto;
	position: relative;
}
.nav {
	bottom: 40px;
    left: 300px;
    position: absolute;
}
.nav ul {
	margin:0;
	padding:0;
}
.nav li, .nav a {
	color:#fff;
	font-family: 'ATypewriterForMe', 'Spinnaker', sans-serif;
	text-transform: lowercase;
}
.nav a:hover {
	color:#f3acab;
}
.nav li {
	display: inline-block;
	padding:0 20px 0 0;
}
.nav li:after {
	content: url('images/rose-dot.png');
}
.nav li:last-child:after {
	content:none;
}

.header-inside {
	width: 100%;
	max-width: 1080px;
	position: relative;
	margin:0 auto;
}
.halfcircle {
	position: relative;
	margin:-20px auto;
	width: 64px;
	bottom:-25px;
}

/*****************************************

Body

*****************************************/

.wrapper {
	max-width: 1080px;
	position: relative;
	margin:40px auto;
	padding-top: 40px;
}
.intro {
	padding:60px 0;
}
.intro p {
	font-size: 18px;
	line-height: 1.4;
}

.shortcut {
	background: #f3acab;
	padding:30px 20px;
	border-radius: 20px;
	color:#fff;
	text-align: center;
	font-family: 'ATypewriterForMe', 'Spinnaker', sans-serif;
	font-size: 26px;
	text-transform: lowercase;
	border:none;
	cursor: pointer;
	transition: 0.9s;
	border:6px double #333333;
}
.shortcut:hover {
	opacity: 0.6;
}

.landing-buttons {
	width: 32%;
	margin-right: 2%;
}
.landing-buttons:nth-child(3n) {
	margin-right:0;
}

.floathalf {
	width: 350px;
}
.floathalf:nth-child(2n) {
	margin-right: 0;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}

.clr {
	clear:both;
}

.aroundbuttons {
	max-width: 750px;
	position: relative;
	margin:0 auto;
}

.bg-dark {
	background: #333333;
}

.landing-graphic {
	text-align: center;
	margin:0 0 40px;
}

.work {
	padding: 40px 0;
}

ul.Mag{ width:100%;
        margin:auto;
        text-align: center;
}

ul.Mag li{display:inline-block;
    width:19%;
    
}

ul.Mag li img {width:100%;
                height: auto;}

.work-row {
	position: relative;
	width: 100%;
	overflow: auto;
}
.work .magazine {
	float: left;
	width: calc(16.667% - 20px);
	margin:10px;
}
	.magazine img {
		max-width: 100%;
	}

.magazine-container {
	position: relative;
	padding:30px 0 40px;
	width: 40%;
	float: left;
}
.magazine {
	float: left;
	width: 25%;
	/*width: calc(16.667% - 20px);*/
	margin:10px;
    height: 130px;
}
	.magazine img {
		max-width: 100%;
	}

.work-list {
	position: relative;
	padding:40px 0;
	line-height: 1.5;
	width: 60%;
	float: right;
}
.work-list h2 {
	font-size: 23px;
	margin:0 0 20px;
}
.work-list a {
	color:#f3acab;
}
.work-list a:hover {
	text-decoration: underline;
	color: #f8bab9;
}
.work-list ul {
	margin:0 0 20px;
}

.butterfly {
	width: 100%;
	overflow: auto;
}

.butterfly img {
	float:left;
	padding-right: 20px;
}

hr {
	border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact {
	width: 100%;
	max-width: 600px;
	margin:0 auto;
}
.contact li {
	margin:0 0 15px;
}
input[type="text"], textarea {
	width: 96%;
	padding:10px;
	border:1px solid #ccc;
	margin-top: 8px;
}
label {
	margin:0 0 5px;
}
input[type="submit"] {
	padding:10px 15px;
	background: #f3acab;
	color:#fff;
	text-transform: uppercase;
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	border-bottom:6px solid #d19595;
	border-left:none;
	border-right:none;
	border-top:none;
	cursor: pointer;
}

.contact h2 {
	margin:0 0 20px;
}
.errorblurb {
	color:#f3acab;
}
.pinktext {
	color:#f3acab;
}

.pinktext a:hover {
	color:#f8bab9;
}

.floatleftphoto {
	float: left;
	margin:0 20px 15px 0;
}

/*****************************************

Footer

*****************************************/

footer {
	background:  url('images/footeraccent.png') no-repeat scroll top center #f2f2f2;
	padding:40px;
	min-height: 200px;
	width: 100%;
	clear: both;
}

footer li {
	list-style: none;
	margin:0;
	padding:0 20px;
	display: inline-block;
}
footer ul {
	margin:0;
	padding:80px 0 20px;
	text-align: center;
}
footer p {
	text-align: center;
}
footer a:hover {
	color:#f8bab9;
}

footer img {
}

footer img:hover {
	opacity: 0.7;
}

.no-butterflies {
	background:  none no-repeat scroll top center #f2f2f2;
}

/*****************************************

MEDIA QUERIES

*****************************************/

@media screen and (max-width:1080px) {
	.wrapper {
		padding:0 20px;
	}
	.header-inside img {
		width: 100%;
	}
}

/*****************************************
iPad - Landscape - 1024px
*****************************************/

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

}



/*****************************************
iPad - Portrait - 768px
*****************************************/

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

	.nav {
		left:210px;
	}
	.nav li, .nav a {
		font-size: 12px;
	}
    img{ width: 96%;
        height: auto;}
    
    
    .floatleftphoto {
    float: left;
    margin: 0 6px 14px -6px;
}
    
.butterfly img {
    float: left;
    padding-right: 36px;
    width: 58px;}
    
 footer {
    background: url('images/footeraccent.png') no-repeat scroll top center #f2f2f2;
    padding: 40px 0px;
    min-height: 200px;
    width: 100%;
    clear: both;
}
    footer img {
        width: 41px;}
}



/*****************************************
iPhone6 Plus - Landscape - 736px
*****************************************/

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

	.nav {
		display: none;
	}
.header-inside img {
    width: 90%;
    right: 17px;
    }
    
#H-menu {
  display: none;
  width: 100%;
  float: none;
  position: relative;
  height: 215px;
  background-color: #333333;
}
#H-menu ul {
  display: block;
margin-top: 0px;
padding-left:0px;
margin-right:0px;
margin-bottom: 0px;
padding-top: 4px;
}
#H-menu ul li {
  display: block;
border-bottom: 2px solid white; 


}
#H-menu ul li a {
  display: block;
    color: white;
    text-align: center;
    padding:10px;
    
}


.button-nav {
/*   border: 3px solid white; */
  height: 40px;
   right: 4px;
  position: absolute;
  top: 33px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
}

.button-nav .inner,
.button-nav .inner::before,
.button-nav .inner::after {
  background-color: white;
  content: "";
  display: block;
  height: 3px;
  width: 32px;
  -webkit-transition: all .3s ease;
  transition: all .5s cubic-bezier(0.68,-0.55,0.265,1.55);
}

.button-nav .inner {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.button-nav .inner::before {
  margin-top: -10px;
  position: absolute;
}

.button-nav .inner::after {
  margin-top: 10px;
  position: absolute;
}

.button-nav.button-close .inner {
  background-color: transparent;
  left: 54%;
}

.button-nav.button-close .inner::before,
.button-nav.button-close .inner::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  width: 29px;
}

.button-nav.button-close .inner::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
  
ul.Mag li {
    display: block;
    width: 100%;
    padding: 4px 0px;
    
    
    

}



/*****************************************
Samsung Galaxy Note - Landscape - 640px
*****************************************/

@media screen and (max-width:640px) {
    .landing-buttons{width: 100%;
                    margin-right:0px
    }
}




/*****************************************
Samsung Galaxy Note - Landscape - 360px
*****************************************/

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

}



/*****************************************
iPhone6 - Landscape - 667px
*****************************************/

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

}



/*****************************************
iPhone6 Plus - Portrait - 414px
*****************************************/

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

}



/*****************************************
iPhone6 - Portrait - 375px
*****************************************/

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

}



/*****************************************
iPhone5 and Below - Landscape - 568px
*****************************************/

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

}



/*****************************************
iPhone5 and Below - Portrait - 320px
*****************************************/

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

	.magazine-container {
	position: relative;
	padding:40px 0 0;
	width: 50%;
	float: left;
}
.magazine {
	float: left;
	width: 100%;
	/*width: calc(16.667% - 20px);*/
	margin:10px;
}
	.magazine img {
		max-width: 100%;
	}

.work-list {
	position: relative;
	padding:40px 0;
	line-height: 1.5;
	width: 40%;
	float: right;
}

}
