@charset "utf-8";

:root {
  --text-color: #152244;
  --bg-color: #FCFCFC;
  --caption-color: rgba(21,34,85,0.65);
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

::-webkit-scrollbar {
  width: 0.65em;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.35);
  border: none;
}
::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: transparent;
}


img {
  max-width: 100%;
  height: auto;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SITE SPECIFIC styling ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html {
  height: 100%;
  width: 100%;
}

body {
  background: var(--bg-color);
  color: var(--text-color);
  /* font-family: 'Inter', sans-serif; */
  font-family: "Lora", serif;
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow-x: hidden;
}

p {
  font-size: 1em;
  margin: 0px 0px 1.4em 0px;
}

#pageWrapper {
  display: block;
  min-height: 100%;
}
#pageWrapper::after {
  content: "";
  clear: both;
  display: table;
}

.mainWrapper {
  display: block;
}
.mainWrapper::after {
  content: "";
  clear: both;
  display: table;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body.front {
  background: black;
  color: white;
  overflow: hidden;
}

#frontVideoWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  /* visibility: hidden;  */
  z-index: -1;
}

#frontVideoWrapper iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

body.front .overlayWrapper {
  z-index: 1000;
  /* border: 1px solid red; */
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TYPE STUFF */

p {
  margin: 0px 0px 1.5rem 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 1.125em 0px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.125em;
}
h2 {
  /* font-size: 3em; */
  text-transform: uppercase;
  font-size: 1.75em;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
h3 {
  /*
  font-size: 2.25em;
  margin: 0px 0px 1em 0px;
  */
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;  
}
h4 {
  font-size: 1.5em;
  margin: 0px 0px 1.5em 0px;  
}


/*
h2:first-of-type {
  margin-top: -0.45rem;
}
*/

/* INLINE LINKS */
a { text-decoration: none; color: tomato; outline: 0; }
a:active, a:focus { outline: 0; }
a:hover { text-decoration: underline; outline: none; }

a img {
  border: 0px;
}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* MENUS and header bar*/

header #logo {
  margin-bottom: 1em;
}

header #logo a {
  text-transform: uppercase;
  font-size: 1.75em;
  line-height: 1em;
  display: inline-block;
  letter-spacing: 0.05em;
  padding: 0px;
  color: var(--text-color);
  font-weight: 700;
  text-decoration: none;  
}
header #logo a:hover {
  cursor: pointer;
}

/* front logo */
body.front #logo a {
  color: white;
}



/* Menu */
header #mobileNavWrapper {
  display: block;
  margin: 0px 0px 2.5rem 0px;  
}
header #mobileNavWrapper.hide {
  display: none;
}

header #mobileNavWrapper ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
header #mobileNavWrapper ul li {
  margin: 0px;
  padding: 0px;
}
header #mobileNavWrapper ul li a {
  color: var(--text-color);
  font-size: 1.125em;
  line-height: 1.35em;
}
/* white for front */
body.front #mobileNavWrapper ul li a {
  color: white;
}




/* ********************************************************************************************************** */
/* CV Wrapper */

.CVWrapper {
  margin-bottom: 3em;
}
.CVWrapper .YearRow {
  display: block;
}

.CVWrapper .YearRow .cvLeft {
  width: 5em;
  display: block;
  float: left;
  line-height: 1.5em;
  padding: 1px 0px;
}

.CVWrapper .YearRow .cvRight {
  display: block;
  margin-left: 5em;
  border-bottom: 1px dotted rgba(0,0,0,0.15);
  line-height: 1.5em;
  padding: 1px 0px 0.35em 0px;
}

.CVWrapper p {
  margin-bottom: 0px;
}
.CVWrapper h2 {
  margin: 0px 0px 1em 0px;
}
.CVWrapper h3 {
  margin: 0px 0px 1.5em 0px;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.CVWrapper h3:first-of-type {
  margin-bottom: 2.5rem;
  margin-top: 1rem !important;
  padding-top: 0.5rem;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* THERE ARE STYLESHEETS ATTACHED TO THIS formatting */

/* grids */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen {

  body {
    font-size: 16px;
    line-height: 1.4em;    
    overflow-y: auto;
  }


  #pageWrapper {
    width: 100%;
    min-height: 100vh;
    display: grid;
    grid-template-rows: max-content;
    padding: 1.5rem;
    margin: 0px;
  }

  .CVWrapper {
    margin-bottom: 1.5rem;
  }



  header #mobileNavWrapper ul li {
    display: inline-block;
    margin-right: 0.5em;
  }

  
  /* BURGER icon */
  /*
  .burgerWrapper {
    display: block;
  }
  .burgerWrapper a#burger #burgerIcon.hide,
  .burgerWrapper a#burger #crossIcon.hide {
    display: none;
  }
  */


}


/* ***************************************************** */
/* BREAK MEDIUM */

@media (min-width: 400px) {


}


/* ***************************************************** */
/* BREAK MEDIUM */

@media (min-width: 800px) {


}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 4. */
@media screen and (min-width: 1024px) {

  body {
    font-size: 17px;    
    overflow-y: scroll;
  }

  #pageWrapper {
    height: 100%;
    display: grid;
    grid-template-columns: 22.5% 1fr;
    padding: 3rem; /* 2rem; */
    margin: 0px;
  }

  .CVWrapper {
    margin-bottom: 3rem;
  }



  header #mobileNavWrapper ul li {
    display: block;
  }

  /* BURGER icon */
  /*
  .burgerWrapper {
    display: none;
  }
  */

}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 4. */
@media screen and (min-width: 1280px) {


}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 4. */
@media screen and (min-width: 1400px) {
  
  body {
    font-size: 18px;    
  }


  #pageWrapper {
    padding: 5rem; /* 2rem; */
  }

  .CVWrapper {
    margin-bottom: 5rem;
  }  

}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-500 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/lora-v26-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-500.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-600 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/lora-v26-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-600.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lora-v26-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-700.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lora-v26-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-italic.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-500italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/lora-v26-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-500italic.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-700italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lora-v26-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-700italic.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-600italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/lora-v26-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-600italic.svg#Lora') format('svg'); /* Legacy iOS */
}
