/* Bahçelievler Korku Evi           */
/* Style made by berkealp           */
/* Author: https://www.berkealp.net */

/* Footer */
footer {
    left: 0;
    right: 0;
    bottom: 10px;
}
footer > a {
    position: absolute;
    bottom: 0;
    color: #888 !important;
}
footer > a:first-child {
    text-align: right;
    right: 10px;
}

/* Fixed buttons */
#wp-btn {
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 90px;
    left: 20px;
    background-color: #40C351;
    opacity: 0.5;
    color: white;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.3em;
}
#wp-btn:hover {
    opacity: 1;
}
#call-btn {
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 20px;
    left: 20px;
    background-color: lawngreen;
    opacity: 0.5;
    color: white;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.3em;
}
#call-btn:hover {
    opacity: 1;
}