@media only screen and (min-width: 0px) and (max-width: 800px) {

	/* Hamburger */
	#mobilnav {
		position: fixed;
		top: 0;
		right: 10px;
		display: block;
		height: 60px;
		cursor: pointer;
		width: 60px;
		padding-right: 1em;
		z-index: 10000;
		padding-left: 1em;
		text-indent: -10000px;
		font-size: 1px;
		background: url(../basisdesign/menu.svg) no-repeat center center;
		background-size: 30px auto;
	}

	#nav ul {
		padding: 0;
		margin: 0;
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}

	#top {
		text-align: center;
		min-height: 60px
	}

	ul#top {
		height: 100%;
	}

	#nav {
		padding-top: 80px;
		background-color: transparent;
		width: 100%;
		height: auto;
		z-index: 100001;

	}

	#nav li {
		list-style: none;
		z-index: 100001;

	}

	#nav li a {
		display: inline-block;
		color: white;
		margin: 0px 10px;
		text-decoration: none;
		line-height: 60px;
		height: 60px;
		margin-top: 1px;
		background-color: #484a4e;
		text-align: center;
		font-size: 120%;
		z-index: 100003;
		font-weight: 300;
	}

	#nav li a:hover {
		border-bottom: none;
		background-color: #37393c;
	}

	#nav li.current a {
		border-bottom: none;
		background-color: black;
	}


	.span5 {
		clear: both;
		width: 100%;
	}

	.span5 img {
		width: 30%;
		margin-bottom: 3%;
	}

	.reveal-modal img {
		width: 100%;
	}


	.span3 {
		width: 60%;
		float: left;
		margin-right: 0;
		margin-top: .5em;
	}

	.span6 {
		width: 100%;
	}

	h1 {
		font-size: 2.3em;
	}

	#section-1 {
		padding-bottom: 60px;
	}

.start {
	bottom: 100px;
}
	.start a {
		background-size: 30px auto;
		background-color: black;
		width: 60px;
		height: 60px;
		border-radius: 60px;
	}


.modal {
	  position: fixed;
	  inset: 0;
	  background: rgba(0, 0, 0, 0.7);
	  display: none;
	  justify-content: center;
	  align-items: flex-start;
	  /* padding: 0px 0px; */
	  overflow-y: auto;
	  z-index: 9999;
	  opacity: 0;
	  transition: opacity 0.25s ease;
	}
	
	.modal.open {
	  display: flex;
	  opacity: 1;
	  padding: 0;
	  
	}

}
