/*
Theme Name: Flip Book
Theme URI: #
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. wp-demo's simple, straightforward typography is readabl6e on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1
License: GNU General Public License v2 or later
License URI: http://wp-demo.com
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: flip-book

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* CSS Document */

/*============	Font-face	============*/
/*Extra*/

/*Extra*/
/* Inner page Header */
.banner{
	position: relative;
	/* background-image: url('images/section-3.jpg'); */
	background-repeat: no-repeat;
	background-size: 100%;
	height: 340px;
	overflow: hidden;
	background-position: center center;
}
.banner .overlay{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	display: -webkit-flex; 
	display: flex; 
	-webkit-flex-direction: column; 
	flex-direction: column; 
	-webkit-align-items: center; 
	align-items: center; 
	-webkit-justify-content: center; 
	justify-content: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.banner .overlay h1{
	color: #fff !important;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 700;
}
/* Inner page Header */
/* Inner Page Content */
.master_page{
	padding:60px 0; 
}
.master_page p{
	font-size: 17px;
	color: #333333;
}
/* Inner Page Content */
