
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #9C00B2;
    position: sticky;
    top: 0;
    z-index: 1;
}



body {
    background-color: #FAD3FF;
    margin-bottom: 3%;
}

.page-header {
    margin-bottom: 0;
}

html, .page-header {
    background-color: white;
    padding-top: 2%;
}
html {
    background-color: #FAD3FF;
}

.jumbotron {
    background-color: white;
}

/*Fix text color*/
.nav navbar-nav {
    color: white;
}

.form-horizontal {
    padding-top: 20%;
}
/*Header padding*/
.media {
    margin-left: 2%;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 450px
}

/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    height: 100%;
}

/* Set black background color, white text and some padding */
footer {
    background-color: #9C00B2;
    color: white;
    padding: 15px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
}

#leftsidebar  img {
    border: 5px solid #9C00B2;
    margin: 2%;
}

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}

