footer {
    margin-top: auto;
    padding: 10px 0;
    background-color: #f2f2f2;
    color: #777;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.content {
    padding-top: 2px;
    margin-bottom: 55px;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.navbar {
    margin-bottom: 0
}

.slide-down {
    display: none;
}

footer {
    padding-top: 20px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-floating-left {
    display:inline-block;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.black-background {
    background-color: #000000;
}

.btn-floating-right {
    display:inline-block;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.btn-floating-right:hover, .btn-floating-left:hover {
    background-color: #fff;
    color: #000;
}

.btn-full-width {
    display: block;
    width: 100%;
}

.hover-items:hover {
	border-color: #696969;
}

.hover-li:hover {
	font-style: italic;
}
.li-arrow {
	content: "\2193";
}
