
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
body {
  background: #000;
  color: #000;
  font-size: 14px;
  height: auto;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: 'Playfair Display', serif;
  color:#22ACE4;
  font-size:70px;
  padding:0px;
  margin:0px;
}

.linea {
	border-bottom-color:#E02270;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
h2 {
 
  color:#E02270;
  font-size:50px;
  padding:20px 0px 0px 0px;
  margin:0px;
  font-family: 'Playfair Display', serif;
}

p {
  border: 1px solid #666;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

.container {
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.container {
  background-image: url('../demo-files/12_col.png');
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
}