/* Sticky footer styles
-------------------------------------------------- */
html { position:relative; min-height:100%; }
@media (min-width: 320px) {body { margin-bottom:500px;}}
@media (min-width: 768px) {body { margin-bottom:500px;}}
@media (min-width: 992px) {body { margin-bottom:400px;}}
@media (min-width: 1200px) {body { margin-bottom:400px;}}
.footer {
position: absolute;
bottom: 0;
width: 100%;
background-color: #1F294C;
color: #ffffff;
}

@media (min-width: 768px) {.footer { height: 430px;}}
@media (min-width: 992px) {.footer { height: 240px;}}
@media (min-width: 1200px) {.footer { height: 240px;}}

.footer a {color:#ffffff !important}


/* Custom page CSS
-------------------------------------------------- */
.footer > .container { padding: 15px;}
