.info-button {
    position:fixed;
    right:30px;
    bottom:60px;
    overflow:hidden;
    font-size:50px;
    text-align: center;
    color:#000;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.32);
    box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.32);
    background-color:#fff;
    border-radius: 50px;
}


.logo img {
    max-width:140px;
}

.info-button:hover {
    color:#999;
    transition: color 0.1s ease-in;
}

.info-modal {
    z-index: 10000;
    display:none;
    position: fixed;
    right:70px;
    bottom:20px;
    height:250px;
    width:300px;
    transition: all 0.1s ease-in-out;
    background-color:#fff;
    text-align: left;
    padding:10px;
    font-size:14px;
    box-shadow: 0 7px 45px 5px rgba(0, 0, 0, 0.25);

}

.info-modal hr {
    margin: 0;
    border-top:1px solid #eee;
    border-bottom:0;
    border-right:0;
    border-left:0;
}

.info-modal a, .info-modal a:visited, .info-modal a:active, .info-modal a:hover {
    color:#000;
    text-decoration: none;
}

.info-modal h1 {
    margin:15px 0;
    font-family:'Rubik', sans-serif;
}

.info-modal h2 {
    margin:10px 0 5px 0;
    font-family:'Rubik', sans-serif;
}

.info-modal span {
    margin:10px 0 5px 0;
    display: block;
    color:#ccc;
    font-family:'Rubik', sans-serif;
}
