@charset "utf-8";
/* CSS Document */


body {
	background: #FFFFFF;
	overflow-wrap: break-word;
  	word-wrap: break-word;
	font-family: 'Montserrat', sans-serif;	
	}

main {
	background: #FFFFFF;
	box-shadow: 0 15px 20px 20px rgba(0, 0, 0, 0.1), 0px 5px 20px 0 rgba(0, 0, 0, 0.2);
	width: 920px;
	margin: 0 auto;
	padding-top: 10px;
	background-image: url(https://journals.uct.ac.za/ompFiles/ch1-background.png);
	background-repeat: no-repeat;
	background-size: contain;
	
}	

section {
	align-content: center;
	padding: 2% 13%;
	text-align: justify;
}

h1  {
/*	Content; Foreword; etc*/
	font-size: 2em;
	text-align: center;
	font-weight: 900;
	padding-top: 2%;
}

h2 {
/*	First level titles e.g. "Entrepreneur Journeys:..."*/
	font-size: 1.5em;
	text-align: center;
	padding: 3%;
	font-weight: 900;
	
}

h3 {
/*	Second/sub/extention of h2 titles e.g. ...Journeys: 'A reflexive, non linear'*/
	font-size: 1.2em;
	text-align: center;
}

h4 { 
/*	Subheadings within a chapter e.g. "Entrepreneurship as a way of thinking"*/
	font-size: 1em;
	font-weight: bold;
 }

blockquote {
	font-weight: bold;
	font-size: 1.2em;
}
 
img {
	max-width:100%;
	max-height:100%;
}

figcaption {
	padding-left: 8%;
	padding-right: 8%;
}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

.chapterextension {
	text-align: center;
	width: 80%;
	font-size: 1.3em;
	margin: 0 auto;
	padding: 0 10% 5% 10%;
}

.authorname {
/*	please wrap in div tag*/
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 2%;
}

.authorbio {
/*	Below each author name is a bio*/
	font-style: italic;
	text-align: center;
	padding: 2%;
}

.chnumber {
	 display: block;
  margin-left: auto;
  margin-right: auto;
	width: 12%;
}

.chnumber2and4 {
	 display: block;
  margin-left: auto;
  margin-right: auto;
	width: 25%;
}

.darkerfont {
/*	used for text overlayed on colour image - needs to be slightly heavier*/
	font-weight: 600;
}

.reflistli {
	padding-top: 2%;
}

.circleimages {
	display: block;
  margin-left: auto;
  margin-right: auto;
	width: 50%;
}