/* ---------------------------------------------------
    THEME CSS
    
    BRAVE BOYS - KANTOOR VAN BEEK
----------------------------------------------------- */


/* ---------------------------------------------------
    TYPO
----------------------------------------------------- */

body {
	font-family: 'Halyard Display', Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
	margin-bottom: 0;
	line-height: 1;
}

h1 {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}

h2 {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 2.05em;
	font-weight: 600;
}

h2.large {
	font-size: 2.5em;
}

h3 {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.15em;
}

h4 {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
}

p {
	font-family: 'Halyard Display Book', Arial, sans-serif;
	font-size: 1.35em;
	font-weight: 400;
	letter-spacing: .0125em;
}

a {
	font-family: 'Halyard Display Book', Arial, sans-serif;
}

.textLight {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-weight: 300;
}

.textHeavy {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-weight: 900;
}

b,
strong {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-weight: 600;
}



/* ---------------------------------------------------
    COLORS
----------------------------------------------------- */

.textDark {
	color: #111 !important;
}

.textGrey {
	color: #333 !important;
}

.textMidgrey {
	color: #666 !important;
}

.textLightgrey {
	color: #bdbdbd !important;
}

.textAsh {
	color: #e8e9ea !important;
}

.textWhite {
	color: #fff !important;
}

.textDarkblue {
	color: #060d35 !important;
}

.textMidblue {
	color: #5379a1 !important;
}

.textBlue {
	color: #54a7ff !important;
}

.textSilvergrey {
	color: #78797E !important;
}

.textOrange {
	color: #FF9100 !important;
}

.bgDark {
	background-color: #111 !important;
}

.bgGrey {
	background-color: #333 !important;
}

.bgMidgrey {
	background-color: #666 !important;
}

.bgLightgrey {
	background-color: #999 !important;
}

.bgLightergrey {
	background-color: #cdcdcd !important;
}

.bgAsh {
	background-color: #e8e9ea !important;
}

.bgDust {
	background-color: #e9e9e9 !important;
}

.bgFeather {
	background-color: #f5f5f5 !important;
}

.bgWhite {
	background-color: #fff !important;
}

.bgWhite_opacity {
	background: rgba(255, 255, 255, 0.9)
}

.bgDarkblue {
	background-color: #060d35 !important;
}

.bgMidblue {
	background-color: #5379a1 !important;
}

.bgBlue {
	background-color: #54a7ff !important;
}

.bgSilvergrey {
	background-color: #78797E !important;
}

.bgOrange {
	background-color: #FF9100 !important;
}





/* ---------------------------------------------------
    TEXT LINKS
----------------------------------------------------- */

p a {
	color: #412314;
	text-decoration: underline;
}

p a:hover {
	color: #f7ae48;
}


/* ---------------------------------------------------
    BUTTONS
----------------------------------------------------- */

.btn {
	font-family: 'Halyard Display', Arial, sans-serif;
}

.btn1 {
	background-color: #54a7ff;
	border: 1.5px solid #54a7ff;
	color: #fff;
	font-size: 1.25em;
	font-weight: 600;
	letter-spacing: 0em;
}

.btn1:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
}

.btn2 {
	background-color: #060d35;
	border: 1.5px solid #060d35;
	color: #fff;
	font-size: 1.25em;
	font-weight: 600;
	letter-spacing: 0em;
}

.btn2:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
}

.btn3 {
	background-color: #FF9100;
	border: 1.5px solid #FF9100;
	color: #fff;
	font-size: 1.25em;
	font-weight: 600;
	letter-spacing: 0em;
}

.btn3:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
}

.btn4 {
	background-color: #78797E;
	border: 1.5px solid #78797E;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: .0125rem;
}

.btn4:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
}

.btn5 {
	background-color: #EEE;
	border: 1.5px solid #EEE;
	color: #111;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: .0125rem;
}

.btn5:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
}



/* ---------------------------------------------------
    FORM ELEMENTS
----------------------------------------------------- */

input {
	background-color: #fff !important;
	border: 1px solid #ced4da;
	border-radius: .25rem !important;
	color: #333 !important;
	font-family: 'Halyard Display', Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 17px !important;
	height: calc(1.5em + .75rem + 6px);
	letter-spacing: .025em;
	padding: .75rem .75rem .45rem .75rem !important;
	white-space: nowrap;
	text-align: left;
}

input:focus {
	border-color: #f7ae48 !important;
	box-shadow: 0 0 0 .2rem rgba(255, 178, 70, .3) !important;
}

.form-control::placeholder {
	color: #CCC;
	opacity: 1;
}


/* ---------------------------------------------------
    NAVIGATION
----------------------------------------------------- */

header section.navigation ul li a {
	color: #060d35;
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .015rem;
}

header section.navigation ul li.active a {
	color: #FF9100;
}

header section.navigation ul li a:hover {
	color: #FF9100;
}

header section.navigation ul li a.active {
	color: #111;
}

header section.navigation button.navbar-toggler {
	color: #000;
}

header section.navigation img {
	height: 54px;
}

header h2 {
	font-size: 3em;
}

header h3 {
	font-size: 1.65em;
	font-weight: 500;
	line-height: 1.1em;
	letter-spacing: .0125em;
}

header p {
	font-size: 1.25em;
	line-height: 1.25em;
	letter-spacing: .0125em;
}


/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */

header .media_bg {
	background-image: url("../../images/header/image.extension");
	background-position: top 0px center;
	background-repeat: no-repeat;
	height: 850px;
}


/* ---------------------------------------------------
    MAIN
----------------------------------------------------- */

.identifier {
	margin-top: -150px;
}

.identifier h3 {
	font-size: 2em;
	font-weight: 300;
	letter-spacing: .0125em;
}

.table {
	border-color: #999;
	color: #412314 !important;
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 400;
}

.intro__wrapper p {
	font-family: 'Halyard Display Book', Arial, sans-serif;
	font-size: 1.45em;
	font-weight: 400;
	letter-spacing: .0125em;
}

.cta__wrapper h3 {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.15em;
}

.review__wrapper i {
	font-size: 2.75em;
}

.review__wrapper p {
	font-size: 1.15em;
}


/* ---------------------------------------------------
    ALINEAS
----------------------------------------------------- */

.alinea__wrapper .review_alinea h2 {
	font-size: 1.75em;
}

.alinea__wrapper .review_alinea p {
	font-size: 1.15em;
	margin-bottom: 0;
}


/* ---------------------------------------------------
    COLUMNS
----------------------------------------------------- */

.column__wrapper .card h3 {
	line-height: 1.25em;
}

.column__wrapper .card p {
	font-size: 1.2rem;
	overflow: auto;
	text-overflow: inherit;
	white-space: normal;
	line-height: 1.4;
}


/* ---------------------------------------------------
    GALLERY
----------------------------------------------------- */

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #f7841c !important;
}

.lg-outer .lg-thumb-item {
	border-radius: 0px !important;
	cursor: pointer;
}



/* ---------------------------------------------------
	REVIEW WIDGET
----------------------------------------------------- */


.review__widget--wrapper {
	background-color: #FFF;
	padding: 4rem 0;
}

.review__summary--wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.review__summary--body {
	width: 100%
}

.review__widget--item {
	background-color: #FFF;
	border-radius: .75rem;
	box-shadow: 0 0 .85rem rgba(0, 0, 0, 0.125);
	padding: 2rem;
}

.widget--item--body {
	width: 100%
}

.review--header {
	margin-bottom: .5rem;
}

.review--header i {
	color: #FF9100;
	font-size: 1.35rem;
	margin-right: 1px;
}

.review--body {
	min-height: 85px;
	margin-bottom: .5rem;
}

.review--body p {
	color: #111;
	font-size: 1.125rem;
	line-height: 1.4;
	margin: 0;
}

.review--details p {
	color: #111;
	font-size: 1.125rem;
	margin-bottom: 0;
}

.review__footer--wrapper {
	display: flex;
	justify-content: center;
}



/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer section.footy-main li {
	color: #fff !important;
	margin-bottom: .5rem;
}

footer section.footy-main li a {
	color: #fff;
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .0125em;
}

footer section.footy-main li a:hover {
	color: #f7ae48;
}

footer section.footy-main h4 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: -.0125em;
}

footer section.footy-main .logo {
	height: 60px;
}

footer .wrapper .footer-nav p {
	display: inline-block;
	color: #111;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .0125em;
	position: relative;
}

footer h3 {
	font-size: 1.65rem;
	font-weight: 600;
	margin-bottom: 8px;
	text-transform: none;
}

.trapezoid {
	background-image: url("../../images/elements/trapezoid.svg");
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
}

.trapezoid a {
	color: #fff;
	font-size: 150%;
}


/* ---------------------------------------------------
    FOOTER BOTTOM
----------------------------------------------------- */

footer section.footy-bottom li a {
	color: #fff !important;
	font-family: 'Halyard Display', Arial, sans-serif;
	letter-spacing: .025em !important;
	transition: ease-in-out .2s;
}

footer section.footy-bottom li a:hover {
	color: #111 !important;
}

footer section.footy-bottom li i {
	color: #000;
	font-size: 1.5rem;
}


/* ---------------------------------------------------
    COOKIES
----------------------------------------------------- */

.cookie a {
	color: #333;
}

.cookie a:hover {
	color: #999;
	text-decoration: none;
}