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

p {
   text-indent: 5%;
}

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

.home-slider {
    padding: 2%;
}

.home-slider h5{
    font-size: 60px;
}

.home-slider p{
    font-size: 30px;
}
.carousel-caption {
    bottom: 100px;
}

.carousel-item {
    height: 20rem;
    transition-duration: 0.5s;
}

navbar {
    background-color: #000077;
    bottom: 0;
    color: #ffc800;
}

.navbar-brand {
color: #ffc800;
}

.nav-link {
    color: #ffc800;
    font-size: 180%;
}

.blog-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    line-height: 150px;
    border: 4px;
    background-color: #000077;
 }
 
 .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #000077;
}
 
.float-right {
    color: #ffc800;
    font-size: 100%;
}

.text-muted {
    color: #ffc800;
    font-size: 100%;
}

.form-signin {
    width: 100%;
    max-width: 30px;
    padding: 10px;
    margin: 0 auto;
}


