/* 
Theme Name: Sarah Bray
Author: Sarah Bray
Colors: 
Green:#36d3a8;
Pink: #df2068;
*/

body {
	font-family:'PT Sans', sans-serif;
	background-color:#36d3a8;
	color:#fff;
	font-weight:bold;
}

::selection {
	background:#df2068;
}

::-moz-selection {
	background:#df2068;
}

a {
	color:#fff;
}

a:hover {
	color:#df2068;
}

article {
	font-size:30px;
	line-height:37px;
}

.home article {
	padding:0;
}

h2 {
	padding-top:.25em;
	font-size:55px;
	line-height:52px;
}

section {
	padding:1em 15%;
}

.title {
	text-align:center;
}

.alternate {
	background-color:#df2068;
}

.alternate a:hover {
	color:#36d3a8;
}

img {
	display:block;
	width:100%;
	height:auto;
}

.clear {
	height:1px;
	clear:both;
}

img.alignleft {
	float:left;
	padding-right:30px;
	margin-left:-100px;
}

img.alignright {
	float:right;
	padding-left:30px;
	margin-right:-100px;
}

/* Buttons */
.buttons {
	display:flex;
	justify-content:center;
}

.button {
	margin:10px 10px 30px 0;
	font-size:20px;
}

.button a {
	text-decoration:none;
	border: 1px #fff solid;
	border-radius:1px;
	padding:15px 50px;
	text-transform:uppercase;
}

.button a:hover {
	border-color:#df2068;
}

header .button {
	float:right;
    margin:30px 20px 0 0;
}

/* Nav */
header nav {
	float:left;
}

header nav ul li {
	display:inline-block;
	text-transform:uppercase;
	padding:10px 15px 5px 0;
}

header nav a {
	text-decoration:none;
}

/* Intro */
.intro {
	background-image:url('http://sarahjbray.com/v3/wp-content/themes/sarahjbray/img/sjb-website-bg-working.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	padding:10% 50% 10% 10%;
}


.home .intro, .page-id-6 .intro {
	padding:10% 10% 10% 50%;
}

.home .intro {
	background-image:url('http://sarahjbray.com/v3/wp-content/themes/sarahjbray/img/sarah-header-lo-res.jpg');
}

.page-id-6 .intro {
	background-image:url('http://sarahjbray.com/v3/wp-content/themes/sarahjbray/img/sjb-website-bg-hello.jpg');
}

.single .intro, .hello.intro {
	padding:10%;
}

/* Theme My Login */
.tml {
	margin:0 auto;
}

.tml p {
	margin:0 0 .75em 0 !important;
}

.tml-rememberme-wrap label {
	font-size:18px;
	padding-left:5px;
}

.tml .message {
	border:none !important;
	background-color:#df2068 !important;
	color:#fff !important;
}

.tml-action-links {
	font-size:20px;
}

/* Forms */
label {
	font-size:30px;
	line-height:35px;
}

input {
	border:none;
	height:42px;
	color:#000;
	padding:0 10px;
	width:100%;
	font-size:20px;
	line-height:25px;
}

input[type="submit"] {
	border:1px solid #fff;
	border-radius:1px;
	background-color:#36d3a8;
	color:#fff;
	padding:15px 50px;
	text-transform:uppercase;
	font-size:20px;
	vertical-align:middle;
	height:auto;
}

input[type="submit"]:hover {
	border-color:#df2068;
	color:#ef0c77;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field label, .frm_style_formidable-style.with_frm_style .frm_error, label.frm_primary_label {
	color:#fff !important;
}

/* Hello Page */
.page-id-6 section {
	padding-top:60px;
	padding-bottom:60px;
}

.project h2 {
	text-align:center;
}

.project img {
	max-width:175px;
	margin: 40px auto -20px auto;
}

.people .meta {
	float:left;
	max-width:225px;
	font-size:20px;
	text-align:center;
}

.people .excerpt {
	margin-left:265px;
}

.people img {
	padding-bottom:15px;
}

.more {
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	display:block;
	margin-top:40px;
}

.books img {
	float:left;
	max-width:220px;
}

.books .excerpt {
	margin-left:260px;
}

.convos img {
	width:155px;
}

.quote-left img {
	float:left;
}

.quote-left .credit {
	margin-left:195px;
}

.quote-right img {
	float:right;
}

.quote-right .credit {
	margin-right:195px;
}

/* Timeline Page */
.blog .meta, .single-project .meta, .archive .meta {
	float:left;
	max-width:150px;
	padding-top:10px;
}

.excerpt {
	margin-left:190px;
}

.month-day {
	font-size:40px;
	line-height:60px;
}

.year {
	font-size:57px;
}

ul.post-categories, ul.post-tags {
	padding-left:0;
	text-transform:uppercase;
	font-size:20px;
	line-height:25px;
}

ul.post-tags {
	margin:0;
}

ul.post-categories {
	margin-bottom:0;
}

.post-categories li, .post-tags li {
	list-style-type:none;
	padding:5px 0;
}

.post-categories a, .post-tags a {
	text-decoration:none;
}

.cat-item-1 {
	display:none;
}

.blog .quote-left img, .blog .quote-right img {
	display:none;
}

.blog .quote-left .credit, .blog .quote-right .credit {
	margin-left:0;
}

.blog blockquote {
	margin:0;
}

.blog .buttons.navigation {
	margin-top:30px;
}

/* People Page */
.tag-6 .people {
	float:left;
	text-align:center;
	font-size:20px;
	padding:10px;
	max-width:175px;
}

/* Single blog post */
h2.default {
	text-align:center;
}

.wp-caption-text {
	font-size:14px;
	text-align:center;
	font-style:italic;
}

/* Comments */
.comment .avatar {
	float:left;
	max-width:64px;
	padding-right:30px;
}

.comment-meta, .incom-ref, .reply {
	font-size:20px;
}

li.comment {
	display:inline-block;
	margin-bottom:30px;
}

#comments, #respond {
	margin-top:100px;
}

textarea {
	max-width:100%;
	border:none;
	border-radius:3px;
	color:rgb(68,68,68);
	padding:10px 15px;
}

#submit {
	max-width:100%;
}

.incom-scrolled-to {
	background:#df2068 !important;
}

.incom-comments-wrapper {
	padding:9px 20px !important;
}

.incom-comments-wrapper textarea {
	border:1px solid rgb(68,68,68);
}

/* Books page */

.books img {
	margin:0 15px 0 15px;
}

/* Quote page */
.quotes {
	padding-top:60px;
	padding-bottom:60px;
}

/* Vote page */
.page-id-278 .title, .page-id-302 .title {
	margin-top:110px;
}

/* Footer */
footer img {
	max-width:265px;
	float:left;
	padding-right:40px;
}

 /* MEDIA QUERIES */

@media screen and (max-width:900px) {
.intro {
	padding:10% 40% 10% 10%;
}

.home .intro, .page-id-6 .intro {
	padding:10% 10% 10% 40%;
	}

.blog .buttons {
	display:block;
}
}

@media screen and (max-width:675px) {
.intro {
	padding:30% 10% 10% 10%;
}

.home .intro {
	padding:50% 10% 10% 10%;
	background-position:left center;
}

.page-id-6 .intro {
	padding:10% 10% 10% 10%;
	background-position:left center;
}

.buttons {
	display:block;
}

.people .meta {
	float:none;
	font-size:20px;
	text-align:center;
	margin:0 auto;
}

.people .excerpt {
	margin-left:0;
}

.books img {
	float:none;
	margin:0 auto 15px auto;
}

.books .excerpt {
	margin-left:0;
}

.blog .meta {
	float:none;
	max-width:100%;
	text-align:center;
}

.excerpt {
	margin-left:0;
}

.month-day {
	font-size:20px;
	line-height:25px;
}

.year {
	font-size:28px;
}

.blog h2 {
	padding-top:0;
	margin-top:15px;
}

.alignleft {
	float:none;
	margin-left:0;
}

footer img {
	float:none;
}
}

@media screen and (max-width:475px) {
.intro {
	padding:40% 10% 10% 10%;
} 

.page-id-6 .intro {
	padding:30% 10% 10% 10%;
	background-position:-175px center;
}

.home .intro {
	padding:60% 10% 10% 10%;
}

article {
	font-size:30px;
	line-height:35px;
}

h2 {
	font-size:50px;
	line-height:50px;
}

section {
	padding:1em 10%;
}

header .button {
	float:left;
	padding:0% 10% 4% 10%;
}

.tag-6 .people {
	max-width:100%;
}
}