/* Font
�������������������������������������������������� */
@font-face {
    font-family: bebas-neue;
    src: url(../font/355EBD_0_0.woff);
}

/* Sections
�������������������������������������������������� */
.section 
{
	padding: 20px 0px 20px 0px;
	text-align: center;
}
.section-heading
{
	text-align: left;
	color: #000000;
	font-size: 46px;
	font-weight: 700;
	line-height: 52px;
}
.section-heading,
.section-description 
{
	text-align: left;
	margin-bottom: 10px;
}

/* Section - Header
�������������������������������������������������� */
.section.header
{
	float: left;
	width: 100%;
	height: 650px;
	background-image: url(../images/jane-gilley-banner.jpg);
	background-size: cover;
}
.profile_pic
{
	float: left;
	margin-top: 120px;
	width: 100%;
}
.jane_gilley_heading
{
	float: left;
	margin-top: 50px;
	font-family: bebas-neue, arial;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 18px;
	color: #ffffff;
	width: 100%;
	padding-left: 10px;
}
.author_wrapper
{
	float: left;
	margin-top: 50px;
	width: 100%;
}
.author
{
	width: 200px;
	display: block;
	margin: 0px auto;
	padding: 5px 0px 10px 12px;
	font-family: bebas-neue;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 20px;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

/* Section - Introduction
�������������������������������������������������� */
.section.introduction
{
	float: left;
	width: 100%;
	padding: 120px 0px 50px 0px;
}
.poem
{
	font-family: 'IM Fell Double Pica', serif;
	font-size: 27px;
	line-height: 36px;
}

.janesbook
{
	float: left;
	width: 294px;
	margin-left: 38px;
}
.janesbook:first-of-type
{
  margin-left: 0; 
}
.janesbook_fullwidth
{
	float: left;
	width: 100%;
	margin-left: 0px;
	margin-top: 25px;
}
.janesbook_fullwidth	ul.bk-list
{
	margin: 0px auto;
	width: 300px;
}

.janesbook_books_2_col
{
	float: left;
	width: 50%;
	margin-left: 0px;
	margin-top: 25px;
}
.janesbook_books_2_col	ul.bk-list
{
	margin: 0px auto;
	width: 300px;
}

@media (max-width: 1215px) {
    .janesbook_books_2_col
    {
        float: left;
        width: 100%;
        margin-left: 0px;
    }
	.janesbook
	{
		float: left;
		width: 100%;
		margin-left: 0px;
	}
	ul.bk-list
	{
   	margin: 0px auto;
   	width: 300px;
	}
}

/* Section - Books
�������������������������������������������������� */
.section.books
{
	float: left;
	width: 100%;
	padding: 60px 0px 50px 0px;
	background-color: #f6f6f6;
}
.section.books h2.book_section
{
	font-size: 36px;
	color: #4d4d4d;
	font-family: bebas-neue, arial;
	line-height: 1.3;
	letter-spacing: -.0rem;
	font-weight: 400;
}

.section.books .divider hr
{
	border-top: 1px solid #4d4d4d;
	margin-bottom: 50px;
}
.book_group_description
{
	float: left;
	text-align: center;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}
.amazon_button
{
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}
.amazon_button a
{
	font-weight: bold;
	border: 1px solid #4d4d4d;
	border-radius: 4px;
	color: #4d4d4d;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
}

/* Section - Privacy Policy
�������������������������������������������������� */
.section.privacy
{
	float: left;
	width: 100%;
	padding: 50px 0px 50px 0px;
	text-align: left;
}


/* Section - Footer
�������������������������������������������������� */
.section.footer
{
	float: left;
	width: 100%;
	padding: 60px 0px 40px 0px;
	background-color: #fefefe;
}
.section.footer.footer_title
{
	float: left;
	width: 100%;
}
.section.footer h2
{
	display: inline-block;
	font-family: bebas-neue;
	font-size: 32px;
	line-height: 40px;
	margin: 0px 0px 20px 0px;
	padding: 0px 30px 20px 30px;
	border-bottom: 1px solid #4d4d4d;
}
.contact_details
{
	float: left;
	width: 100%;
}
.contact_details p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.contact_details a
{
	text-decoration: none;
	color: #4d4d4d;
}
.contact_details a:hover
{
	text-decoration: underline;
}
p.social_media
{
	margin: 5px 0px 10px 0px;
	padding-top: 12px;
	font-size: 26px;
}
.social_media a:hover
{
}
article 
{
	-webkit-columns: 3 200px;
	-moz-columns: 3 200px;
	columns: 3 200px;
}
.bold
{
	font-weight: 700;
} 

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

/* Bigger than 1000 */
@media (min-width: 1000px) {
}

@media (min-width: 1158px) {
}
@media (max-width: 1158px) {
}
@media (max-width: 1080px) {
}

/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}
