element.style {
    width: 250px;
}
#site-logo {
    float: left;
    max-width: 100%;
    transition: all ease 0.3s;
}
element.style {
    max-width: 240px;
}
#site-logo-inner {
    margin: 30px 0;
    transition: all ease 0.3s;
}
element.style {
    width: 230px;
    height: 80px;
}
a {
    color: #f35c27;
    outline: 0;
    text-decoration: none;
    transition: all ease 0.3s;
}