/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  background: #35363a;
}

/* Track */
::-webkit-scrollbar-track {

}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: white; 
  border-radius: 10px;
  margin-left: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1d2b75; 
}

/* Animations */ 
@keyframes design-flicker {
    0% {
      opacity:0.1;
    }
    2% {
      opacity:0.2;
    }
    4% {
      opacity:0.1;
    }
    
    8% {
      opacity:0.4;
    }
    70% {
      opacity:1;
    }
    100% {
      opacity:0.1;
    }
  }

  @keyframes come-in {
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@-webkit-keyframes gradientAnimation {
  0%{background-position:55% 0%}
  50%{background-position:46% 100%}
  100%{background-position:55% 0%}
}

@-moz-keyframes gradientAnimation {
  0%{background-position:55% 0%}
  50%{background-position:46% 100%}
  100%{background-position:55% 0%}
}

@keyframes gradientAnimation {
  0%{background-position:55% 0%}
  50%{background-position:46% 100%}
  100%{background-position:55% 0%}
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animated {
    animation: come-in .5s ease forwards;
}

.animatein {
    transform: translateY(10px);
    opacity: 0.1;
}

html,body,#container { 
    height: 100%;
    width: 100%;
    font-family: 'NimbusSanLBold';
    font-weight: normal;
    font-style: normal;
}


section, footer {
    min-height: 100%;
    width: 100%;
    position: relative;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

section h1, footer h1 {
    font-size: 80px;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-align: left;
    padding: 50px;
}

section h1.biglink {
  position: absolute;
  top: 50%;
  left: 17%;
  text-align: center;
  background: grey;
  border-radius:100px;
  width: 66%;
  margin: 0 auto;
}

section h1.biglink a {
  text-decoration: none;
  color: #fff;
}

section h2 {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-align: left;
    padding: 50px;
}

section h3 {
  font-size: 40px;
  letter-spacing: -0.05em;
  padding-left: 50px; 
  padding-bottom: 20px;
}

#philosophy h3 {
  padding-top: 50px;
}

section h4 {
  font-size: 20px;
  letter-spacing: -0.05em;
  padding-left: 80px;
  padding-bottom: 50px;
}
.icon {
    display: inline-flex;
    align-self: center;
}

.icon svg, .icon img {
    height: 0.9em;
    top: 0.22em;
    position: relative;
}

.gag_graphicdesign {
    position: relative;
    width: auto;
    display: inline-block;
}

.gag_graphicdesign:hover::after {
    animation: design-flicker 2s linear infinite;
}

.gag_graphicdesign::after {
    content: "graphic designer";
    background: url("images/graphic_fog.png");
    background-size: 100% 100%;
    font-size: 0.9em;
    padding: 10px;
    font-family: "Papyrus";
    color: red;
    font-weight: normal;
    display: block;
    text-indent: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
}

#intro {
    background: #e0a62d;
    background: linear-gradient(80deg, #e0a62d, #ffac00);
    background-size: 400% 400%;

    -webkit-animation: gradientAnimation 30s ease infinite;
    -moz-animation: gradientAnimation 30s ease infinite;
    animation: gradientAnimation 30s ease infinite;
    color: #fff;
}

#second_intro {
  background: #1d2b75;
  color: #fff;
}

#third_intro {
  background: #bf4f4f;
  color: #fff;
}

#third_intro .image_me {
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 500px;
}

#third_intro .image_jicoo1 {
  position: absolute;
  bottom: 200px;
  left: 370px;
  z-index: 4;
  height: 200px;
}

#third_intro .image_jicoo2 {
  position: absolute;
  bottom: 25px;
  left: 200px;
  z-index: 3;
}

#third_intro .image_me_outfit {
  position: absolute;
  bottom: 35px;
  right: 50px;
  height: 450px;
}
.row {
  text-align: center;
  padding-top: 150px;
}

.column {
  display: inline-block;
  width: 370px;
  vertical-align: top;
  text-align: center;
}

.column h3 {
  padding-left: 0px;
  font-size: 25px;
}

.column li {
  padding-top: 15px;
}
#project_nomak {
  background: url("images/backgrounds/casestudy_nomak_2.png") no-repeat center center;
  background-size: cover;
  color: #fff;
}

#project_nomak h2, #project_baetokyo h2 {
  padding-top: 0px;
}

#project_baetokyo {
  background: #c1a9d9;
  color: #fff;
}

#project_baetokyo {
  background: url("images/backgrounds/casestudy_baetokyo.png") no-repeat center center;
  background-size: cover;
  color: #fff;
}

.smalltitle {
  font-size: 0.3em;
  letter-spacing: 0.1em;
}

.externallink {
  color: #fff;
  text-decoration: none;
}

.externallink img {
  height: 0.2em;
  position: relative; 
}

.relational_graph {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -250px;
}  

.relational_graph img {
  animation: spin 30s infinite linear;
  width: 100%;
  height: 100%;
}

ul.checklist {
  padding-left: 80px;
  list-style: none;
}

ul.checklist li {
  list-style: none;
  margin-top: 10px;
}

ul.checklist li::before {
  content: '✓';
  margin-right: 10px;
}

ul.techstack {
  list-style: none;
  padding-left: 50px;
}

ul.techstack li {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
  background: rgba(255,255,255,0.4);
  color: #0e0e0e;
  border-radius: 40px;
  padding: 10px;
}

#timeline {
  padding: 50px;
}

#timeline li, p {
  margin-left: 20px;
  padding-top: 20px;
  line-height: 1.5em;
}

p {
  margin-left: 50px;
  padding-right: 50px;
}
#timeline li.month {
  margin-left: 0px;
  color:grey;
}

#project_baetokyo_roadmap .month {
  color: #f1afcf !important;
} 


#timeline li.moodboard_holder, #timeline li.deliverables {
  text-align: center;
  margin-left: 0px;
}

div.moodboard_holder, div.deliverables {
  padding-top: 20px;
  text-align: center;
}

#timeline li.moodboard_holder img, .moodboard_holder img {
  height: 250px;
}


.window_preview{
  margin:0 auto;
  width:800px;
  height:646px;
  background:#fff;
  border-radius:5px;
  border-top:1px solid #f5f4f5;
  overflow:hidden;
  -webkit-box-shadow: 0px 0px 20px 12px rgba(0,0,0,0.14);
  box-shadow: 0px 0px 20px 12px rgba(0,0,0,0.14);
  position:absolute;
  bottom: -200px;
  right: 20px;
  z-index:99;
}

.window_preview header {
  height:20px;
  background: rgba(232,230,232,1);
  background: -moz-linear-gradient(top, rgba(232,230,232,1) 0%, rgba(210,208,210,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,230,232,1)), color-stop(100%, rgba(210,208,210,1)));
  background: -webkit-linear-gradient(top, rgba(232,230,232,1) 0%, rgba(210,208,210,1) 100%);
  background: -o-linear-gradient(top, rgba(232,230,232,1) 0%, rgba(210,208,210,1) 100%);
  background: -ms-linear-gradient(top, rgba(232,230,232,1) 0%, rgba(210,208,210,1) 100%);
  background: linear-gradient(to bottom, rgba(232,230,232,1) 0%, rgba(210,208,210,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e6e8', endColorstr='#d2d0d2', GradientType=0 );
  border-bottom:1px solid #b2b0b2;
  position:relative;
}

.window_preview header ul{
  list-style:none;
  display:inline-block;
  margin:0;
  margin-left:5px;
  padding:0;
  position:relative;
  z-index:9999;
}

.window_preview header ul li {
  display:inline-block;
  list-style:none;
  width:10px;
  height:10px;
  background:red;
  margin:0;
  margin-top:4px;
  margin-left:2px;
  padding:0;
  border-radius:15px;
  margin-right:2px;
  overflow:hidden;
  color:transparent;
  font-size:7px;
  line-height:12px;
  text-align:center;
  font-family:sans-serif;
  cursor:pointer;
}

ul li.controls_close { background-color:#f3585e !important;border:1px solid #d53943;}
ul li.controls_close:hover { color: #79000a;}
ul li.controls_min { background-color:#f7be3d !important;border:1px solid #d79f2f;}
ul li.controls_min:hover { color: #925611;}
ul li.controls_max { background-color:#4ace42 !important;border:1px solid #38b030;}
ul li.controls_max:hover { color: #1e6f09;}

.window_preview header h1 {
  width:100%;
  text-align:center;
  font-family:-apple-system, BlinkMacSystemFont, sans-serif;
  font-size:13px;
  font-weight:normal;
  position:absolute;
  top:0;
  left:0;
  margin:0;
  margin-top:2px;
  padding: 0px;
  letter-spacing: 0.02em;
  color:#2e2c2e;
  text-shadow:0px -1px 0px #dadada;
}

.window_preview header h1 .fa-file-o {
  opacity:1;
  margin-right:5px;
}
.window_preview header h1 span {
  opacity:0.6;
}

.window_preview img {
  width:800px;
  height:625px;
}

.visitlink {
  background-size: cover;
  background-repeat: no-repeat;
}

#project_nomak_visit {background-image:url("images/backgrounds/visit_nomak.png");}
#project_baetokyo_visit {background-image:url("images/backgrounds/visit_baetokyo.png");}

.linkout {
  width: 100%;
  text-align: center;
  padding: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 30px;
}

.linkout a {
  color: #8c6db0;
  text-decoration: none;
}

footer h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}