<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  color: darkgray;
  font-family: 'mb_empirebook', Arial, sans-serif;
  max-width: 1470px;
  margin-bottom: 50px;
  margin: auto;
  color: #333333;
  background-color: #f0f0f0;
}

a.navbar-brand {
  font-size: 20px;
}
a.navbar-brand span {
  color: gray;
}
h3 {
  font-size: 22px;
}
nav.navbar {
  margin-bottom: 0;
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav &gt; li &gt; a {
  color: #333333;
}
a.navbar-brand:hover, .navbar-nav &gt; li &gt;  a:hover {
  text-decoration: underline;
}
.navbar-default {
    color: #333333;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}
.navbar-right {
  margin-right: 0;
}

.navbar-vertical-align(@element-height) {
  margin-top: ((@navbar-height - @element-height) / 2);
  margin-bottom: ((@navbar-height - @element-height) / 2);
}

.slick-prev::before, .slick-next::before {
  color: rgb(165, 147, 147);
}

.slide {
  position: relative;
}

.slide-text {
  text-align: center;
  font-size: 10px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%) translateY(-50%);
}
.slide-text .source {
  font-size: 8px;
  text-align: right;
}

div.function {
  display: inline;
}

@media (min-width: 480px) {
  .slide-text {
    font-size: 16px;
  }
  .slide-text .source {
    font-size: 12px;
  }
}


@media (min-width: 768px) {
  .slide-text {
    font-size: 24px;
  }
  .slide-text .source {
    font-size: 16px;
  }
}

h1 {
  font-size: 48px;
}

h1, h2, div.copyright, div.description {
  text-align: center;
  margin-bottom: 20px;
}
h2.role {
  font-variant: small-caps;
}
div.caption {
  text-align: right;
  margin-bottom: 20px;
}
div.copyright {
  color: #999999;
}

.hovereffect h2 {
    opacity: 1;
    font-variant: petite-caps;
    display: block;
    color:#fff;
    text-align:center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(0,0,0,0.6);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
    margin-bottom: 0px;
}

.hovereffect .overlay {
    background-color: rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
  }

.function {
  font-variant: normal;
  margin-top: 10px;
}

@media (min-width: 768px) {
  div.caption {
    margin-bottom: 40px;
  }

  /* Slightly adapted from */
  /* https://github.com/miketricking/miketricking.github.io */
  .hovereffect {
    margin-bottom: 20px;
	width:100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }

  .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
  }

  .hovereffect img {
    margin-bottom: 0;
	width:100%;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
  }

  .hovereffect:hover img {
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
  }

  .hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
  }

  .hovereffect h2 {
    font-size:17px;
  }

  .hovereffect:hover h2, .hovereffect:hover {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
  }
}

#crewlist {
  padding: 20px;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .container-fluid {
    max-width: 630px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  .slick-prev, .slick-next {
    display: none;
  }
  .hovereffect h2, .function {
    font-size: 12px;
  }
  .overlay br {
    display: none;
  }
  .overlay .function::before {
    content: " â€“ ";
  }
  .hovereffect h2 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .col-xs-3 .overlay {
    display: none;
  }
}

.grid {
	display: grid;
	justify-content: center;
	align-content: center;
	height: 100vh;
}

.grid img{
	width: 200px;
	height: 200px;
}

#Lightbox {
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	display: none;
}

#lightbox.active {
	display: flex;
	justify-content: center;
	align-content: center;
	]
}

#page-wrap {
	width: 660px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 14px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
</pre></body></html>