body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #666;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  padding-right: 50px; }

a:link,
a:visited {
  color: #9e0b0b;
  text-decoration: none;
  font-weight: bold; }

main.homepage header {
  margin: 0;
  margin-top: 50px;
  margin-bottom: 10px;
  height: auto;
  text-align: center; }
  main.homepage header h1 {
    position: static;
    font-size: 40px;
    letter-spacing: 20px; }
    main.homepage header h1 b {
      font-size: 1.35em; }
main.homepage article::before,
main.homepage article::after {
  content: "";
  display: block;
  height: 13px;
  border: 4px solid #b7b7b7; }
main.homepage article::before {
  border-radius: 15px 15px 0 0;
  border-bottom: none;
  margin-bottom: 10px; }
main.homepage article::after {
  border-radius: 0 0 15px 15px;
  border-top: none;
  margin-top: 10px; }
main.homepage article {
  float: none; }
  main.homepage article section {
    padding: 0 20px; }
    main.homepage article section iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      left: 0px;
      top: 0px; }
main.homepage footer {
  height: 100px; }

.photo {
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative; }

.caption {
  padding: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  color: black;
  text-align: center;
  width: 100%; }

.dummy {
  padding-top: 66%; }

a.add_category {
  background: #9e0b0b;
  color: white !important;
  border-radius: 2px;
  font-weight: bold;
  padding: 0 2px 1px 2px; }

a.add_category:hover {
  background: black; }

a.add_project {
  color: #9e0b0b;
  text-decoration: none;
  display: block;
  font-size: 46px;
  text-align: center; }

header {
  font-family: Arial,Helvetica,sans-serif;
  text-transform: lowercase;
  margin-left: 200px;
  margin-right: 15px;
  height: 80px;
  position: relative;
  margin-bottom: 5px; }

header h1 {
  color: #9e0b0b;
  letter-spacing: 9px;
  font-weight: normal;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0; }

header h1 a {
  text-decoration: none;
  color: #9e0b0b; }

header h1 b {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 27px;
  white-space: nowrap; }

header h2 {
  font-weight: normal;
  color: #b7b7b7;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 4px;
  letter-spacing: 0.5px; }

nav.pages {
  clear: both;
  margin-bottom: 15px;
  width: 170px;
  float: left;
  padding-top: 25px; }

nav.pages ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 13px; }

nav.pages ul li {
  margin: 0;
  padding: 0;
  margin-left: 15px;
  margin-bottom: 1.5em;
  margin-top: 0; }

nav.pages ul li a {
  color: #999999;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: normal; }

nav.pages ul li a:hover {
  color: #9e0b0b; }

nav.pages a.active {
  font-weight: bold; }

.wrapper {
  margin-left: 180px; }

.wrapper::before {
  content: "";
  display: block;
  height: 13px;
  border: 2px solid #b7b7b7;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  margin-bottom: 10px; }

.wrapper::after {
  content: "";
  clear: both;
  display: block;
  height: 13px;
  border: 2px solid #b7b7b7;
  border-top: none;
  border-radius: 0 0 15px 15px; }

article {
  margin-right: -280px;
  float: left;
  width: 100%; }

article section {
  padding-right: 295px;
  padding-left: 20px; }

section > *:first-child, aside > *:first-child {
  margin-top: 0; }

aside {
  display: block;
  float: right;
  width: 248px;
  padding: 0 15px;
  overflow: hidden;
  border-left: 2px solid #eee; }

aside img {
  max-width: 100%;
  margin-bottom: 15px; }

nav.projects {
  margin-left: 180px;
  margin-top: 25px; }

nav.projects ul {
  list-style: none;
  padding: 0;
  margin: 0; }

nav.projects ul li {
  margin: 0;
  padding: 0;
  margin-right: 25px;
  margin-bottom: 25px;
  display: inline-block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 3px solid #b7b7b7;
  border-radius: 15px; }

nav.projects ul li:hover, nav.projects ul li.active {
  border: 3px solid #9e0b0b; }

nav.projects img {
  width: 100%;
  height: 100%; }

@media (max-width: 900px) {
  header h2 {
    display: none; }

  header {
    margin-left: 170px; }

  nav.pages {
    width: 140px; }

  .wrapper {
    margin-left: 150px; }

  article {
    margin-right: -200px; }

  article section {
    padding-right: 215px; }

  aside {
    width: 168px; }

  nav.projects {
    margin-left: 150px; }

  .slick-dots {
    display: none !important; } }
@media (max-width: 640px) {
  body {
    padding: 5px; }

  nav.pages::before {
    content: "";
    display: block;
    height: 13px;
    border: 2px solid #b7b7b7;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    margin-bottom: 10px; }

  nav.pages::after {
    content: "";
    display: block;
    height: 13px;
    border: 2px solid #b7b7b7;
    border-top: none;
    border-radius: 0 0 15px 15px; }

  header {
    margin: 10px;
    height: auto; }

  header h1 {
    position: static;
    text-align: center; }

  nav.pages {
    padding-top: 0;
    float: none;
    width: auto;
    text-align: center; }

  nav.pages::before {
    margin-bottom: -10px; }

  nav.pages::after {
    margin-top: -10px; }

  nav.pages ul {
    margin: 0;
    display: inline; }

  nav.pages ul li {
    display: inline;
    margin: 15px;
    line-height: 200%; }

  .wrapper {
    margin-left: 0; }

  article section {
    padding-right: 0; }

  section {
    padding: 0 10px !important; }

  aside {
    border: none;
    padding: 15px 0;
    width: 100%; }

  article::after {
    content: "";
    display: block;
    height: 13px;
    border: 2px solid #b7b7b7;
    border-top: none;
    border-radius: 0 0 15px 15px; }

  aside::before {
    content: "";
    display: block;
    height: 13px;
    border: 2px solid #b7b7b7;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    margin-bottom: 10px; }

  nav.projects {
    margin: 25px;
    text-align: center; } }

/*# sourceMappingURL=main1.css.map */
