
.social{
    position: fixed;
    left: 10px;
    bottom: 2%;
    width: 60px;
    line-height: 1.5em;
	z-index: 99;
}
.flags{
    position: fixed;
    right: -100px;
    bottom: 2%;
    width: 301px;
    padding: 15px;
	z-index: 99;
}
.topo{
    position: fixed;
    right: 0px;
    top: 0px;
    width: 250px;
	z-index: 99;
}
.header1{
    color: #284571;
    font-size: 24px;
    font-weight: bold;
    font-family: Verdana;
    text-shadow: 2px 2px #DDDDDD;	
}
.header2{
	color:#1280c3;
	font-size: 26px;
	font-weight: bold;
	font-family: Verdana;
	text-shadow: 2px 2px 4px #000000;	
}
.header3{
    color: #a2d9f7;
    font-size: 24px;
    font-weight: bold;
    font-family: Verdana;
    text-shadow: 2px 2px #DDDDDD;	
}
.corpo{
	font-size: 18px;
	font-family: Verdana;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    .topo {
    width: 120px;
 }
	.corpo{
	 font-size: 14px
 }
}