@import url('https://fonts.googleapis.com/css?family=Cutive+Mono|Homemade+Apple|Syncopate');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do');
@import url('https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day');
@import url('https://fonts.googleapis.com/css?family=La+Belle+Aurore');
@import url('https://fonts.googleapis.com/css?family=Wire+One');

@charset "utf-8";
body {
	margin: 0px;
	background-color: rgba(5,13,121,1.00);
	width: 100%;
	height: 100%;
	display: block;
}
.logofirma {
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 32px;
}
.menù {
	font-family: Open Sans Condensed;
	display: flex;
	display: -webkit-flex;
	color: rgba(255,255,255,1.00);
	margin-top: 66vh;
	font-size: medium;
	z-index: 105;
}

#logoanimation {
  animation: animazione 3s;
  -webkit-animation: animazione 3s;
}
#menuanimation {
  animation: animazione 8s;
  -webkit-animation: animazione 8s;
}
@keyframes animazione {
  from { opacity: 0; }
  to { opacity: 1; }
}

@-webkit-keyframes animazione {
  from { opacity: 0; }
  to { opacity: 1; }
}
.chisono {
	flex: 1;
	display: block;
	text-align: center;
	z-index: 105;
	border-left: 15px solid rgba(5,13,121,1.00);
}
.servizi  {
	flex: 1;
	display: block;
	text-align: center;
	border-right: 15px solid rgba(255,0,4,1.00);
	border-left: 15px solid rgba(255,0,4,1.00);
	z-index: 105;
}
.portfolio {
	flex: 1;
	display: block;
	text-align: center;
	z-index: 105;
	border-right: 15px solid rgba(5,13,121,1.00);
}
	
footer {
	font-family: Cutive Mono;
	color: rgba(177,177,177,1.00);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: x-small;
	text-decoration: none;
	text-align: center;
}
footer div h1 {
	width: 100%;
	font-size: small;
	text-decoration: none;
	text-align: center;
}
footer a {
	color: rgba(177,177,177,1.00);
}
a    {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
nav span a img {
	width: 30px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 14px;
	text-align: center;
	display: block;
	border-left: 10px solid rgba(255,0,4,1.00);
}





@media (min-width : 1px ) and (max-width : 321px ){
	.logofirma {
	width: 60%;
	margin-bottom: 341px;
}

.menù {
	font-size: small;
	margin-top: 66vh;
	z-index: 105;
}

footer {
	font-size: xx-small;
}
}

@media (min-width: 321px) and (max-width: 480px){
	.logofirma {
	width: 60%;
	margin-bottom: 310px;
}

.menù {
	font-size: small;
	margin-top: 70vh;
	z-index: 105;
}

footer {
	font-size: xx-small;
}
}
@media (min-width: 480px) and (max-width: 768px){
	.logofirma {
	width: 40%;
	
}

.menù {
	font-size: small;
	margin-top: 70vh;
	z-index: 105;
}

footer {
	font-size: x-small;
}
}
@media (min-width: 768px) and (max-width: 1024px){
	.logofirma {
	width: 40%;
	
}

.menù {
	font-size: x-large;
	margin-top: 70vh;
	z-index: 105;
}

footer {
	font-size: x-small;
}
}
@media (min-width: 1024px) and (max-width: 1600px){
	.logofirma {
	width: 30%;
	
}

.menù {
	font-size: medium;
	margin-top: 80vh;
	z-index: 105;
}

footer {
	font-size: small;
}
}


@media (min-width: 1600px){
	.logofirma {
	width: 25%;
	
}

.menù {
	font-size: medium;
	margin-top: 85vh;
	z-index: 105;
}

footer {
	font-size: small;
}
}
