body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #0e0e0e;
  color: #efefef;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: 300;
  font-size: 28px;
}

h1 b {
  font-weight: 500;
}

p {
  font-size: 16px;
  color: #ccc;
  line-height: 22px;
}

.pageContent,
.headerContent,
.imageCarousel,
.imageCarouselV2,
.imageCaptionContent {
  max-width: 80em;
  width: 90%;
  margin: 0 auto;
}

.headerContent {
  padding-left: 20px;
  padding-right: 20px;
}

.pageContent {
  height: 100%;
  padding: 20px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pageContent div {
  padding: 15px;
}

.pageContentImage {
  width: 400px;
  padding: 30px;
  display: block;
  margin: 0 auto;
}

.pageSep {
  border-bottom: 1px solid #212121;
}

.header {
  height: 70px;
  background-color: #050505;
}
.footer {
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  font-size: 14px;
  color: #555;
  background-color: #050505;
}

.logo {
  margin-top: 14px;
  display: inline-block;
  height: 42px;
}
a.logo:focus {
  outline: none;
}
.logo img {
  height: inherit;
}

.imageCarousel,
.imageCarouselV2 {
  padding-top: 80px;
  height: 566px;
  background-image: url('../img/main_img.jpg');
  background-position: right;
  background-repeat: no-repeat;
}
.imageCarouselV2 {
  background-image: url('../img/bg_img.jpg');
}

.imageCaption {
  width: 475px;
  height: 180px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.125);
}

.imageCaptionContent {
  padding: 25px;
  padding-top: 5px;
  display: block;
}

img.navBarMobile {
  float: right;
  height: 28px;
  filter: invert(70%);
  margin-top: 20px;
  display: none;
}
img.navBarMobile:hover {
  filter: invert(90%);
  cursor: pointer;
}
ul.navBar {
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 8px;
  list-style-type: none;
  overflow: hidden;
}
ul.navBar li {
  float: left;
}
ul.navBar li a {
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  color: #ccc;
}
ul.navBar li a:hover {
  color: #efefef;
  background-color: #1f1f1f;
}

@media screen and (max-width: 1220px) {
  .pageContentImage {
    width: 300px;
  }
  .imageCarousel,
  .imageCarouselV2 {
    background-size: contain;
    padding: 0;
    height: auto;
    width: 100%;
  }
  .imageCaption {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    border: 0;
    height: 400px;
  }
  .imageCaptionContent {
    width: 45%;
    margin-left: 30px;
  }
}

@media screen and (max-width: 720px) {
  .logo {
    margin-top: 20px;
    height: 30px;
  }
  .pageContent {
    display: block;
  }
  .pageContent h1 {
    text-align: center;
  }
  .imageCaption {
    height: 200px;
    padding: 15px;
  }
  .imageCaptionContent {
    width: 60%;
    margin-left: 0;
  }
  h1 {
    font-size: 21px;
  }
  p {
    font-size: 14px;
  }
  /*
  img.navBarMobile {
    display: inline-block;
  }
  ul.navBar {
    display: none;
  }*/
  ul.navBar {
    margin-top: 12px;
    font-size: 12px;
  }
}
