/* Write your CSS! */
html {
  height: 100%;
}

.cover{
	position: relative;
	min-height: 100%;
	min-height: 100%;
	background: url('../img/f.png') no-repeat fixed;
	text-shadow:0 0 1px rgba(0, 0, 0, 0.478);

}

.cover:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 100%)
}

.info{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3.5%;
	margin-right: 30%;
}

.info .title{
	color: #FFF;
	font-weight: 800;
	margin: 0;
	margin-bottom: 10px;
	font-size: 28px;
}

.info .desc{
	color: #FFF;
	padding-bottom: 20px;
	border-bottom: 1px dashed rgba(255,255,255,0.4);
}

.info .desc a{
	color: #FFF;
}

.info strong{
	color: #FFF;
}

.info .tag{
	padding: 5px 10px;
	background: rgba(255,255,255,0.22);
	display: inline-block;
	margin-bottom: 5px;
	border-bottom: none;
	text-shadow:none;
	color: #FFF;
}

.info .tag a{
	color: #FFF;
	font-weight: bold;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

section{display: none;}

 .info{
	margin-right: 30%;
} 

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
 section{display: none;} }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* Don't forget your Retina CSS! */
  body {
    background-size: 72px 72px; } }