.row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.no-padding {
  padding: 0;
}

/* main body */
.container-fluid {
  background: #fffff8;
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.wrapper {
  height: 100%;
}

.terra {
  height: 100%;
}

.nav-side {
  background: #fffff8;
  text-align: center;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.about {
  margin-top: 2em;
}

.name {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}

.devanagari {
  margin-top: 1em;
}

.identifiers {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: flex-end;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 1em;
}

.engineer {
  text-align: center;
  /*padding-left: 2em;*/
  /*padding-right: 1em;*/
  font-size: 16px;
}

.separator {
  /*border-right: 0.1em solid #000000;*/
  text-align: center;
}

.researcher {
  text-align: left;
  /*padding-right: 2em;*/
  /*padding-left: 1em;*/
  font-size: 16px;
}

/* container for pages */
/* .pages {
  margin-top: 2em;
} */

/* title separator in pages (sidebar) */

.pages-title {
  font-family: Karla;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: flex-end;
  text-align: center;

  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 1em;
}

/* actual link to page (sidebar) */

.pages-link {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: flex-end;
  text-align: center;

  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 0.7em;

  transition: all 0.2s ease-in-out;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

.pages-link:hover {
  transform: scale(1.2);
}

/* contact */

.contact {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: flex-end;
  text-align: center;

  color: rgba(0, 0, 0, 0.65);

  margin-top: 1em;

  margin-bottom: 0.7em;

  transition: all 0.2s ease-in-out;
}

/* removing underline for links on title page */
.uno {
  text-decoration: none;
}

/* styling for research + projects page */

h1 {
  color: rgba(0, 0, 0, 0.85);
}

.links {
  font-size: 14px;
  padding-left: 2em;
}

a {
  text-decoration: underline;
}

.item {
  color: rgba(0, 0, 0, 0.85);
  padding-top: 0.5em;
}

.title {
  font-size: 16px;
}

.desc {
  padding-left: 4em;
}

::selection {
  color: #fffff8;
  background: rgba(0, 0, 0, 0.85);
}

/* styling for about page */
.addendum {
  margin-top: 4em;
}

/* adopted from terra.js */
.fullPage,
body,
html {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  font-family: Open Sans, sans-serif;
}

a:focus {
  outline: 0;
  color: #ff69b4 !important;
}
.main {
  line-height: 1.5em;
  width: 70%;
  max-width: 800px;
  padding-top: 1.5em;
  margin: 0 auto;
  font-size: 24px;
}
.main canvas {
  display: block;
  margin: 1em auto;
}
@media (max-width: 500px) {
  body nav ul {
      padding: 0 2%;
  }
}
@media (max-width: 720px) {
  .main {
      width: 90%;
  }
}
.canvasWrapper {
  position: relative;
}

.vcent {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.sticky nav {
  position: fixed;
  top: 0;
  left: 0;
}
.sticky .main {
  margin-top: 60px;
}
.splash {
  position: relative;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  background: #222;
}
.splash canvas {
  position: absolute;
  top: 0;
  left: 0;
}
header {
  z-index: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20em;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4%;
  font-size: 1rem;
  color: #fff;
  background: rgba(255, 255, 248);
}

header h1 span {
  vertical-align: super;
  font-size: 16px;
}
header p {
  line-height: normal;
  font-size: 1rem;
}

nav a {
  text-decoration: none;
  color: #222;
}
nav ul {
  margin: 0;
  padding: 0 10%;
  list-style: none;
  font-size: 1rem;
  text-align: justify;
}
nav ul:after {
  content: "";
  display: inline-block;
  width: 100%;
}
nav li {
  display: inline-block;
}
h2 {
  margin-top: 1.5em;
}

.defaults,
.defaults ul {
  padding-left: 0;
  list-style: none;
}
.defaults li {
  margin-top: 1em;
}
.defaults > li {
  margin: -60px 0 1em;
  padding: 1em;
  border-top: 60px solid transparent;
  background: #272822;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.defaults h4 {
  margin: 0;
}
.defaults p {
  margin: 1em 0 0.5em;
}
.defaults ul ul {
  padding-left: 1em;
  list-style: circle inside;
}
pre {
  font-size: 16px;
}

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

/* masonry */
.grid-item { width: 200px; }
.grid-item--width2 { width: 320px; }
.grid-item--width3 { width: 480px; }
.grid-item--width4 { width: 640px; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }