﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: whitesmoke;
    color: #137cc6;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

nav{
    z-index: 1000;
}

.navbar {
    margin-top:-50px;
    width:100%;
}

.bg-rainbow {
    background: linear-gradient(90deg, rgba(194,0,0,100) 0%, rgba(216,226,9,100) 35%, rgba(2,124,27,100) 55%, rgba(0,51,255,1) 85%, rgba(133,9,226,100) 100%);
}
.bg-blue {
    background-color: #137cc6 !important;
    color:white;
}
.bg-secondary {
    background-color: white !important;
    color: black;
}
