/*
* SAYWHATFOO
* http://saywhatfoo.com
* Copyright &copy; 2014
*
* Website design
* by Philip Rhie
* http://philiprhie.com
*
* Please do not steal code!
*/

@import "foundation.css";

/*	
--------------------------------------------------
:: BASE
-------------------------------------------------- */

html, body { position: relative; height: 100%; min-height: 100%; }

body {
	background: #fff;
	padding-top: 0 !important;
}

body, button, input, select, textarea {
	color: #050505;
	font-family: 'Josefin Sans', sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
}

p {
	line-height: 1.7;
	font-size: 0.96em;
	color: #4d4d4f;
    font-weight: 300;
}

h1 {
	font-family: 'Amatic SC', cursive;
	display: block;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h2 {
	font-family: 'Amatic SC', cursive;
	display: block;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h3, h4, h5, h6 {
    font-family: 'Amatic SC', cursive;
	display: block;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	margin-top: 0;
    color: #4d4d4f;
}

/* Links */
a {
	background-color: none;
	text-decoration: none;
	color: #4d4d4f;
}

a:hover {
	color: #fff; background-color: #b61861;
	
	transition: all .25s linear; -webkit-transition: all .25s linear; 
	-moz-transition: all .25s linear; -ms-transition: all .25s linear;
}

::selection { 
	background-color: #d6d6d6;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background-color: #d6d6d6;
	color: #FFF;
	text-shadow: none;
}

::-o-selection {
	background-color: #d6d6d6;
	color: #FFF;
	text-shadow: none;
}

::-ms-selection {
	background-color: #d6d6d6;
	color: #FFF;
	text-shadow: none;
}

/* Hide the description text for the user, but let the googles see it. */
#search-description {
	display: none;
}

section { padding: 6em 0 3em; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: white;
    font-family: inherit;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875em;
    margin: 0 0 0.8em 0;
    padding: 0.4em 0.8em 0.5em;
    height: 3.2em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out; 
    letter-spacing: 1px;
}

textarea { height: 10em; padding-top: 0.8em; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fff;
    border: none;
    outline: none;
}

label { letter-spacing: 1px; font-weight: 300; color: #4d4d4f; padding: 0.85em 0 0.65em; font-size: 1em; }

/*	--------------------------------------------------
:: HEADER
-------------------------------------------------- */

a.logo { 
    display: block;
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -200px;
    padding-top: 1.7em;
    padding-bottom: 1em;
}
a.logo:hover { 
    background-color: #fff;
}

header.row { margin-bottom: 1.25em; }

header nav { 
    text-align: center; 
    margin-top: 0.7em;
}

header nav a { 
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    margin: 0 0 0 0.1em;
    padding: 0.25em 0.7em 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.65em;
    letter-spacing: 1px;
    font-family: 'Amatic SC', cursive;
    
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -webkit-appearance: none;
}

header nav a:hover, header nav a.current { 
    background-color: #fe2b9d;
        
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
header nav a.current { 
    color: #fff;
}

p.byline { text-align: center; font-size: 1.25em; line-height: 1; margin: 0em 0 1.75em; }

.body .headline h1 {
    display: inline-block;
    font-size: 4.2em;
    color: #835a2d;
    letter-spacing: 2px;
    margin: 0.15em 0 0;
}

.body .headline h2 {
    display: inline-block;
	font-size: 2.8em;
    color: #835a2d;
    margin: 0 0 0 0.1em;
}

.body dl { 
    line-height: 1.7; 
    color: #4d4d4f; 
    font-size: 0.96em;
    font-weight: 300;
    margin-bottom: 1.25rem;
}

.body dl dt { 
    margin: 0;
}
.body dl dd { 
    margin: 0;
}

.about { margin-top: 2em; }
.about h1 {
    display: inline-block;
    font-size: 4.2em;
    color: #835a2d;
    letter-spacing: 2px;
    margin: 0 0 0.3em;
    line-height: 1;
}

.about h2 {
    display: inline-block;
	font-size: 2.8em;
    color: #835a2d;
    margin: 0 0 0 0.1em;
}

.button {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 1.3em 0 0.7em;
    background-color: #b61861;
    border: none;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 1;
    
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -webkit-appearance: none;
    
    transition: all 200ms linear; -webkit-transition: all 200ms linear; 
    -moz-transition: all 200ms linear; -ms-transition: all 200ms linear;
}

.button:hover {
    background-color: #b61861;
    opacity: 0.7;
}

.about a, .clients a, .body a { text-decoration: underline; }
.about a:hover, .clients a:hover, .body a:hover { background-color: #fff; color: #4d4d4f; }

.works.row { margin-bottom: 2.25em; }

.works figure {
    margin: 0;
    position: relative;
}
.works figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.works figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px 20px;
    background: #fe2b9d;
    color: #ed4e6e;
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.works figcaption h2, .works figcaption h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.1;
}

.works figcaption h2 { padding-bottom: 0.1em; }

.works.sub figcaption { padding: 20px 15px; }
.works.sub figcaption h2 { font-size: 1.5em; }
.works.sub figcaption h4 { font-size: 1.1em; }
 
.works figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #ed4e6e;
    color: #fff;
}
.works figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
}

li.tumblr_post { margin-bottom: 3.5em; }
div.tumblr_title {
    font-family: 'Amatic SC', cursive;
    font-size: 2.25em;
    padding-bottom: 0.25em;
}


/*	--------------------------------------------------
:: FOOTER
-------------------------------------------------- */
footer {
    font-family: 'Amatic SC', cursive;
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 0.7em;
}

footer .connect { display: inline-block; margin: 2em auto 0.6em; }
footer .connect img { width: 25px; 
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -webkit-appearance: none;
    opacity: 1;
}
footer .connect img:hover {
    opacity: 0.6;
    
    transition: all 200ms linear; -webkit-transition: all 200ms linear; 
    -moz-transition: all 200ms linear; -ms-transition: all 200ms linear;

}
footer .connect a { margin-right: 3px; }
footer .connect a:hover { background-color: #fff; }

footer p { margin: 0.5em 0 0.75em; }

img.footer { display:block; width: 175px; position: relative;
    left: 50%;
    margin-left: -87px;
} 
img.foo { width: 35px; margin-top: -7px; }