body,
.login_body {
  background-image: url("../img/woodBlackBackground.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  max-width: 100%;
}

main {
  background-color: rgba(8, 7, 4, 0.75);
  min-height: 100vh;
}

.main-header {
  width: 100%;
  background-color: rgba(1, 1, 1, 0.85);
  display: flex;
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.navbar {
  max-width: 100% !important;
  margin: auto;
  padding-bottom: 0px;
  padding-top: 0px;
}

.navbar-nav{
  width: 100%;
}

.main-header-nav {
  width: 100%;
  background-color: rgba(1, 1, 1, 0.85);
  display: flex;
  justify-content: center;
  align-items: end !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}

.main-header-nav a {
  color: white;
  font-size: 20px;
}
.main-header-nav a:hover {
  text-decoration: none;
  color: black;
  background-color: white;
}

.main-header-nav .nav-item:hover, .active {
  background-color: white;
  color: black;
}

.active a{
  color: black;
}
.content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

h1,
h3,
p {
  color: white !important;
}

h1 {
  font-size: 30px !important;
}

h2 {
  text-align: center;
}

.reg_form,
.log_form {
  grid-row: 1;
  text-align: center;
}

p {
  font-size: 16px;
}

li {
  list-style: none;
  font-size: 30px;
  text-align: center;
}

.content a {
  text-decoration: none;
  display: inline;
  color: white;
  margin-right: 4em;
}

.content a:hover {
  color: orange;
  text-decoration: none;
}

.content-card {
  padding: 0;
  margin-top: 20%;
  grid-auto-columns: auto;
  border: 1px solid white;
  border-radius: 5px;
  background-color: rgba(8, 7, 4, 0.75);
  width: 20em;
  height: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
}

label {
  color: white;
  font-size: 30px;
}

.btn {
  width: 200px;
  height: 50px;
  color: white !important;
  background-color: midnightblue !important;
}

.btn:hover {
  cursor: pointer;
  color: orange !important;
  background-color: rgb(41, 84, 165) !important;
}

input,
select {
  width: 300px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
}

button {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 60px;
  color: white;
  background-color: midnightblue;
}

button:hover {
  cursor: pointer;
  color: orange;
  background-color: rgb(41, 84, 165);
}
.btn_form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
}

footer {
  background-color: rgba(1, 1, 1, 0.85);
  text-align: center;
  width: 100%;
  height: 6em;
  position: fixed;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

footer a {
  text-decoration: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

footer a:hover {
  text-decoration: none;
}

.btn_logout {
  color: white !important;
  background-color: midnightblue !important;
}

.btn_logout:hover {
  background-color: blue !important;
}

.messageBadge {
  position: fixed;
  left: -30em;
  top: 5em;
  animation-name: messageFadeout;
  animation-delay: 0.5s;
  animation-duration: 6.5s;
  animation-fill-mode: forwards;
}
.messageBadge,
.messageContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  z-index: 1000;
  font-weight: bold;
}
@keyframes messageFadeout {
  0% {
    left: -30em;
  }

  10% {
    left: 3em;
  }

  85% {
    left: 3em;
  }

  100% {
    left: -30em;
    visibility: hidden;
  }
}
th,
td,
label,
#musicTable_info {
  color: white;
  font-size: 18px;
}

#musicTable_wrapper {
  width: 100% !important;
  padding-bottom: 8em;
}
.taskContainer {
  display: grid;
  grid-template-columns: auto;
}
.taskRow {
  margin-top: 3em;
  margin-bottom: 10em;
}

.addForm {
  display: grid;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.addForm input,
.addForm select {
  margin-bottom: 10px;
}
.addForm select {
  width: 10em;
}

.addForm .btn {
  justify-self: center;
}
.addTaskRow {
  align-items: center;
  justify-content: center;
}

.addAlbumContainer {
  padding-top: 10em;
  padding-bottom: 10em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
}

.musicDBForm {
  display: flex;
}

.taskFunctionForm {
  position: relative;
  left: 0.5em;
  top: 3em;
}

.userFormContainer {
  padding-top: 30vh;
}

/* Start TaskCard */
.typeCategoryHeadline {
  color: white;
}

.taskCard {
  background-color: rgb(69 104 199 / 60%);
  border-radius: 5px;
  margin-top: 2em !important;
  margin: auto;
  padding: 1em;
  width: 250px;
  height: 450px;
  position: relative;
}

.taskHeadline {
  min-height: 40px;
  border-bottom: 5px solid white;
  font-size: 18px;
}

.taskText {
  min-height: 120px;
  border-bottom: 1px solid white;
}

.taskDates {
  min-height: 8px;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}

.taskCreatedAt {
  display: inline-block;
}

.taskDueTil {
  float: right;
}

.tagTag {
  text-align: center;
  border-bottom: 1px solid white;
  min-height: 25px;
  padding-bottom: 8px;
  font-size: 10px;
}

/*.tagLink{

}*/

.tagLink:hover {
  text-decoration: none;
}

.tagSpan {
  margin-right: 5px;
  background-color: rgba(0, 0, 139, 0.665);
  color: white;
  padding: 2px 5px 2px 5px;
  border-radius: 5px;
}

.tagType {
  text-align: center;
}

.btn_task {
  position: relative;
  bottom: 10px;
}

/* End TaskCard */

/* Start Errors */

.errorHeadline {
  font-size: 42px;
  color: white;
}

.errorDescription {
  font-size: 24px;
  text-align: center;
}

/* End Errors */
