Newer
Older
#project_title {
text-align: center;
color: 124f66;
}
.title {
font-size: 20px;
text-align: center;
}
body {
background-image: url("../img/background_loop.png");
background-size: 100% 100%;
background-attachment: fixed;
}
#footer {
text-align: center;
font-size: 17px;
color: 124f66;
/* width: 100%; */
}
@media (min-width: 991px) {
#footer {
position:fixed;
bottom: 15px;
left: 0;
width: 100%;
}
}
.panel {
background-color: rgba(255, 255, 255, 0.8);
}