* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
body {
  line-height: 1.5;
  font-family: 'Work Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #000;
  background: #fff;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}

@media (max-width: 850px) {
  table {
    font-size: 8px;
  }
}

table.smalltable {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

@media (max-width: 850px) {
  table.smalltable {
    font-size: 7px;
  }
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #000;
}

tr:hover {background-color:#fff;}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

.corner-ribbon{
  width: 400px;
  background: #e43;
  font-family: 'Yatra One', cursive;
  font-style: italic;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 999;
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 65px;
  left: -110px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.orange{background: white;}

a {
  color: inherit;
}
.rightColumn a {
  text-decoration: none;
  color: blue;
}

.rightColumn a:hover {
  color: violet;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 55px;
  font-weight: 500;
}

h1:hover {
  font-family: 'Yatra One', cursive;
  font-style: italic;
}

.uthev {
font-family: 'Yatra One', cursive;
  font-style: italic;
}

.uthev:hover {
  color: magenta;
}


.nav {
  will-change: transform;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: inherit;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav--active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.nav__list {
  display: flex;
}
.nav__item {
  flex: 1;
  position: relative;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav__item:hover {
  opacity: 1;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.nav__thumb {
  display: block;
  height: 80px;
  background: #dc143c;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav__thumb:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.nav__thumb:before {
  content: attr(data-letter);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 70px;
  text-transform: uppercase;
  opacity: 0;
}
.nav__label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  margin: 0;
}

.nav__label {
  pointer-events: none;

}

@media (max-width: 850px) {
  .nav__label {
    font-size: 14px;
  }
}
@media (max-width: 720px) {
  .nav__label {
    display: none;
  }
  .nav__thumb {
    height: 60px;
  }
  .nav__thumb:before {
    font-size: 24px;
    opacity: 0.7;
  }
}
.page {
  height: 100vh;
  will-change: transform;
  -webkit-perspective: 400px;
          perspective: 400px;
  overflow: scroll;
  overflow-x: hidden;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.section {
  will-change: transform;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: scroll;
  display: flex;
  text-align: left;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.section--hidden {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.section--active {
  -webkit-transform: translateX(0) rotateY(0);
          transform: translateX(0) rotateY(0);
  z-index: 2;
}
.section__wrapper {
  margin-top: 150px;
  width: 100%;
  margin-right: 8vw;
  margin-left: 8vw;
  position: relative;
}

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { position: absolute; top: 0; left: 0; width: 25em; } 

  .rightColumn { margin-left: 20em; margin-top: 2.5em; font-size: 22px;}  
}
}

.leftColumn, .rightColumn, {  #ccc; padding: 1.25em; }

.leftColumn { margin-bottom: .5em; }


.section p {
  margin: 0 0 25px 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  color: #000;
}
@media (max-width: 720px) {
  .section p {
    font-size: 16px;
  }
  h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 37px;
  font-weight: 500;
}
}
.section p:last-child {
  margin-bottom: 0;
}
.color1 {
  background: #fff;
}
.color2 {
  background: #e5f1ff;
}
.color3 {
  background: #cce3ff;
}
.color4 {
  background: #b2d4ff;
}
.color5 {
  background: #99c6ff;
}
.color6 {
  background: #7fb8ff;
}
.color7 {
  background: #66aaff;
}
.color8 {
  background: #4d9cff;
}
.color9 {
  background: #338dff;
}
.color10 {
  background: #1a7fff;
}
.color11 {
  background: #0071ff;
}
.color12 {
  background: #1a53ff;
}
