html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
    width: 100%;
    -ms-interpolation-mode: bicubic;
}

/* begin */
@font-face {
	font-family: "regular";
    src: url("/assets/fonts/SuisseIntl-Regular.otf");
    font-weight: 400;
    font-style: normal;	
}
@font-face {
	font-family: "regular";
    src: url("/assets/fonts/SuisseIntl-SemiBold.otf");
    font-weight: 500;
    font-style: normal;	
}
@font-face {
	font-family: "mono";
    src: url("/assets/fonts/Akkurat-Mono.ttf");
    font-weight: 500;
    font-style: normal;	
}
@font-face {
	font-family: "whyte";
    src: url("/assets/fonts/Whyte-Inktrap-Regular.otf");
    font-weight: 500;
    font-style: normal;	
}

html, body {
    position: relative;
    min-height: 100%;
  }

html { 
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom */
}

body {
    font-family: regular, Arial,sans-serif!important;
    font-size: 12px;
    line-height: 1.15;
    /* color: #2a2a28; */
    color: #f8f8f5!important;
    background: #000000!important;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.container-full {
    padding: 30px;
}

.about {
    position: relative;
    overflow: hidden;
}
.title{
    position: relative;
    z-index: 2;
    padding: 30px 30px 30px 30px;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: regular, Arial,sans-serif;
    /* letter-spacing: 0.3em; */
    text-transform: uppercase;
}

.project-titlelarge {
    position: relative;
    z-index: 2;
    padding: 30px 30px 15px 30px;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Cormorant Garamond', 'Times New Roman', Times, serif;
    font-feature-settings: 'lnum';
    -webkit-font-smoothing: antialiased;
    /* letter-spacing: 0.3em; */
}
.row h2 {
    font-weight: 500;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: regular, Arial,sans-serif;
    /* letter-spacing: 0.3em; */
    text-transform: uppercase;
}
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.top-banner {
    position: relative;
    height: 60vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.about a {
    line-height: 1.15;
    text-decoration: none;
    color: #f8f8f5!important;
}
.row video {
    display: block;
    width: 100%;
}

.about a:hover {
    color: transparent !important;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

.title a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
}

.project-container {
    padding: 0 12px 0 12px;
}

.image-padding {
    padding: 3px;
}

.image-padding video {
    padding: 0;
}
.container-1 {
    position: relative;
  }
  
.image-s {
    display: block;
    position: 50% 50%;
    width: 100%;
    object-fit: cover;
    height: 170px;
  }
  
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.25s ease;
}
  
.container-1:hover .overlay {
    opacity: 1;
    transition: .25s ease;
    background-color: white;
}

.project-title  {
    color: #000000;
    font-size: 18px;
    font-family: 'Cormorant Garamond', 'Times New Roman', Times, serif;
    font-feature-settings: 'lnum';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.line-break {
    margin: 3em 0 3em 0;
    border-top: 0.5px solid #f8f8f5;
    opacity: 0.2;
}
.end-text {
    font-family: 'Cormorant Garamond', 'Times New Roman', Times, serif;
    font-feature-settings: 'lnum';
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    /*opacity: 0.2;*/
}
.end {
    margin-bottom: 2em;
}
.section-titles {
    font-weight: 500;
    position: relative;
    overflow: hidden;
    max-height: 2.75em;
    line-height: 1.35em;
    transition: max-height 0ms ease-in-out;
    padding: 0.5rem 0 0 0;
}

.section-titles:hover {
    cursor: pointer;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}
.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .about-padding {
      padding-bottom: 35px;
    }
  }

.image-left {
    padding-right: 3px!important;
}
.image-right {
    padding-left: 3px!important;
}