@media only screen and (max-device-width: 1024px) {
	.vnarrow {
		width:  80%;
		margin: 0 auto;
	}
	.medium {
		font-size: 20px;
	}
	.large {
		font-size: 24px;
	}
	.splashtext {
		font-size: 18px;
		letter-spacing: 0px;
	}
	.logo .splashtext {
		font-weight: 300;
		letter-spacing: 5px;
		padding-top: 15px;
	}
	.menutop {
		font-size: 10px;
		letter-spacing: 0px;
		font-weight: 500;
	}
	.menutop a {
		padding: 0;
	}

	.partners img {
		margin: 10px auto;
		display: block;
		height: 100px;
	}
	.padded {
		padding: 10% 0;
	}
	.paddedlittle {
		padding: 5% 0 !important;
	}
	.verticalline {
		width: 2px;
		height: 25vh;
	}
	.drawingsmob {
		/*border: 1px solid #29a9e0;*/
		margin: 0 auto;
		width: 750px;
	}
	.selfiesmob {
		margin: 0 auto;
		width: 500px;
	}
}

@media only screen and (max-device-width: 768px) {
	.drawings {
		margin: 0 auto;
		width: 500px;
	}
	.slideshow_drawing {
	  width:500px;
	}
	.selfies {
		margin: 0 auto;
		width: 500px;
	}
	.example {
		width:90%;
	}
}

@media only screen and (max-device-width: 700px) {
	.menutop, .hide, .desktop { 
		display: none;
	}
	.navigation, .slide_mob {
		display: block;
	}
	.mob {
		display: block;
	}
	.logotop {
		width: 50%;
		display:none;
		left: 35px;
		top: 23px;
	}

	.logotop a:hover {opacity:1}

	.logo2{
		width: 50%;
		position: absolute;
		top: 23px;
		left: 35px;
	}

	.navigation {
		width: 100%;
		height: 65px;
		position: fixed;
		top: 0px;
		z-index: 100;
	}

	.nav-list{height: 100vh;}

	nav {
		width: 100%;
		opacity:0;
		padding: 60px 0 0 0;
		background-color: rgba(0,0,0,0.85);
		transition: all 500ms ease-in-out;
	}

	nav ul{
		display: none;
		padding-top: 20px;
	}

	nav ul li {
		float: none;
		list-style: none;
	}

	nav ul li a {
		display: block;
		line-height: 5vh;
		padding: 5px 0;
		color: #ffffff;
		font-weight: 400;
		text-decoration: none;
		letter-spacing: 3px;
	}

	.bg {
		opacity:1;
		transition: all 500ms ease-in-out;
	}

	.nav-mobile {
		position: fixed;
		top: 0;
		right: 0;
		height: 70px;
		width: 70px;
		z-index: 1000;
	}

	#nav-toggle {
		position: absolute;
		left: 20px;
		top: 20px;
		padding: 10px 35px 16px 0px;
	}

	#nav-toggle span,
	#nav-toggle span:before,
	#nav-toggle span:after {
		height: 2.5px;
		width: 29px;
		background: #ffffff;
		position: absolute;
		display: block;
		content: '';
		transition: all 300ms ease-in-out;
	}

	#nav-toggle span:before { top: -10px;}
	#nav-toggle span:after {bottom: -10px;}

	#nav-toggle.active span { background-color: transparent;}
	#nav-toggle.active span:before, #nav-toggle.active span:after {top: 0;}
	#nav-toggle.active span:before {transform: rotate(45deg);}
	#nav-toggle.active span:after {transform: rotate(-45deg);}

	.bgimg, .bg_white, .bg_black, .bg_moon, .bg_rover, .bg_footprint, .bg_sanorbit, .bg_lunarplaque, .bg_cardonmoon, .bg_satellite {
		background-attachment: scroll !important; 
	}

	.medium {
		font-size: 16px;
	}
	.large {
		font-size: 20px;
	}


	.regular img {
		width: 100%;
	}

	/* .slick-dots {position: relative; top: -30px !important;}*/

	.regular3 {
		padding: 0 !important;
	}
	.regular3 .slick-track{
		padding-top: 0;
	}

	.regular3 .slick-dots {
		background: #000;
	}

	.regular3 .slick-dots li button{color: #fff;}
	.regular3.slick-dots li.slick-active button:before{
		color: #29a9e0;
	}

	.regular3 .slick-dotted.slick-slider {
		width: 100%;
		background: #000;
		display: block;
	}

	/*------------------ SLIDE  ------------------*/

	section .slick-track {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.item2 .slide_mob {
		width: 100%;
		margin: auto;
		background: #fff;
	}

	.signature {
		width: auto;
		max-height: 75px;
		margin: auto;
		padding-top: 5%;
	}

	.item2 label {
		padding:0;
		margin:0;
	}
	.item2 input{
		overflow: visible;
		width:  100%;
		height: 30px;
		margin: 0% 0 5% 0;
	}

	.item2 textarea {
		overflow: visible;
		width: 100%;
		height: 200px;
		margin: 0% 0 5% 0;
	}

	.text {
		padding:15% 10% 15% 10%;
		text-align: left;
		font-size: 15px;
		letter-spacing: 0;
	}

	.teammember {
		float: none;
		text-align: center;
		padding-bottom: 0;
		background: #000;
	}
	.teammember img {		
		width: 100%;
		padding-bottom: 10px;
		margin: 0 auto;
	}
	.sig img {
		padding: 3px 0;
		width: auto;
		height: 75px;
	}

	.partners {
		width: 100%;
	}

	.partners img {
		margin: 10px auto;
		display: block;
		height: 60px;
	}
	.verticalline {
		width: 2px;
		height: 25vh;
	}

	.slideshow_selfies {
  	width:400px;
	}


	.drawingsmob {
		/*border: 1px solid #29a9e0;*/
		margin: 0 auto;
		width: 600px;
	}
	.selfiesmob {
		margin: 0 auto;
		width: 400px;
	}
	.example {
		width:90%;
	}
}

@media only screen and (max-device-width: 400px) {
	.vnarrow {
		width:  80%;
		margin: 0 auto;
	}

	.medium {
		font-size: 14px;
	}
	.large {
		font-size: 12px;
	}
	.padded {
		padding: 25% 0;
	}
	.paddedlittle {
		padding: 15% 0 !important;
	}
	.mission img {
		width: 40%;
	}

	.splashtext {
		font-size: 12px;
		letter-spacing: 0px;
	}

	.logo .splashtext {
		font-weight: 300;
		letter-spacing: 5px;
		padding-top: 15px;
	}

	.vnarrow {
		width: 70%;
		margin: 0 auto;
	}

	.medium {
		font-size: 12px;
	}

	.intermission {
		min-height: 61%;
	}
	.partners img {
		margin: 10px auto;
		display: block;
		height: 60px;
	}
	.verticalline {
		width: 2px;
		height: 25vh;
	}

	.slideshow_selfies {
  		width:300px;
	}

	.drawingsmob {
		margin: 0 auto;
		width: 100%;
	}
	.selfiesmob {
		margin: 0 auto;
		width: 300px;
	}
	.example {
		width:90%;
	}

.fileupload_button {
	font-size: 10px;
	width:100%;
}
.button {
	width:100%;
	font-size: 12px;
}

input[type=text], textarea {
  padding: 5px 5px;
  
  border: 1px solid #333;
  background: rgb(245,245,245);
  width: 100%;
  font-size: 100%;
}

.g-recaptcha {
	padding:10px 0 10px 0; 
	width:100%;font-size:10px;
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;"
}

}

