
.demo-4 .dl-menuwrapper button {
	background: #dca33a;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
	background: #dca33a;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #5c2e21;
	top: 10px;
	left: 16%;
	box-shadow: 
		0 10px 0 #5c2e21, 
		0 20px 0 #5c2e21;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #5c2e21;
	outline: none;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #5c2e21;
	outline: none;
}

html, body {				
	height: 100%; 		
}

#wrapper {
	align-content: space-between;/* */
	align-items: space-between;	
	height: 100%;
	justify-content: space-between;
	position: relative;
}

.details {
	background-color: rgba(153, 153, 153, .5);
	border: thick solid rgba(153, 153, 153, 0);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 4px;
	font-style: italic;
	font-weight: bolder;
	margin: auto;
	padding-right: 1px;
	text-align: center;
 }	 

.sectionWrapper {	
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
}

.section {
	align-content: center;
	align-items: center;	
	box-sizing: border-box;
	clear: both; 
	display: -moz-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;  	
	flex-direction: column;
	justify-content: space-between;
 }

.title {
	margin-bottom: 1em;
 }	

.mainContent {
	background-color: rgba(153, 153, 153, 0);
	box-sizing: border-box;
	clear: both;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	flex-direction: row;
	margin: auto;	
 }

.python {
	 box-sizing: border-box;	
 }

.box  p {	
	font-weight: bold;		
	padding-bottom: 1.4em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1.4em; 
	text-align: center;
}

.tfbutton {
	background-color: #dca33a;
	border-color: #5c2e21;
	color: #5c2e21;
}

.tfbutton:hover {
	background-color: #fbca6d;
	border-color: #5c2e21;
	color: #5c2e21;
	text-decoration: none;
}

nav a {	
	background-color: #dca33a;
	border-color: #5c2e21;
	color: #5c2e21;
}

nav a:hover {	
	background-color: #fbca6d;
	border-color: #5c2e21;
	color: #5c2e21;
}

.python {		
	border-color:  #dca33a;	
}

.python:hover {		
	border-color:  #5c2e21;		
}

.box p:hover{
	color: #5c2e21;
}

.backToTop, .icon-chevron-up:before {
	color: #dca33a;
	font-size: 1.8em;
 }

.icon-chevron-up:hover:before {
	color: #5c2e21;
 }

#footerWrap {
	 background: rgba( 102, 102, 102, .5);	
}

#footer {
	background: rgba( 102, 102, 102, .5);
	border-top: double thick #dca33a;
}

#footer {	
	box-sizing: border-box;
	display: -moz-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex; 
	flex-grow: 0;
}

#footer p {
	color: #03061b;
	font-weight: bolder;
	margin-top: 1em;
}

/* Media Queries */

@media screen and (max-width: 823px) and (orientation: portrait) {
	
	#wrapper {
		align-content: space-between;
		align-items: space-between;
		justify-content: space-between;
		height: 100%;
		min-height: 100vh;
	}
	
	.details {
		font-size: 1.4em;
		margin-bottom: 0em;
		margin-top: 0em;
		width: 90%;
	 }
	
	.title {
		width: 50%;
		min-width: 190px;
	 }
	
	.sectionWrapper {
		margin-bottom: 0;
	}
	
	.section { 
		flex-wrap: nowrap;
		height: 50%;
		justify-content: flex-start;
		margin: 0;
		padding: 0;
		width: 100%;
	 }
	
	.mainContent {
		align-content: center;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0;
		padding-top: 0px;
		width: 96%;
	}
	 
	.python {
		display: block;
		margin: auto;	
		width: 63%;
	 	min-width: 63px !important;	
	 	max-width: 200px;
	}
	
	.box {
		align-self: center;
		background: white;
		border: thick solid rgba(194, 135, 109, 1);
		box-sizing: border-box;
		margin: auto;
		margin-bottom: 1.5em;		
		margin-top: 1.5em;
		width: 50%;
		min-width: 180px;		
	 }	
	
	.box:hover {
		border-color:  #5c2e21;
	}
	
	#footer {	
		box-sizing: border-box;
		display: -moz-box;
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex; 
		flex-grow: 0;
	}
	
	#footer p {
		margin-top: 1em;
	}	
}

@media screen and (max-width: 376px) and (orientation: portrait) {
	
	body {						 	
		background-attachment: fixed; 
		background-image: url('../images/background/tree377.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/tree377.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/tree377.jpg', sizingMethod='scale')";
		height: 100vh;
		min-height: 100%;
		width: 100%;
	}	
	
	#top {	
		height: 26vh;
	}	
	
	.sectionWrapper {
		margin-top: 1em;
		padding: 0;
	}	
	
	.python {
		margin-left: 1em;
		margin-right: 1em;
		min-width: 63px !important;
	}
}

@media screen and (min-width: 376px) and (max-width: 446px) and (orientation: portrait) {
	
	body {						 	
		background-attachment: fixed; 
		background-image: url('../images/background/tree446.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/tree446.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/tree446.jpg', sizingMethod='scale')";
		height: 100vh;
		min-height: 100%;
		width: 100%;
	}
	
	#top {	
		height: 20vh;
	}
	
	.title {
		max-width: 210px;
	 }
}

@media screen and (min-width: 446px) and (max-width: 823px) and (orientation: portrait) {
	
	body {						 	
		background-attachment: fixed; 
		background-image: url('../images/background/tree823.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/tree823.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/tree823.jpg', sizingMethod='scale')";
		height: 100vh;
		min-height: 100%;
		width: 100%;
	}
	
	#top {	
		height: 20vh;
	}
	
	.title {
		max-width: 210px;
	 }
}

 @media screen and (max-width: 823px) and (orientation: landscape) {	
	
	body {						 	
		background-attachment: fixed; 
		background-image: url('../images/background/treeLandscape.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/treeLandscape.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/treeLandscape.jpg', sizingMethod='scale')";
		height: 100vh;
		min-height: 100%;
		width: 100%;
	}
	
	 #wrapper {
		align-content: space-between;
		align-items: space-between;
		justify-content: space-between;
		height: 100%;	
	}
	
	 #headerMobile {
		margin-top: 1em;
	}

	.details {
		font-size: 1.6em;
		max-width: 60%;
	 }
	
	.title {
		width: 24%;
		min-width: 190px;
	 }
	
	.sectionWrapper {
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.section {
		flex-wrap: nowrap;
		height: auto;
		align-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
		width: 100%;
	 }
	 
	.mainContent {
		align-items: center;
		flex-wrap: wrap;
		height: 100%;
		justify-content: center;
		margin: 0;
		padding-top: 0px;
		width: 96%;
	}
	 
	.python {
		background: white;
		border: solid thick rgba(194, 135, 109, 1);	
		display: block;
	}	
	 
	.python {
		align-self: center;
		margin: auto;
		margin-bottom: 1.5em;		
		margin-top: 1.5em;
		width: 33%;
		min-width: 180px;		
	}
	 
	.python {
		margin-left: 3em;
		margin-right: 3em;	
	}
	
	.box p a {
		font-size: 1.2em;		
	}
	 
	#footerWrap{
		 margin-top: 2em;
	 }
	 
	#footer p {
		margin-top: 1em;				
	}
}
@media screen and (min-width: 824px) {
	
	body {	 
		height: 100%;
	}
	
	#wrapper {
		align-content: space-between;
		align-items: space-between;
		height: 100%;
		min-height: 100vh;
		justify-content: space-between;
	}
	
	.section {	
		align-content: space-around;
		align-self: flex-start;
		flex-grow: 1;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		width: 100%; 	
	 }
	
	.mainContent {	
		align-content: flex-start;
		justify-content: center;
		margin-top: 1em;
		padding-top: 2em;
		width: 90%;
	}
	
	.details {
		font-size: 2.4em;
	 }
	
	.python {
		background: white;
		border: solid thick rgba(194, 135, 109, 1);
		margin: auto;
		width: 25%;	
		min-width: 200px !important;
	}
	
	.python {		
		align-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
	 }
	
	.python:hover {
		border: solid thick #836568;
	}
	
	.backToTop {
		display: none;
	}
	
	#footer {		
		box-sizing: border-box;
		display: -moz-box;
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex; 
		flex-grow: 0;
	}
	
	#footer {
		bottom: 0px;
		left: 0px;	
		position: absolute;	
	}
	
	#footer p {
		margin-top: 1em;
	}
}
 @media screen and (min-width: 824px) and (max-width: 1280px) {	
	
	#background-image {						 	
		background-attachment: fixed; 
		background: url('../images/background/tree12.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/tree12.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/tree12.jpg', sizingMethod='scale')";
		height: 100%;
		min-height: 100vh;
		width: 100%;
	 }
	 
	 .mainContent {	
		flex-wrap: wrap;
		margin: 2em;
		width: 96%;
	 }	 
	 
	 .python {			
		width: 20%;	
	}
	 
	 .python {		
		min-height: 140px; 
	 }
	 
	 .box p a {
		font-size: 1.2em;		
	}
}

@media screen and (min-width: 1281px) and (max-width: 1575px) {
	
	#background-image {						 	
		background-attachment: fixed; 
		background: url('../images/background/tree15.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/tree15.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/tree15.jpg', sizingMethod='scale')";
		height: 100%;
		min-height: 100vh;
		width: 100%;
	}
	
	 .details {
		font-size: 2.4em;
	 }
	
	.section {
		margin: 0;
	 }	 
	
	.mainContent {
		flex-wrap: wrap;
		margin: 2em;
		width: 80%;
	 }
	
	.title {
		max-width: 179px;
	 }
	
	.box p {
		font: 3em;
	}
	
	.python {
		min-height: 140px;
		width: 20%;		
	}
	
	.box p a {
		font-size: 1.2em;		
	}
}
	 
@media screen and (min-width: 1576px) {
	
	 .details {
		font-size: 2.4em;
	 }
	 
	 .sectionWrapper {	
		margin-top: 0px;
	}
	
	.mainContent {
		flex-wrap: nowrap;
		height: 36vh;
		margin: 2em;
		width: 80%;
	}
	
	.title {
		width: 18%;
		max-width: 179px;
		min-width: 160px;
	 }	
	
	.python {
		min-height: 200px;
	 }
	
	.box p a {
		font-size: 1.5em;		
	}
}

@media screen and (min-width: 1576px) and (max-width: 1920px) {
	
	#background-image {						 	
		background-attachment: fixed; 
		background: url('../images/background/tree19Sm.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/tree19Sm.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/tree19Sm.jpg', sizingMethod='scale')";
		height: 100%;
		min-height: 100vh;
		width: 100%;
	}
	
	.title {
		width: 28%;
		max-width: 240px;
		min-width: 200px;
	 }	
	
	.python {
		width: 20%;		
	}
}

@media screen and (min-width: 1921px) {
	
	#background-image {						 	
		background-attachment: fixed; 
		background: url('../images/background/treeLg.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/treeLg.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/treeLg.jpg', sizingMethod='scale')";
		height: 100%;
		min-height: 100vh;
		width: 100%;
	}
	
	.title {
		width: 28%;
		max-width: 240px;
		min-width: 200px;
	 }	
	
	.python {
		width: 20%;		
	}
}

@media screen and (min-width: 2601px) {
	
	#background-image  {						 	
		background-attachment: fixed; 
		background: url('../images/background/treeLg26.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/treeLg26.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/treeLg26.jpg', sizingMethod='scale')";
		height: 100%;
		min-height: 100vh;
		width: 100%;
	}
}