/*
 Theme Name:   Feathermag-child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Feather Magazine Child Theme (beankayaking.ca)
 Author:       Danica Norton
 Author URI:   http://example.com
 Template:     feather-magazine
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  feather-magazine-child
*/

html {
	background-color: #f7f7f7;
}
	

body {
   margin: 0 auto;
	width: 980px; 
	background-color: #ffffff;
}

img.custom-logo {
	width: 300px;
	height: auto;
	padding-left: 18px;
}

#page {
	padding-top: 24px;
	min-height: 100%;
	height: 100vh;
	padding: 18px;
}
#page  .content::after {
	clear: both;
	background-color: red;
}
.main-container::after {
	clear: both;
	content: "";
	display: table;
	table-layout: fixed;
}


.single_post {
	background-color: #fff;
}

footer {
	margin-top: 0px;
	padding: 18px;
}