﻿body {
	margin:0;
}

.image {
	cursor:pointer;
	max-height:350px;
	border:5px white solid;
    box-shadow:0px 0px 2px rgba(0,0,0,0.5);
	text-align:center;
}

.popup {
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
}

.popup_bg {
	background:rgba(0,0,0,0.4);
	position:absolute;
	z-index:1;
	height:1010px;
	width:100%;
}


.popup_img {
	position: relative;
	margin:0 auto;
	z-index:2;
	max-height:94%;
	max-width:94%;
	margin:44% 0 0 0;
}

/* === MOBILE FIX === */
html, body {
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.soc a{
  color:#228fff;
  text-decoration:none;
  background:none;
}

.soc a h3{
  display:inline-block;
  margin:0 0 14px;
  line-height:1.15;
  padding-bottom:4px;
  border-bottom:2px solid currentColor;
}

.soc a:hover,
.soc a:focus{
  color:#fed000;
  text-decoration:none;
  outline:none;
  transition: color .3s;
}
