
#img2{
	position:absolute;
	left:15px; /* padding to left side of globe */
	top:0px; /* padding on top of globe */
	width:50px; /* size of image */
}


#divaa1{
	position:absolute;
	left:45px;
	width:80px;
	height:80px;
	margin-left: 100px;
	margin-top: 5px;
	border:1px solid #2a466b;
	border-radius:100px;
	background: #2a466b;
	transition:.6s;
}
#divaa1:hover{
	height:120px;
}


#btna1{
	position:absolute;
	top:0px;
	right: 0px;
	background:transparent;
	width:75px;
	color:transparent;
	padding-top:5px;
	padding-bottom:5px;

	font-family: "Roboto", tahoma, arial, helvetica, avenir, sans-serif;
	font-size: 15px;  /* used to be 20 */
	font-weight: normal;

	border:2.5px solid transparent;
	border-radius:100px;
	cursor:pointer;
	transition:.6s;
}
#divaa1:hover > #btna1{
	top:80px;
	right: 0px;
	color:white;
	background: #269aea; /* #2aa3f7; */
	padding-bottom:5px;
}
