﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 80px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 30px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.parent {
    width: 100px;
}

/*img {
  display: block;
  width: auto;
  max-height:250px;
}*/
/* Responsive: Portrait tablets and up */
    .body-content {
        padding: 0px;
    }
}

.navbar-dark .navbar-brand {
    color: chartreuse;
}

.navbar-brand:hover, .navbar-brand:focus {
    color: white !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: chartreuse;
}
