
/* ============================================ *
 * Reset
 * ============================================ */

 *,
 *:before,
 *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: PXGroteskRegular;
  src: url(../fonts/PxGroteskRegular.woff) format('woff'),
       url(../fonts/PxGroteskRegular.ttf) format('truetype'),
       url(../fonts/PxGroteskRegular.svg) format('svg'),
       url(../fonts/PxGroteskRegular.eot);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: PXGrotesk-RegularItalic;
  src: url(../fonts/PxGrotesk-RegularItalic.woff) format('woff'),
       url(../fonts/PxGrotesk-RegularItalic.ttf) format('truetype'),
       url(../fonts/PxGrotesk-RegularItalic.svg) format('svg'),
       url(../fonts/PxGrotesk-RegularItalic.eot);
  font-weight: normal;
  font-style: italic;
}

html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; }
body  {background:black; font:16px/1.36 'PXGroteskRegular', sans-serif; color:#000; text-align: left; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; -webkit-overflow-scrolling: touch;}
img { border: 0 none; -ms-interpolation-mode: bicubic; vertical-align: top; max-width: 100%; }
a             { color:white; }
a:hover       { text-decoration:white; color:red; }
:focus        { outline:0; }


/* Headings */
/*h1, .h1 { color:white; font-size:68px; font-weight:normal; text-rendering: optimizeLegibility; font-family: 'GT-Expanded'; letter-spacing: 0.05em; }
*/
h1, .h1 { color:white; font-size:1.5rem; font-weight:normal; line-height: 1.1; text-rendering: optimizeLegibility; font-family: 'PxGroteskRegular', sans-serif; letter-spacing: 0.01em;}
h3, .h3 { font-size:24px; font-weight:normal; text-rendering: optimizeLegibility; font-family: 'PxGroteskRegular', sans-serif; letter-spacing: 0.1em; }
h4, .h4 { font-size:18px; font-weight:normal; text-rendering: optimizeLegibility; font-family: 'PxGroteskRegular', sans-serif; letter-spacing: 0.1em; }
h5, .h5 { font-size:12px; font-weight:normal; text-rendering: optimizeLegibility; font-family: 'PxGroteskRegular', sans-serif; letter-spacing: 0.1em; }
h6, .h6 { font-size:11px; font-weight:normal; text-rendering: optimizeLegibility; font-family: 'PxGroteskRegular', sans-serif; letter-spacing: 0.1em; }

em {
    font-family: 'PXGrotesk-RegularItalic';
    font-style: italic;
}
/* ======================================================================================= */
/* Layout ================================================================================ */


/* Global Styles ========================================================================= */
/* Form Elements */
/*start places*/

body#about {
  background-color: #E8E8E8;
}
.slider .owl-item > .item .content::-webkit-scrollbar-track {
  background-color: black;
}
.slider .owl-item > .item .content::-webkit-scrollbar {
  width: 10px;
}
.slider .owl-item > .item .content::-webkit-scrollbar-thumb {
  background-color: black;
}

body#about h1 {
  color: black;
}

body#about p {
  color: black;
}

body#about a {
  color: red;
}

/*controling the opacity and heights of the second owl carousel (research)*/
#show_2 {
  opacity: 0;
  height: 0px;
}

.about {
  padding: 0px 14px 14px;
}

.navigation {
  display: flex;
  justify-content: space-between;
  padding: 14px;
  font-size: 1.5rem;
  cursor: pointer;
}

/*adjustment for splash page*/
.splash-container {
  position: relative;
}

body#splash .navigation {
  position: absolute; 
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
}

.navigation a {
  text-decoration: none;
}

.customNav {
  width: 20vw;
  font-size: 30px;
  display: flex;
  justify-content: space-around;
  color: white;
  margin-top: -10px;
  cursor: pointer;
  color: red;
}

.link {
  border-bottom: solid white 1px;
}

span {
  color: white;
}

.heading {
  width: 60%;
  padding: 0px 14px 20px;
}

.heading h1 {
  padding-bottom: 14px;
}

.about p {
  padding: 14px 0 40px;
}

.intro {
  padding: 0px 0 40px;
}

p {
  color: white;
  padding: 5px 0 20px;
}

.slider {
  margin: 0 4px;
}

.slider .owl-carousel {
  position: relative;
}

/*adjustment for splash page*/
body#splash .slider {
  margin: 0px;
}

.slider .owl-item > div.item {
  height: calc(100vh - 65px);
  height: -o-calc(100vh - 65px); /* opera */
  height: -webkit-calc(100vh - 65px); /* google, safari */
  height: -moz-calc(100vh - 65px); /* firefox */
  background: black;
  position: relative;
  z-index: 33333
}

/*adjustment for splash page*/
body#splash .slider .owl-item > div.item {
  height: 100vh;
}

.slider .owl-item > .item .content {
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 33333;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.slider .owl-item > .item .content::-webkit-scrollbar {
  display: none;
}

.scroll {
  display: none;
}

.slider .owl-item > div:hover .scroll {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .3s;
}

.slider .owl-theme .owl-nav {
  position: absolute;
  margin-top: 0;
  left: 50%;
  top: -7.5vh;
  transform: translate(-50%, 0);
}

/*content style*/
.slider .owl-item > .item .content {
  padding: 0 10px;
}

body#splash .slider .owl-item > .item .content {
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}

body#splash .slider .owl-item > .item.item-1 .content {
  background-image: url('../img/research/three-ninety-five/ThreeNinetyFive_KatharineWimett_PhotoJoannaWilk_1.jpg'); 
}

body#splash .slider .owl-item > .item.item-2 .content {
  background-image: url('../img/client/AKG/AKG_Visitor_Guide.jpg'); 
}

body#splash .slider .owl-item > .item.item-3 .content {
  background-image: url('../img/client/AKG/AKG_Samaras_2.jpg');
}

body#splash .slider .owl-item > .item.item-4 .content {
  background-image: url('../img/client/Cabinet/Cabinet_VirtualSentence.jpg');
}

body#splash .slider .owl-item > .item.item-5 .content {
  background-image: url('../img/client/LMG/LMG_Frieze_NY_Annex_2.jpg');
}

body#splash .slider .owl-item > .item.item-6 .content {
  background-image: url('../img/client/AKG/AKG_QuietElegance_1.jpg');
}

@media only screen and (max-width: 600px) {
    body#splash .slider .owl-item > .item.item-1 .content {
      background-image: url('../img/splash_mobile/ThreeNinetyFive_KatharineWimett_PhotoJoannaWilk_Splash_Mobile.jpg');
    }
    body#splash .slider .owl-item > .item.item-2 .content {
      background-image: url('../img/splash_mobile/AKG_Visitor_Guide_Splash_Mobile.jpg');
    }
    body#splash .slider .owl-item > .item.item-3 .content {
      background-image: url('../img/splash_mobile/AKG_Samaras_Splash_Mobile.jpg');
    }
    body#splash .slider .owl-item > .item.item-4 .content {
      background-image: url('../img/splash_mobile/LMG_Frieze_NY_Annex_Splash_Mobile.jpg');
    }  
}

.slider .owl-item > .item .content img {
  width: 100%;
  margin: 14px 0 14px 0;
  cursor:pointer;
}

.videoWrapper {
  width: 100%;
  position: relative;
  margin: 14px 0 14px 0;
}

.videoWrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  border: none;
  top: 0;
  left: 0;
}

#swipebox-slider .slide img {
  width: max-width;
}

.writing_pages {
	width: 50%;
	padding-left: 14px;
}

#svgName {
  display: none;
}

@media all and (max-width: 600px) {
  .slider .owl-item > div.item {
  height: calc(100vh - 120px);
  height: -o-calc(100vh - 120px); /* opera */
  height: -webkit-calc(100vh - 120px); /* google, safari */
  height: -moz-calc(100vh - 120px); /* firefox */
}

.heading {
  width: 100%;
}

.navigation {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 14px;
  position: sticky;
}

#textName {
  display: none;
}

#svgName {
  display: block;
  width: 100vw;
  padding-bottom: 10px;
}

.customNav {
  justify-content: space-between;
  margin-top: -5px;
  order: 3;
  width: 30vw;
}

.writing_pages {
	width: 100%;
	padding: 14px 14px 0 14px;
}

video {
  width: 100%;
}
}
