@import url("https://fonts.googleapis.com/css?family=Roboto");
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f8f8f8;
  font-weight: 300; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

a.tag {
  border: 4px solid lightgray;
  color: #3a3a3a;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block; }
  a.tag:hover {
    background-color: lightgray;
    border-color: #bababa; }
  a.tag.active {
    background-color: lightgray;
    border-color: #bababa; }

h1, h2, h3, h4, h5 {
  /*font-family: 'Abril Fatface', cursive;*/ }

.button-wrapper > span {
  display: inline-block;
  margin-bottom: 30px; }
  .button-wrapper > span small {
    display: inline-block;
    border-radius: 5px;
    font-size: 65%;
    color: #777;
    margin: 0px 10px; }

/*Styles for usecases*/
.uc1 header, .uc2 header, .uc3 header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
  .uc1 header nav ul, .uc2 header nav ul, .uc3 header nav ul {
    list-style-type: none;
    padding-left: 0; }
    .uc1 header nav ul li, .uc2 header nav ul li, .uc3 header nav ul li {
      display: inline-block; }
      .uc1 header nav ul li a, .uc2 header nav ul li a, .uc3 header nav ul li a {
        text-decoration: none;
        padding: 5px 10px;
        font-weight: 400;
        color: #333;
        margin: 0px 25px; }
        .uc1 header nav ul li a:hover, .uc2 header nav ul li a:hover, .uc3 header nav ul li a:hover {
          color: white; }
      .uc1 header nav ul li:first-child a, .uc2 header nav ul li:first-child a, .uc3 header nav ul li:first-child a {
        margin-left: 0; }
  .uc1 header .logo, .uc2 header .logo, .uc3 header .logo {
    width: 80px;
    vertical-align: middle; }

.uc1 main {
  min-height: 100vh;
  background: url(../img/scene1.jpg) no-repeat center;
  background-size: cover;
  position: relative; }
  .uc1 main article {
    display: flex;
    flex-direction: column;
    margin-left: 50%;
    justify-content: center;
    height: 100vh; }
  .uc1 main p {
    line-height: 1.5; }
  .uc1 main h1 {
    font-size: 60px; }
  .uc1 main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)); }

.uc2 header {
  padding: 20px 0; }
  .uc2 header a {
    margin: 0px 5px;
    font-size: 85%;
    text-transform: uppercase; }
.uc2 .row .content {
  height: 100vh;
  background-color: #efa809;
  padding: 20px 3% 20px 7%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .uc2 .row .content h1 {
    font-size: 60px;
    width: 160%;
    position: relative;
    z-index: 9999; }
.uc2 .row .upright {
  display: flex;
  justify-content: center;
  align-items: center; }
  .uc2 .row .upright article {
    writing-mode: vertical-rl;
    transform: rotate(180deg); }
    .uc2 .row .upright article h2 {
      font-weight: 100;
      color: #333;
      font-size: 20px; }
    .uc2 .row .upright article p {
      color: #555;
      font-size: 85%;
      margin: 0; }
.uc2 .image-wrapper {
  height: 100vh; }
  .uc2 .image-wrapper .image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.uc2 em {
  font-size: 85%; }
.uc2 p {
  line-height: 1.5; }

.uc3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; }
  .uc3 .content {
    text-align: center; }
    .uc3 .content h1 {
      font-size: 60px; }
    .uc3 .content p {
      line-height: 1.5; }
    .uc3 .content em {
      font-size: 85%; }

@media screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .uc1 header {
    text-align: left; }
    .uc1 header ul li:not(:nth-child(3)) {
      display: none; }
    .uc1 header ul li:nth-child(3) a {
      margin-left: 0;
      padding-left: 0; }
  .uc1 article {
    margin-left: 0 !important; }
    .uc1 article h1 {
      font-size: 50px; } }
/*Normalize*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*Utility*/
/* Basscss Margin */
.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mx0 {
  margin-left: 0;
  margin-right: 0; }

.my0 {
  margin-top: 0;
  margin-bottom: 0; }

.m1 {
  margin: var(--space-1); }

.mt1 {
  margin-top: var(--space-1); }

.mr1 {
  margin-right: var(--space-1); }

.mb1 {
  margin-bottom: var(--space-1); }

.ml1 {
  margin-left: var(--space-1); }

.mx1 {
  margin-left: var(--space-1);
  margin-right: var(--space-1); }

.my1 {
  margin-top: var(--space-1);
  margin-bottom: var(--space-1); }

.m2 {
  margin: var(--space-2); }

.mt2 {
  margin-top: var(--space-2); }

.mr2 {
  margin-right: var(--space-2); }

.mb2 {
  margin-bottom: var(--space-2); }

.ml2 {
  margin-left: var(--space-2); }

.mx2 {
  margin-left: var(--space-2);
  margin-right: var(--space-2); }

.my2 {
  margin-top: var(--space-2);
  margin-bottom: var(--space-2); }

.m3 {
  margin: var(--space-3); }

.mt3 {
  margin-top: var(--space-3); }

.mr3 {
  margin-right: var(--space-3); }

.mb3 {
  margin-bottom: var(--space-3); }

.ml3 {
  margin-left: var(--space-3); }

.mx3 {
  margin-left: var(--space-3);
  margin-right: var(--space-3); }

.my3 {
  margin-top: var(--space-3);
  margin-bottom: var(--space-3); }

.m4 {
  margin: var(--space-4); }

.mt4 {
  margin-top: var(--space-4); }

.mr4 {
  margin-right: var(--space-4); }

.mb4 {
  margin-bottom: var(--space-4); }

.ml4 {
  margin-left: var(--space-4); }

.mx4 {
  margin-left: var(--space-4);
  margin-right: var(--space-4); }

.my4 {
  margin-top: var(--space-4);
  margin-bottom: var(--space-4); }

.mxn1 {
  margin-left: calc(var(--space-1) * -1);
  margin-right: calc(var(--space-1) * -1); }

.mxn2 {
  margin-left: calc(var(--space-2) * -1);
  margin-right: calc(var(--space-2) * -1); }

.mxn3 {
  margin-left: calc(var(--space-3) * -1);
  margin-right: calc(var(--space-3) * -1); }

.mxn4 {
  margin-left: calc(var(--space-4) * -1);
  margin-right: calc(var(--space-4) * -1); }

.m-auto {
  margin: auto; }

.mt-auto {
  margin-top: auto; }

.mr-auto {
  margin-right: auto; }

.mb-auto {
  margin-bottom: auto; }

.ml-auto {
  margin-left: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.my-auto {
  margin-top: auto;
  margin-bottom: auto; }

:root {
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 2rem;
  --space-4: 4rem; }

/* Basscss Padding */
.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.px0 {
  padding-left: 0;
  padding-right: 0; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: var(--space-1); }

.pt1 {
  padding-top: var(--space-1); }

.pr1 {
  padding-right: var(--space-1); }

.pb1 {
  padding-bottom: var(--space-1); }

.pl1 {
  padding-left: var(--space-1); }

.py1 {
  padding-top: var(--space-1);
  padding-bottom: var(--space-1); }

.px1 {
  padding-left: var(--space-1);
  padding-right: var(--space-1); }

.p2 {
  padding: var(--space-2); }

.pt2 {
  padding-top: var(--space-2); }

.pr2 {
  padding-right: var(--space-2); }

.pb2 {
  padding-bottom: var(--space-2); }

.pl2 {
  padding-left: var(--space-2); }

.py2 {
  padding-top: var(--space-2);
  padding-bottom: var(--space-2); }

.px2 {
  padding-left: var(--space-2);
  padding-right: var(--space-2); }

.p3 {
  padding: var(--space-3); }

.pt3 {
  padding-top: var(--space-3); }

.pr3 {
  padding-right: var(--space-3); }

.pb3 {
  padding-bottom: var(--space-3); }

.pl3 {
  padding-left: var(--space-3); }

.py3 {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3); }

.px3 {
  padding-left: var(--space-3);
  padding-right: var(--space-3); }

.p4 {
  padding: var(--space-4); }

.pt4 {
  padding-top: var(--space-4); }

.pr4 {
  padding-right: var(--space-4); }

.pb4 {
  padding-bottom: var(--space-4); }

.pl4 {
  padding-left: var(--space-4); }

.py4 {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4); }

.px4 {
  padding-left: var(--space-4);
  padding-right: var(--space-4); }

/*# sourceMappingURL=custom.css.map */
