﻿@import url('https://fonts.googleapis.com/css?family=Bangers');
p{
	text-align:center;	
font-family: 'Bangers', cursive;
	color:yellow;
	font-size: 15px;
}
.ph{  
	width:600px;
	margin:40px 130px;
	}
.ph a{
	display:block-inline;
	background:#fff;
	margin-right:5px;
	margin-top:5px;
	padding:5px;
	float:left;
}	
.ph a:hover    { 
	background:yellow;
 }
.press {
    width: 0;
    height: 0;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
   
    z-index: 9999;
    text-align: center;
   
    background: rgba(0,0,0,0.5);
    }

.ft{
	background: #fff;
	width:260px;
	height:300px;
	margin:50px auto;
}
.press img    {

	opacity: 0;
	padding: 10px;
	background: #ffffff;
	margin-top: 0px;
	
	transition: opacity .25s ease-in-out;       
	}

.press:target {
    width: auto;
    height: auto;
    bottom: 0;
    right: 0;
    }
  
 .press:target img {
    opacity: 1;
    }
	@media screen and (max-width: 1200px) { 
.wrap{
margin:-360px 119px auto;
float:none;
}
.menu{
width:220px;
margin:0 auto;
height:100px;
}
.content{
	float:none;
}
header{
	text-align:center;	
font-family: 'Bangers', cursive;
	color:yellow;
	font-size: 22px;
	margin: 0 0 0 193px;
	width:100px;
}
.ph{
	margin:340px 12px auto;
}
}