body {
	height: 100%;
	width: 100%;
}

.title { 
	font-family: "Raleway";
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	letter-spacing:4px;
	line-height:normal;
	color: grey;
	margin-top: 7%;
}

.countdown {
	height: 100%;
	width: 100%;
	color: #af9f66;
	margin-top: 10%;
    font-family: monospace;
    font-size: -webkit-xxx-large;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

.locandina {
	height: 50%;
	width: 100%;
	margin-top: 7%;
}

.newscontainer {
	width: 100%;
	height: 300px;
	font-family: monospace;
	color: #af9f66;
	margin-top: 10%;
}

.newssubscribe {
	width: 100%;
	height: 40px;
	font-size: 35px;
	font-family: monospace;
	color: #af9f66;
	margin-top: 10%;
}

.newstitle {
	width: 100%;
	height: 30px;
	font-family: sans-serif;
	font-size: 45px;
	color: #af9f66;
	top: 10%;
}

.mail {
	font-family: "Raleway";
	font-size: 15px;
    height: 30px; 
    line-height: 30px; 
    padding: 0 10px;
    margin-top: 3%;
}

::-webkit-input-placeholder { /* WebKit browsers */
    font-family: "Raleway";
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: "Raleway";
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: "Raleway";
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-family: "Raleway";
}

.social {
	margin-top: 3%;
}

.guest {
	float:left;
	width:20%;
	height: 30%;
	border: 2px solid #af9f66;
}

.conteam {
	display: fixed;
	width: 100%;
	height: 50%;
}

.team-member {
	padding-top: 3%;
	width: 100%;
	height: 33%;
	font-family: sans-serif;
	font-size: 25px;
	color: #af9f66;
}

.artist-name {
	font-family: "Raleway";
	color: #fff; 
	letter-spacing:1px;
	border: 1px solid #af9f66;
	margin-top: 17px;
	height: 30px;
    width: 200px; 
}

.hover8 img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray;-webkit-filter: grayscale(100%);
}

.hover8 img:hover {
filter: none; 
-webkit-filter: grayscale(0%);
}

