/*
Theme Name: Design for Founders
Theme URI: http://designforfounders.com
Author: Heidi Pun
Author URI: http://heidipun.com
Description: WP theme for Design for Founders website based on Underscores and Bootstrap
Version: 4.0.1
GitHub Theme URI: https://github.com/ales6164/design-for-founders-2
GitHub Branch:    master
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: design-for-founders-2
Tags:

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.

Design for Founders is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* NOTE: Only for quick fixes. For larger style updates download the theme file and work with LESS */

@media (max-width: 768px){
.navbar .logo img {
	width: 180px;
}
}

/* this is temporary; Personalisation test */
.home-header .choice {
	margin: 19px;
    margin-top: 0;
    float: left;
    width: 300px;
}

.hide {
	display: none;
}

.page-template-front_B-page .about-image {
  background-image: url('https://designforfounders.com/wp-content/themes/design-for-founders-2/img/heidi-pun.png');
  background-size: cover;
  margin-left: -33px;
  margin-right: 33px;
}

.page-template-front_B-page .home-about {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-image: url('https://designforfounders.com/wp-content/themes/design-for-founders-2/img/bg-pattern01.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.personalisation-test-choice > div {
	margin: 0 auto;
}

.page-template-front_B-page header {
	height: 35em;
}

.page-template-front_B-page .category-list {
    padding: 0 0 80px 0;
}