body {
    animation: fadeInAnimation ease 2s; 
    animation-iteration-count: 1; 
    animation-fill-mode: forwards;
    color: #000000;
    margin: 0;
    font-family: 'Roboto', sans-serif;
} 
  
@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
     } 
} 

::selection {
  color: #fff;
  background: #2339FF; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #fff;
  background: #2339FF; /* Gecko Browsers */
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #2339FF;
}

h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
}

h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #444444;
  padding-top: 20px;
}

h5 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000000;
  width: 90vw;
  max-width: 480px;
  min-width: 320px;
}

.main-container {
  width: 90vw;
  height: 90vh;
  margin: 0 auto;
}

.header {
  position: fixed;
  width: inherit;
  height: 64px;
  z-index: 999;
  padding-top: 2%;
}

.logo {
  float: left;
  display: block;
  opacity: 0;
  transition: opacity 350ms ease-out;
}

.logo.visible {
  opacity: 1;
}

.logob {
  float: left;
}

.hlink {
  float: right;
  margin-top: 12px;
}

/*  Landing Page  */

.border {
  width: 25vw;
  max-width: 480px;
  min-width: 320px;
  height: 2px;
  background: #000000;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container {
  height: inherit;
  width: inherit;
}

.panel {
  position: relative;
  vertical-align: bottom;
  height: 100vh;
  width: inherit;
}

.panel-h {
  position: relative;
  vertical-align: bottom;
  height: 100vh;
  width: inherit;
}

.panel-works {
  position: relative;
  vertical-align: bottom;
  height: 100vh;
  width: inherit;
}

.cover {
  position: absolute;
  bottom: 0;
  padding-bottom: 5%;
}

.work-links {
  position: absolute;
  bottom: 0;
  padding-bottom: 5%;
}

.aboutme {
  position: absolute;
  bottom: 0;
  padding-bottom: 5%;
}

.aboutme h1 {
  padding-bottom: 20px;
}

.footer {
  display: flex;
  text-align: center;
  background-color: #000;
  color: #fff;
  width: 100vw;
  height: 48px;
  margin-left: -5vw;
}


/*  Works  */

.title-container {
  bottom: 0;
  display: block;
  left: -5vw;
  right: -5vw;
  top: 0;
  overflow: hidden;
  position: fixed;
  z-index: 0;
}

.title {
  display: block;
  font-size: 28px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  white-space: nowrap;
}

.project-image {
  height: 50%;
  left: 50%;
  outline: none;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: transform 275ms ease-out;
  top: 50%;
  z-index: 1;
}

.project-image-h {
  width: 55%;
  left: 50%;
  outline: none;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: transform 275ms ease-out;
  top: 50%;
  z-index: 1;
}

.shadow {
  -webkit-box-shadow: 0px 32px 100px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 32px 100px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 32px 100px 0px rgba(0,0,0,0.15);
}

.content {
  display: block;
  bottom: 0;
  padding-bottom: 5%;
  text-align: center;
}

.content p {
  padding: 20px 0px; 
  margin: auto;
}

.ntc1 {
  display: block;
  background: url(../img/ntc_01.png) center no-repeat;
  background-size: 80vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
}

.ntc2 {
  display: block;
  background: url(../img/ntc_02.png) center no-repeat;
  background-size: 50vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
}

.ntcapple0 {
  display: block;
  background: url(../img/ntcapple_00.png) center no-repeat;
  background-size: 80vw;
  width: 100vw;
  height: 100%;
  margin-left: -5vw;
}

.ntcapple1 {
  display: block;
  background: url(../img/ntcapple_01.png) center no-repeat;
  background-size: 80vw;
  width: 100vw;
  height: 100%;
  margin-left: -5vw;
}

.ntcapple2 {
  display: block;
  background: url(../img/ntcapple_02.png) center no-repeat;
  background-size: 80vw;
  width: 100vw;
  height: 100%;
  margin-left: -5vw;
}

.ntcapple3 {
  display: block;
  background: url(../img/ntcapple_03.png) center no-repeat;
  background-size: 80vw;
  width: 100vw;
  height: 100%;
  margin-left: -5vw;
}

.roli1 {
  display: block;
  background: url(../img/roli_01.png) center no-repeat;
  background-size: 100vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
  margin-top: 25vh;
}

.roli2 {
  display: block;
  background: url(../img/roli_02.png) center no-repeat;
  background-size: 90vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
}

.roli3 {
  display: block;
  background: url(../img/roli_03.png) center no-repeat;
  background-size: 65vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
}

.pottermore1 {
  display: block;
  background: url(../img/pottermore_01.png) center no-repeat;
  background-size: 80vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
}

.pottermore2 {
  display: block;
  background: url(../img/pottermore_02.png) center no-repeat;
  background-size: 80vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
}

.pottermore3 {
  display: block;
  background: url(../img/pottermore_03.png) center no-repeat;
  background-size: 100vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
  margin-top: 25vh;
}

.babylon1 {
  display: block;
  background: url(../img/babylon_01.png) center no-repeat;
  background-size: 65vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
}

.babylon2 {
  display: block;
  background: url(../img/babylon_02.png) center no-repeat;
  background-size: 80vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
}

.burberry1 {
  display: block;
  background: url(../img/burberry_01.png) top no-repeat;
  background-size: 80vw;
  width: 100vw;
  height: 100%;
  margin-left: -5vw;
}

.burberry2 {
  display: block;
  background: url(../img/burberry_02.png) center no-repeat;
  background-size: 65vw;
  width: 100vw;
  height: 100%;
  margin-left: -5vw;
}

.burberry3 {
  display: block;
  background: url(../img/burberry_03.png) center no-repeat;
  background-size: 35vw;
  width: 100vw;
  height: 100%;
  margin-left: -5vw;
}

.beeja1 {
  display: block;
  background: url(../img/beeja_01.png) center no-repeat;
  background-size: 50vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
}

.beeja2 {
  display: block;
  background: url(../img/beeja_02.png) top right no-repeat;
  background-size: 100vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
  margin-top: 25vh;
}

.beeja3 {
  display: block;
  background: url(../img/beeja_03.png) center no-repeat;
  background-size: 100vw;
  width: 100vw;
  height: 150vh;
  margin-left: -5vw;
  margin-top: 50vh;
}

.montblanc1 {
  display: block;
  background: url(../img/montblanc_01.png) center no-repeat;
  background-size: 65vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
}

.montblanc2 {
  display: block;
  background: url(../img/montblanc_02.png) top no-repeat;
  background-size: 80vw;
  width: 100vw;
  height: 150vh;
  margin-left: -5vw;
}

.durex1 {
  display: block;
  background: url(../img/durex_01.png) center no-repeat;
  background-size: 65vw;
  width: 100vw;
  height: 100vh;
  margin-left: -5vw;
}

.durex2 {
  display: block;
  background: url(../img/durex_02.png) top no-repeat;
  background-size: 80vw;
  width: 100vw;
  height: 150vh;
  margin-left: -5vw;
}



/*  Responsive  */


@media screen and (max-width: 1366px) {

h1 {
  font-size: 18px;
  line-height: 20px; }

h2 {
  font-size: 12px;
  line-height: 14px; }

h3 {
  font-size: 10px; }

h4 {
  font-size: 10px;
  line-height: 12px;
/*  padding-top: 12px;*/ }

h5 {
  font-size: 56px; }

p {
  font-size: 12px; }

.panel-works {
  height: 35vh;
}

.hlink {
  margin-top: 7px; }

.border {
  margin-top: 32px;
  margin-bottom: 32px; }

.aboutme {
  padding-bottom: 10%;
}

.aboutme h1 {
  padding-bottom: 12px; }

.content {
  padding-bottom: 10%; }

.project-image-h {
  width: 75%; }

.ntc1 {
  background: url(../img/ntc_01m.png) center no-repeat;
  background-size: 75vw; }

.ntc2 {
  background-size: 90vw; 
/*  height: 50vh;
  margin-bottom: 20% */}

.ntcapple0 {
  background-size: 90vw; }

.ntcapple1 {
  background-size: 90vw; }

.ntcapple2 {
  background-size: 90vw; }

.ntcapple3 {
  background-size: 90vw; }

.roli1 {
  background: url(../img/roli_01m.png) center no-repeat;
  background-size: 100vh;
  overflow: scroll; }

.roli2 {
  background-size: 90vw; }

.roli3 {
  background-size: 65vw; }

.pottermore1 {
  background-size: 100vh; }

.pottermore2 {
  background-size: 100vh; }

.pottermore3 {
  background-size: 90vh; }

.babylon1 {
  background-size: 65vw; }

.babylon2 {
  background-size: 80vw; }

.burberry1 {
  background-size: 100vw; }

.burberry2 {
  background-size: 80vw; }

.burberry3 {
  background-size: 80vw; }

.beeja1 {
  background-size: 50vw;
  height: 100vh;
}

.beeja2 {
  background-size: 100vw;
  height: 100vh;
}

.beeja3 {
  background-size: 100vw;
  height: 150vh;
}

.montblanc1 {
  background-size: 65vw;
  height: 100vh;
}

.montblanc2 {
  background-size: 80vw;
  height: 150vh;
}

}


@media screen and (max-width: 375px) {

h5 {
  font-size: 32px; }

/*.panel {
  height: 50vh; }*/

.ntc2 {
  background: url(../img/ntc_02m.png) center no-repeat;
  background-size: 50vw; }

}