/*
Theme Name: Thrustpunt
Text Domain: thrustpunt
Description: Descriprion
Author: Author
*/

/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


/*	1. Additional styles
/* -------------------------------------------------------------------------- */

.container {
	max-width: 1000px;
	width: 1000px;
	margin: auto;
}

@media only screen and (max-width: 1001px)  {
	.container {
		max-width: 100%;
		width: 100%;
	}
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	text-align: center !important;
}


section.background-slider {
	margin-bottom: 0px !important;
}

section.background-slider .slick-dots {
	display: none !important;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	background-color: #535044;
}

section.background-slider .slick-slide {
    max-height: calc(100vh - 230px);
}

@media only screen and (min-width: 831px)  {
	section.background-slider .slick-slide {
		max-height: calc(100vh - 230px);
	}

	section.background-slider,
	section.background-slider .slick-list,
	section.background-slider .slick-list .slick-track,
	section.background-slider .slick-slide img   {
		height: calc(100vh - 230px ) !important; 
	}
}


@media only screen and (max-width: 830px)  {
	section.background-slider .slick-slide {
		max-height: calc(100vh);
	}

	section.background-slider,
	section.background-slider .slick-list,
	section.background-slider .slick-list .slick-track,
	section.background-slider .slick-slide img   {
		height: 100vh !important;
	}
}


section.background-slider .slick-slide img {
	object-fit: cover;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover";
}