/*----------------------—*/
/*     Smaller widths    */
/*---------------------—-*/

@media (min-width: 2500px)  {


}

@media (min-width: 769px) and (max-width: 1024px) {

	.header-temp {
		display: none;
	}
	#temperature {
		display: block;
	}

	.col-6 {
		width: 100%;
		/*height: 100%;*/
		box-sizing: border-box;
	}

	.col-4 {
		width: calc(100% / 6 * 4);
		/*height: 100%;*/
		box-sizing: border-box;

	}
	.col-3 {
		box-sizing: border-box;
		width: 50%;
		/*height: 100%;*/
		display: block;
		position: relative;
		float: left;
	}
	.col-2 {
		width: calc(100% / 6 * 2);
		/*height: 100%;*/
		box-sizing: border-box;

	}


}

@media (max-width: 768px) {
	
	body {
		font-size: 18px;
	}
	.keroine-small, .keroine-small p {
		font-size: 18px;
	}
	.keroine, h1, h2, h3, h4, h5, h6, blockquote {
		font-size: 24px;
	}


	.header-temp {
		display: none;
	}

	.header-logo {
		text-align: center;
	}

	.project {
		height: auto;
		margin-bottom: var(--margin);
	}

	.slidertje {
		float: left;
		clear: both;
		width: 100%;
		height: auto;
	}

	.slider-item {
		max-width: calc(100vw - var(--margin) * 2);
		max-height: 90vh;
	}
	.slider-image {
		max-width: calc(100vw - var(--margin) * 4);
		height: auto !important;
		max-height: 90vh;

	}

	/* Window stuff */
	.window {
		position: absolute;
		z-index: 9999;
		margin-left: -100%;
		opacity: 0.95;
	}
	.window.visible {
		margin-left: 0px;
		width: 100%;
	}

	.container.toggled {
		width: calc(100%);
	}

	#header {
		opacity: 0.95;
	}
	.container.toggled #header {
		left: 0%;
		display: none;
		width: calc(100%);
	}
	.specify {
		display: none;
	}




	/* Columns */
	.col-6 {
		width: 100%;
		/*height: 100%;*/
		box-sizing: border-box;

	}

	.col-4 {
		width: calc(100% );
		/*height: 100%;*/
		box-sizing: border-box;

	}
	.col-3 {
		box-sizing: border-box;
		width: 100%;
		/*height: 100%;*/
		display: block;
		position: relative;
		float: left;
	}
	.col-2 {
		width: calc(100% );
		/*height: 100%;*/
		box-sizing: border-box;

	}
	.image {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.project-image {
		padding-bottom: 0;
	}
	.project-image:last-of-type {
		padding-bottom: var(--margin);
	}
	

}
