@font-face {
    font-family: 'CenturyGothic';
    src: url('https://gfts-production.s3.eu-west-2.amazonaws.com/fonts/centurygothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('https://gfts-production.s3.eu-west-2.amazonaws.com/fonts/centurygothic_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('https://gfts-production.s3.eu-west-2.amazonaws.com/fonts/calibri-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('https://gfts-production.s3.eu-west-2.amazonaws.com/fonts/calibri-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('https://gfts-production.s3.eu-west-2.amazonaws.com/fonts/calibri-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('https://gfts-production.s3.eu-west-2.amazonaws.com/fonts/calibri-bold-italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

	/**
	 * HTML
	 */
	body {
		font-family: 'Calibri', sans-serif;
		word-wrap: break-word;
		color: rgb(18, 18, 18);
		background-color:rgb(255, 254, 254) !important;
	}
	main {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	a {
		font-family: 'Calibri', sans-serif;
		color: rgb(18, 18, 18);
		font-weight: 300;
	}
	a:hover {
		font-family: 'Calibri', sans-serif;
		color: rgb(18, 18, 18);
		text-decoration:underline;
		font-weight: 300;
	}
	h1 {
		font-family: 'CenturyGothic', sans-serif;
		font-weight: bold;
		color: rgb(18, 18, 18);
		font-weight: 500;
	}
	h2 {
		font-family: 'CenturyGothic', sans-serif;
		font-weight: bold;
		color: rgb(203, 156, 82);
		font-weight: 500;
	}
	h3, h4 {
		font-family: 'CenturyGothic', sans-serif;
		font-weight: bold;
		color: rgb(203, 156, 82);
		font-weight: 500;
	}
	p, label {
		font-family: 'Calibri', sans-serif;
		color: rgb(18, 18, 18);
		font-weight: 300;
	}

	.form-control {
		background-color: rgb(250, 250, 250);
		border: 1px solid rgb(169, 169, 169);
	}

	/**
	 * Bootstrap
	 */	 
	.btn {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-top:2px;
	}
	.alert, .form-control {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.progress-bar {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.form-control {
		padding-bottom:10px;	
	}

	
	/**
	 * Navigation
	 **/
	#page-navigation {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		background-color: white !important;
	}

	#page-navigation-menu a {
		color:rgb(18, 18, 18);
		font-weight: 300;
	}
	#page-navigation-menu a:hover {
		color:rgb(18, 18, 18);
		font-weight: 300;
		text-decoration: underline;
	}


	/**
	 * Section title
	 */
.section-title {
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-top-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-top-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-bottom-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.section-content {
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-top-left-radius: 0px !important;
	border-top-left-radius: 00px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-top-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-bottom-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.section, .section-alt, #page-title, #home-page-section {
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-top-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-top-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-bottom-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
	.section-title {
		background-color:rgb(203, 156, 82);
		margin-bottom
	}
	.section-title h1, .section-title h2, .section-title h3, .section-title h4  {
		color:rgb(18, 18, 18) !important;
	}

	/**
	 * Section content
	 */ 
	.section-content, .section-alt {
		background-color:white;
		border: 1px solid rgb(203, 156, 82);
	}
	.section-content h1, .section-content h2, .section-content h3, .section-content h4 {
		color: rgb(18, 18, 18);
	}
	.section-content p {
		color:rgb(18, 18, 18);
	}	
	.section-content a {
		color:rgb(18, 18, 18);
	}	
	.section-content a:hover {
		color: rgb(18, 18, 18);
	}


	/**
	 * Section
	 */
	.section {
		background-color:rgb(203, 156, 82);
		border:1px solid rgb(203, 156, 82);
		color: rgb(18, 18, 18);
	}
	.section h1, .section h2, .section h3, .section h4, .section p, .section svg, .section strong {
		color:rgb(18, 18, 18) !important;
	}


	.btn-standard {	 
		min-width:220px;
		width:220px;
		box-sizing:content-box;
	}

	#page-header {
background: linear-gradient(to right, 
    rgb(203, 156, 82) 0%, 
    white 50%, 
    rgb(203, 156, 82) 100%);	}


	#page-header h1 {
	}

	#page-title-row {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	#page-title-row h1 {
		color:rgb(18, 18, 18) !important;
		font-family: 'CenturyGothic', sans-serif;
		text-transform:uppercase;
	}

	#page-title {
	}

	.shadow, .btn {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.card-header {
		background-color:rgb(203, 156, 82);
	}
	.card-header a, .card-header h4:hover, .card-header h4 {
		color:rgb(18, 18, 18) !important;
	}
	.card-body, .card {
		background-color:transparent;
	}

	/**
	 * Buttons
	 **/
	#header-button, #page-button, .btn-primary, .btn-outline-primary, #page-navigation-optional-menu a  {
		background-color: rgb(18, 18, 18) !important;
		border: 1px solid rgb(18, 18, 18) !important;
		color: white !important;
		text-decoration:none;
	}
	#header-button:hover, #page-button:hover, .btn-primary:hover, .btn-outline-primary:hover  {
		background-color: rgb(203, 156, 82) !important;
		border: 1px solid rgb(203, 156, 82) !important;
		color: rgb(18, 18, 18) !important;
		text-decoration:none;
	}
	.btn-secondary, .btn-outline-secondary, .btn-danger, .btn-warning  {
		background-color: rgb(18, 18, 18) !important;
		border: 1px solid rgb(18, 18, 18) !important;
		color: white !important;
		text-decoration:none;
	}
	.btn-secondary:hover, .btn-outline-secondary:hover, .btn-danger:hover, .btn-warning:hover  {
		background-color: rgb(203, 156, 82) !important;
		border: 1px solid rgb(203, 156, 82) !important;
		color: rgb(18, 18, 18) !important;
		text-decoration:none;
	}
		
	/**
	 * Footer
	 */
	#footer-content {
	}
	#page-footer {
		background-color:rgb(235,230,228);
		margin-top:0rem;
		padding-top:3rem;
	}
	#page-footer, #page-footer p {
		color:rgb(18, 18, 18);
	}
	#page-footer h2, #page-footer h4, #page-footer a {
		color:rgb(18, 18, 18);
	}

	#page-footer a:hover {
	}

	#page-footer hr {
		visibility: hidden;
		display: none;
	}	
	
	#footer-strapline {
		visibility: hidden;
		display: none;
	}
	
	/**
	 * Media queries
	 */
	@media (min-width: 0px) {
		html {
		 }
		#logo {
			min-width:100px;
			max-width:100px;
		}
	}
	
	@media (min-width: 576px) {
		html {
		 }
		#logo {
			min-width:100px;
			max-width:100px;
		}
	}

	@media (min-width: 768px) {
		html {
		 }
		#logo {
			min-width:200px;
			max-width:200px;
		}
	}

	@media (min-width: 992px) {
		html {
		 }
		#logo {
			min-width:200px;
			max-width:200px;
		}
	}

	@media (min-width: 1200px) {
		html {
		 }
		#logo {
			min-width:200px;
			max-width:200px;
		}
	}
