/* General styling */
/*
					Variables
					Initialise settings
					Buttons
					Header
					Slider
					Scroll To
					Front page
					Search Options
					Press
					Content Blocks Body  
					Footer
					Uber & Mobile Menu
					Timeline
					SVG
					Seach Page
					Responsive Video
					Parallax
					Grids
					Hover Blocks
					Accordian
					Share Icons
					Contact Forms
					Maps
					Animation
					Company Structure
					FlipBook
					Text Editor Elements
					Individual Blocks
*/

:root {
	--s-grey: #f2d9de;
	--s-green: #def2d9;
	--s-purple: #e2daf2;
	--s-orange: #fce2d4;
	--s-blue: #d9ebf2;
	--s-red: #f2d9de;
	--p-yellow: #FDFD95;
	--p-blue: #CDEAF6;
	--d-grey: #969696;
	--navbar-background: #111111;
	/* background: var(--s-red) */
}

/* Settings for homepage */
/* Normal */

.title-banner {
	display: flex;
	align-content: center;
	align-self: center;
	/* height: 100vh; */
}

.intro {
	margin: 30px;
}


.disableButton {
	display: none;
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

/* Media Queries */