/* Generated by less 2.5.1 */
html {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu Mono" !important;
  text-align: justify;
}
body {
  margin: 0;
  background: #EEEEEE;
  font-family: "Ubuntu Mono" !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu Mono";
  color: rebeccapurple;
}
header {
  margin: 0;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
}
.titlebar {
  background: white;
  width: 100%;
  box-shadow: 0 0 5px 0 #bbbbbb;
}
.titlebar .titlebar-content {
  max-width: 960px;
  margin: auto;
  padding: 10px 0 5px 0;
  line-height: normal !important;
}
.titlebar .titlebar-content a {
  text-decoration: none;
  font-size: 20pt;
}
.titlebar .titlebar-content a h1 {
  margin: 0 0 10px 0;
}
.container {
  width: 960px;
  margin: auto;
}
.sidebar {
  background: white;
  box-shadow: 0 0 5px 0 #bbbbbb;
  float: left;
  width: 200px;
  margin: 10px 0;
  line-height: normal !important;
}
.sidebar ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 14pt !important;
  cursor: pointer;
}
.sidebar ul li {
  padding: 10px;
  color: rebeccapurple;
}
.sidebar ul li:hover {
  background-color: rebeccapurple;
  color: white;
}
.sidebar ul ul li {
  font-size: 12pt;
  padding: 5px 30px;
  color: #444444;
}
.sidebar ul ul li:hover {
  background-color: #444444;
}
.content {
  background: white;
  box-shadow: 0 0 5px 0 #bbbbbb;
  float: left;
  margin: 10px 0 0 10px;
  width: calc(100% - 270px);
  padding: 30px;
}
.index-content h2,
.art-content h2,
.projects-content h2 {
  margin: 5px 0 10px 0;
  font-size: 20pt;
}
.icon {
  float: right;
  width: 30px;
  height: 20px;
  padding-left: 10px;
}
.icon img {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}
.row img {
  width: 100%;
  object-fit: cover;
}
.art-container {
  padding: 10px;
}
.image-container {
  width: 203px;
  height: 150px;
  max-width: 230px;
  max-height: 150px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
}
.image-container img {
  box-shadow: 5px 5px 5px 0 #aaaaaa;
  max-width: calc(100%);
  max-height: calc(100%);
  vertical-align: middle;
  cursor: pointer;
}
.center-image {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.main-image-container {
  width: 610px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  padding: 30px 30px;
  background: #DDDDDD;
  box-shadow: 0 0 5px 1px #BBBBBB inset;
}
.main-image-container img {
  box-shadow: 5px 5px 5px 0 #aaaaaa;
  max-width: calc(100%);
  max-height: calc(100%);
  vertical-align: middle;
}
.main-image-container h5 {
  color: black;
  font-size: 20pt;
  margin: 0 0 10px 0;
  text-align: left;
}
.projects-content {
  text-align: justify;
}
.float-right {
  float: right;
  margin-left: 10px;
}
.align-right {
  text-align: right;
}
.float-left {
  float: left;
  margin-right: 10px;
}
.link {
  cursor: pointer;
}
