/*****************************************************************************
        FILE NAME: tablet_landscape.css
        DEVELOPED BY: Alan Devlin

        This file contains all the css code for tablets in landscape mode

*****************************************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
/***************************************************************************
*
*        HEADER SECTION
*
****************************************************************************/

/***************************************************************************
*
*        MAIN-PAGE-IMAGE SECTION
*
****************************************************************************/
section#main-page-image .image-overlay{
  height:27.5rem;
}

section#main-page-image .image-overlay h1 {
  padding-top:10.5rem;
  font-size:3.8rem;
}
/***************************************************************************
*
*        BLOG-ARTICLES SECTION
*
****************************************************************************/
section#blog-articles h2 {
  margin-left:-1.25rem;
}

section#blog-articles h1{
  max-width:70%;
}
/***************************************************************************
*
*        INSTAFEED
*
****************************************************************************/
section#instagram-feed h1 {
	padding-top:0.01rem;
	font-size:1.5rem;
}

section#twitter-feed h1{
	font-size:1.5rem;
	padding-bottom:0.5rem;
}
section#popular-posts {
	padding-top:0.5rem;
}
section#popular-posts h1{
	font-size:1.5rem;
}
section#monthly-posts h1{
	font-size:1.5rem;
}
section#all-posts h1{
	font-size:1.5rem;
}

/******************************************

	BLOG PAGE
******************************************/
section#blog-header .author-name {
	display:block;
	margin: 0 auto;
	font-size:1.2rem;
	padding-bottom:1rem;
}

/***************************************************************************
*
*        SUBSCRIPTION PAGE 
*
****************************************************************************/
section#subscription {
	padding-bottom:5rem;
}

section#subscription h1 {
	padding-bottom:2.5rem;
}

section#subscription p{
	padding-bottom:3rem;
}

section#subscription h5{
	padding-bottom:2.5rem;
}

.failed-search {
	padding-top:3rem;
}

.failed-search-search {
  padding-bottom:16rem;
}
}
