/*	JK SHOP 2.ALPHA DEV	*/

.olin_info_wrapper {
  	position: relative;
	z-index: 1;
	grid-template-rows: auto 1fr 1fr 1fr auto;
	padding-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: olincondensed, system-ui, sans-serif;
	font-size: 1em;
	}

h3 {
	margin-bottom: -12px;
	}

ul {
	margin-top: -12px;
	}

.olin_info_center {  
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.olin_image_wrap { 
	width:100vw;   
	background: #bbb;  
	}

.olin_infoimage {  
	width: 1000px;
	height: 300px;
	}

.olin_info_logo {  
	position: absolute;
	width: 150px;
	top: 20px;
	left: 20px;
	mix-blend-mode: hard-light;
	}

.olin_info_pagemark {	
	position: absolute;
	color: white;
	height: 60px;
	width: 60px;
	background-color: #93C121;
	border-radius: 50%;
	top: 10px;
	right: 10px;
	mix-blend-mode: hard-light;
	}

.olin_info_txtblock {
	width:800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.olin_info_txtstart {  
	}

.olin_info_txtstart:before {
	vertical-align: -2px;  
  	font-family: jksymbols;
  	content: 'square';
	}

.olin_button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.37);
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  border-radius: 100px;
  color: #eee;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.olin_button:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.67);
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  border-radius: 100px;
  color: #a6d925;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.olin_button:before {
  	font-family: jksymbols;
	content:"home"
}

@media all and (max-width: 1150px) {
	.olin_infoimage {  
	width: 800px;
	height: 240px;
	}  
  
	.olin_info_txtblock {
	width:600px;
	}}

@media all and (max-width: 900px) {
	.olin_infoimage {  
	width: 583px;
	height: 175px;
	}

	.olin_info_txtblock {
	width:485px;
	}}

@media all and (max-width: 600px) {
	.olin_infoimage {  
	width: 334px;
	height: 100px;
	}

	.olin_info_txtblock {
	width:250px;
	}}
