@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
	h1 {font-size: 1.4rem;}
	.intro h4, h4 {margin: 0 0 0.5rem 0 !important; font-size: 1rem;}
	
	#logo {position: static; height: auto; background-image: none; padding: 1rem 4%;}
	#logo img {width: 35%;}
	
	.intro {padding: 3rem 4% 2rem 4%}
	
	#socials {bottom: 1rem; left: 1rem;}
    
	
	.instagram, .facebook {
width: 2.5rem;
height: 2.5rem;
		
}

.facebook {
	margin: 0 0.5rem 0 0;
}

.instagram img, .facebook img {
	display: inline-block;
	height: 1.2rem;
	width: auto;
	  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);

	
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
	
.left, .right, .intro-left, .intro-right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
