/** MOBILE STYLE **/

@media only screen and (max-width: 1024px){
	#leftnavi a{
		font-size: 2vw !important;
	}
	
	#one img {
	    height: auto;
	    width: 90%;
	    margin-top: 4%;
	}
	
	#naviscreen{
		display: none;
	}
	
	#navimobile{
		display: unset;
	}
	
	.alphaimg img {
    	float: unset;
    	width: 100%;
    	margin-bottom: 20px;
		margin-left: 0;
	}
	
	#three img {
    	float: left;
    	width: 100%;
    	margin-bottom: 20px;
	}
	
	#four img {
    	float: left;
    	width: 100%;
    	margin-bottom: 20px;
		margin-left: 0;
	}
	
	#five img {
    	float: left;
    	width: 100%;
    	margin-bottom: 20px;
		margin-left: 0;
	}
	
	
	h1 {
    	font-size: 250%;
	}
	
	#rightfoot {
		display: none;
	}
	
	#center-cookie h1 {
		font-size: 150% !important;
	}
	
	#center-cookie button, input[type='button'], input[type='reset'], input[type='submit'] {
    	font-size: 100% !important;
	}
	
	#center-cookie {
    	border-radius: 20px !important;
    	margin-top: 5vh !important;
    	line-height: 1.25 !important;
	}
	#center-cookie p{
		line-height: 1.5;
	}
}


@media only screen and (max-width: 800px){
	#center-cookie {
	    min-width: 60% !important;
	}
}