﻿/*
 @developer : Luca Mangiacotti
 @copyright : Copyright (c) Luca Mangiacotti
/* 
    Author     : Luca Mangiacotti
*/

@media all and (max-width: 479px) {
.img-contatti{
	background-image:none !important;
 	padding-bottom: 0% !important;  
 	max-height:800px;
	}

.txt-contatti{
	position: inherit !important;
	margin-top: 0px !important;
	font-family: RobotoMono-Regular;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	margin-left: 0% !important;
	margin-bottom: 35px;
  	}
}

@media all and (max-width: 978px) and (min-width: 480px) {
.img-contatti{
	background-image:none !important;
 	padding-bottom: 0% !important;  
 	max-height:800px;
	}

.txt-contatti{
	position: inherit !important;
  	margin-top: 0px !important;
  	font-family: RobotoMono-Regular;
  	line-height: 35px;
    font-size: 16px;
  	text-align: center;
    margin-left: 0% !important;
    }
}

@media all  and (min-width: 980px) {

}
/* this will have no @media, so will apply for every resolution */

.img-contatti{
	background-image:url('../img/Sfondo-contatti.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	padding-bottom: 72.76% ; /* 800px/1260px = 0.6349 */
 	max-height:1397px;
	background-position: center;
	width:100%;
	margin-left: 0px;
	}

.txt-contatti{
	position: absolute;
  	margin-top: 15px;
  	font-family: RobotoMono-Regular;
  	line-height: 35px;
  	font-size: 14px;
  	color: black;
  	margin-left: 60%;
  	}
  
.txt-contatti a{
	color: black;
	text-decoration:none;
	}  

.icon-social:hover{
	opacity:0.7;
	cursor:pointer;
	}
  