/* Sticky footer styles
-------------------------------------------------- */

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

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.footer {
    /* margin-top: 100px; */
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /* height: 220px; */
    /* line-height: 60px; */
    /* Vertically center the text there */
    background-color: #1E4D3B;
    color: #fff;
}

.footer a {
    color: #fff;
}

.navbar {
    background-color: #1E4D3B;
    color: #fff;
}

.navbar a,
.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a :hover {
    color: #fff;
}

.badge {
    margin: 3px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}


/* Custom page CSS
-------------------------------------------------- */


/* Not required for template or sticky footer method. */

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}


/* ...... */

.navbar-brand {
    color: #fff !important;
}