﻿/* Modify the background color */

.navbar-custom {
    background-color: #CBE86B;
}
    /* Modify brand and text color */

    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: green;
    }
.nav-border {
    border-radius: 30px;
}
.headingcustom {
    color: #1C140D;
}
.jumbotron-fluid {
    text-shadow: #444 0 1px 1px;
    color: #FFF;
    position: relative;
    height: 40vh;
    display: flex;
    align-items: center;
}
.foo {
    position: fixed;
    bottom: 0;
    right: 0;
}
.form-control:focus {
    border-color: #ff80ff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(203, 232, 107, 0.5);
}
.textcolorchange {
    color: green;
}
.button_color {
    background-color: #CBE86B;
}

