#logo{
	float: left;
}

#logo img{
	width: 125px;
	height: auto;
	transition: all 0.3s ease;
}

#logo img:hover{
	transform: rotate(4deg);
	width: 135px;
}

#dropdown-navi{
	float: right;
}
.socials{
    display: inline-block;
    top: 15px;
    position: relative;
    margin-left: 20px;
}
.socials img{
	width: 50px;
    height: auto;
    margin: 0;
	transition: all 0.3s ease;
}

.socials img:hover{
	width: 46px;
    margin: 2px;
}