html {
  height: 100vh;
}
body {
  color: #444444;
  background-color: #f2f5ee;
  font-family: 'Open Sans', sans-serif;
	font-size: 100%;
  line-height: 1.6em;
}
a {
  color: #aa8c60 !important;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

textarea {
  height: 400px;
}


h2 {
  color: #aa8c60 !important;
  font-size: 1.5rem;
}

.container-shadow {
  box-shadow: 0 12px 20px #b1b3ae;
}

nav ul li {
  text-align: center;
  padding: .5rem 0 .5rem 0;
  border-bottom: 1px solid #aa8c60;
}
nav ul li a {
  color: #444444 !important;
}

.table .actions {
	text-align: right;
	width: auto;
}
.table .actions a {
	color: #555656;
}
.table .actions a:hover {
	text-decoration: none;
}
.table .actions a svg {
	margin: 0 0 0 .375rem;
	font-size: 1rem;
}



@media (min-width: 992px) {
  .nav-border {
    border: solid;
    border-width: 3px !important;
    border-radius: 1rem !important;
    border-color: #aa8c60 !important;
  }

  nav ul li:first-child {
    border-left: none;
  }
  nav ul li {
    border-left: 1px solid #aa8c60;
    border-bottom: none;
  }
  nav ul li a {
    padding: 2px 0 !important;
  }
}
