/* stile css*/
body{
	background-color: black;
	width:100%;
}

#logo2{
	width: 100%;
    margin-top: 22px;
    margin-bottom: 22px;
	cursor: pointer;
}
#navigation_iframe{
	height: 2000px;
	border: none;
}

iframe{
	border: none;
	width: 700px;
	height:700px;
}

#corpus{
	height:100%;
	padding: 10px;
}
#corpus div div div img{
	overflow:hidden;
	height: 200px;
}
#corpus div div iframe{
	width: 100%;
}
.container-fluid{
	border: none;
	max-width:100%;
}
.icon{
	width: 15px;
}
.icon_social{
        width: 30px;
        margin-right: 8px;
}
.icon_social:hover{
        opacity: 0.7;
}

#footer{
	background-color: #f2f2f2;
}
#social{
	padding-bottom:50px;
}
#findhome{
	background-image: url("imgs/comprocasa.jpg");
	background-color: #cccccc;
	height: 500px;
	background-position: center;
}
#findhome div div{
	padding-top: 150px;
}
#findhome div div a{
	text-align:center;
}

@media (max-width: 760px) {
  body {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #findhome div div a{
	font-size: 60px;
}
#findhome div div{
	padding-left: 30px;
}
#scritta{ 
 display: inline;
}
 }
@media (max-width: 500px) {
  #findhome div div a{
	font-size: 40px;
}#findhome div div{
	padding-left: 10px;
}
}
@media (min-width: 760px) {
  #findhome div div a{
	font-size: 90px;
}
#scritta{ 
 display: none;
}
 }
