@charset "UTF-8";
/*
Theme Name: SIMPLE
Description: A minimal theme that treats regular posts as News.
Author: SIMPLE
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simple
*/

body{
  margin:0;
}
.wp-area-header h1{
  margin:0;
}

.content-area {
  margin:20px 0;
	flex: 1;
  background-color: #fff;
  padding: 100px 20px 100px 20px;
  box-sizing: border-box;
}

.content-area .inner {
	max-width: 900px;
	margin: 0 auto;
}

.section-header {
	margin-bottom: 2rem;
}

.section-header h1,
.section-header h2 {
	margin: 0;
	font-size: 2rem;
}

.section-header p {
	margin: 0.5rem 0 0;
	color: var(--simple-muted);
}

.section-header .single-meta {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}

.section-header .single-meta time {
	margin-right: 10px;
}

.section-header .single-meta span {
	margin-right: 10px;
}

.post-navigation {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e5e5e5;
}

.back-to-top {
	margin-top: 2rem;
	text-align: center;
}

.back-to-top a {
	font-weight: 600;
	color: #000;
	border: 1px solid #ccc;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
}

.wp-area-header {
  padding: 20px;
  z-index: 100;
  color: #fff;
  background-color: #000;
}

.wp-area-header ._logo{
  width: 100px;
}
.wp-area-header ._logo img{
  width: 100%;
}
.wp-area-footer{
  background-color: #000;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}



.block-header{
  background:#888;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background-image: url(./images/bg.jpg);
  background-size: cover;
  background-position: center;
  h2{
    font-size:42px;
  }
}

@media screen and (max-width:768px) {

  .wp-area-header{padding:10px 20px;}
  .wp-area-header h1{margin:0;}
  .wp-area-header ._logo{
    width:80px;
  }
  .content-area {
    margin:20px 0;
    padding:40px;
  }
  .block-header{
    height: 100px;
    h2{
      font-size:24px;
    }
  }
}
