body, h1, h2, h3, h4, h5, ls, ul, p, a, span {
    font-family: "Europa";
}

p, ul, li {
    font-size: 1em;
}

h2 {
    font-size: 24px;
    font-weight: 100;
}

a {
    color: #3D8C91;
}

a:hover {
    color: #3D8C91;
    opacity: 0.85;
}

.ui .breadcrumb a {
    color: #3D8C91;
}

hr {
    border: 0;
    border-bottom: 1px solid rgb(100,100,100);
    margin-top: 30px;
    margin-bottom: 30px;
}

ul > li {
    line-height: 2;
}


.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
  flex: 1;
}

.header {
    background: white;
    position: relative;
    z-index: 10;
}

.header-fixed-background {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    background: black;
    min-height: 100%;
    z-index: -1;
}

.header-fixed-background video {
    width: 100%;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: calc(-20% + 100px);
}

.header h1 {
    margin-bottom: 0px;
}

.header .name {
    text-align: right;
}

.header .column {
    padding-bottom: 0px;
}

.header .info {
    font-size: 12px;
    color: rgb(100,100,100);
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
    padding-right: 20px;
}

.landing-page-segment {
    padding-bottom: 80px;
}


.segment-title {
    text-align: right;
    font-weight: 700;
}

.content {
    color: black;
}

.menu-list {
    font-weight: 700;
    text-align: right;
    padding-right: 10px;
    
}

.menu-list .item {
    font-size: 24px;
}

.tagline p {
    margin-top: 50px;
    margin-bottom: 50px;
}

.show-on-small-screen {
    display: none;
}

.mobile-info {
    position: absolute;
    top: 15px;
    right: 0px;
    
}

.mobile-info .info {
    color: white;
    text-align: right;
}

.footer {
    min-height: 300px;
    padding-top: 30px;
    background: #022025;
    color: rgb(220,220,220);
    position: relative;
    font-weight: 100;
}

.footer h2 {
    font-weight: 700;
    text-align: right;
}

.footer .item {
    font-size: 16px;
    margin-bottom: 8px;
}


.footer .copyright {
    color: white;
    font-size: 11px;
    position: absolute;
    font-weight: 300;
    right: 10px;
    bottom: 10px;
}

.page-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.blog {
    margin-top: 50px;
    margin-bottom: 100px;
}

.blog img {
    max-width: 100%;
}

.blog video {
    max-width: 100%;
}

.blog .post-list {
    padding-left: 0px;
    list-style: none;
}

.blog li {
}

.blog .side-bar-segment {
    padding-bottom: 30px;
}

.wide-video-element {
    position: relative;
    z-index: -1;
    width: 100%;
    margin-bottom: -60px;
}

.project-content {
    max-width: 700px;

.project-content p {
    max-width: 700px;
}

.mfp-figure:after {
    box-shadow: none !important;
    background: rgba(0,0,0,0.001) !important;
}

.mfp-title {
    font-size: 14px;
    padding-top: 10px;
}

.mfp-counter {
    font-size: 14px !important;
    padding-top: 10px;
}

.project-info-box {
    margin-bottom: 50px;
}

.project-info-box table {
    width: 100% !important;
    max-width: 700px;
    font-family: 'Europa' !important;
    border-collapse: collapse !important;
}


.project-info-box table h4 {
    font-family: 'Europa' !important;
    text-transform: uppercase !important;
}

.project-info-box td {
    border: 0px solid transparent !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.project-info-box td:nth-child(2) {
    text-align: right !important;
}

.project-info-box tr {
    border: 0px solid transparent !important;
}

.project-info-box tr:not(:last-child) {
    border-bottom: 2px solid #025462 !important;
}

@media only screen and (max-width: 767px) {
    .header .name {
        text-align: left;
    }

  .header .info {
      text-align: left;
  }
  
  .header-fixed-background video {
      margin-left: -80px;
      margin-right: -80px;
      width: calc(100% + 160px);
      margin-top: calc(150px - 10%);
  }
  .mobile-info .info {
      color: white;
      text-align: right;
  }
  
  .segment-title {
      text-align: left;
  }
  
  .menu-list {
      text-align: left;
  }
  
  .tagline p {
      margin-top: 10px;
      margin-bottom: 20px;
  }
  
  .hide-on-small-screen {
      display: none !important;
  }
  
  .show-on-small-screen {
      display: inherit;
  }
  
  .footer h2 {
    font-weight: 700;
    text-align: left;
  }
  .project-info-box td:nth-child(2) {
    text-align: left !important;
  }

}

@media only screen and (min-width: 767px) {
    .wide-video-element {
        width: calc(100% + 40px); 
        top: -20px;
        margin-bottom: -200px;
    }
}




/* Color Theme Swatches in Hex */
.Blade-Runner-2049-1-hex { color: #022025; }
.Blade-Runner-2049-2-hex { color: #025462; }
.Blade-Runner-2049-3-hex { color: #3D8C91; }
.Blade-Runner-2049-4-hex { color: #000408; }
.Blade-Runner-2049-5-hex { color: #BBDCD5; }

/* Color Theme Swatches in RGBA */
.Blade-Runner-2049-1-rgba { color: rgba(2, 31, 36, 1); }
.Blade-Runner-2049-2-rgba { color: rgba(2, 84, 98, 1); }
.Blade-Runner-2049-3-rgba { color: rgba(61, 140, 144, 1); }
.Blade-Runner-2049-4-rgba { color: rgba(0, 4, 8, 1); }
.Blade-Runner-2049-5-rgba { color: rgba(186, 219, 212, 1); }

/* Color Theme Swatches in HSLA */
.Blade-Runner-2049-1-hsla { color: hsla(188, 89, 7, 1); }
.Blade-Runner-2049-2-hsla { color: hsla(188, 96, 19, 1); }
.Blade-Runner-2049-3-hsla { color: hsla(183, 40, 40, 1); }
.Blade-Runner-2049-4-hsla { color: hsla(210, 100, 1, 1); }
.Blade-Runner-2049-5-hsla { color: hsla(167, 32, 79, 1); }
