@font-face {
  font-family: 'VisbyCFExtraBold';
  src: url('../res/font/VisbyCF-ExtraBold.eot');
  src: url('../res/font/VisbyCF-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('../res/font/VisbyCF-ExtraBold.ttf') format('truetype'),
       url('../res/font/VisbyCF-ExtraBold.woff') format('woff'),
       url('../res/font/VisbyCF-ExtraBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VisbyCFBold';
  src: url('../res/font/VisbyCF-Bold.eot');
  src: url('../res/font/VisbyCF-Bold.eot?#iefix') format('embedded-opentype'),
       url('../res/font/VisbyCF-Bold.ttf') format('truetype'),
       url('../res/font/VisbyCF-Bold.woff') format('woff'),
       url('../res/font/VisbyCF-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VisbyCFLight';
  src: url('../res/font/VisbyCF-Light.eot');
  src: url('../res/font/VisbyCF-Light.eot?#iefix') format('embedded-opentype'),
       url('../res/font/VisbyCF-Light.ttf') format('truetype'),
       url('../res/font/VisbyCF-Light.woff') format('woff'),
       url('../res/font/VisbyCF-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
	/*background-color: #1f363d;*/
  background-color: #497e90;
	color: #e4eedd;
	font-family: "VisbyCFLight";
  font-weight: bolder;
  padding-bottom: 5em;
}

h1 {
  font-size: 1.5rem;
}

.github {
	position: absolute;
	top: 2em;
  right: 2em;
}

.github img {
	border: 0px;
	width: 5em;
}

#logo {
  width: 38em;
}

.logo {
	width: 100%;
	text-align: center;
}

.intro {
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  font-weight: 100;
  opacity: 0;
  color: #e4eedd;
}

/*Terminal */

#screen {
	/*font-family: 'VisbyCFBold';*/
	font-family: 'DejaVu Sans Mono', monospace;
    font-style: normal;
}

#screen text {
	dominant-baseline: text-before-edge;
	white-space: pre;
}

@keyframes roll {
	0.000%{transform:translateY(0px)}
	6.426%{transform:translateY(-340px)}
	7.953%{transform:translateY(-680px)}
	8.216%{transform:translateY(-1020px)}
	8.596%{transform:translateY(-1360px)}
	9.942%{transform:translateY(-1700px)}
	10.348%{transform:translateY(-2040px)}
	11.609%{transform:translateY(-2380px)}
	12.136%{transform:translateY(-2720px)}
	12.746%{transform:translateY(-3060px)}
	13.477%{transform:translateY(-3400px)}
	15.454%{transform:translateY(-3740px)}
	17.538%{transform:translateY(-4080px)}
  100%{transform:translateY(-4080px)}
}

#screen_view {
	/*animation-duration: 2739ms;*/
	animation-duration: 27349ms;
	animation-iteration-count: 1;
	animation-name: roll;
	animation-timing-function: steps(1,end);
	animation-fill-mode: forwards;

}

.foreground {fill: #f7f3ed;}
.background {fill: #373c44;}
.topBar {fill: #545b66;}
.color0 {fill: #0c0c0c;}
.color1 {fill: #d292ff;}
.color2 {fill: #53ef66;}
.color3 {fill: #efe253;}
.color4 {fill: rgba(102,255,185,.75);}
.termCloseBtn {fill: #cc2d8a;}
.termOpenBtn {fill: #efe253;}
.termMinBtn {fill: #53ef66;}

#terminal {
	text-align: center;
	position: sticky;
	/*margin: 0 auto;*/
	margin-left: 0;
    width:703px;
    /*height:404px;*/
    height:455px;
/*	opacity: 0.1;*/
	margin-top: 2em;
}

.copy-install-btn {
	position: absolute;
    margin: 0 auto;
    top: 16em;
    left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.copy-install-btn button {
	text-align: center;
}

#commandLine {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

/*Parallax*/

#content {
  width: 95%;
  /*height: 22em;*/
  /*background: #1f363dCC;*/
  opacity: 0;
  max-width: 95%;
  margin: auto;
}

#content .container, #content .col {
	height: 100%;
	max-width: 100%;
	margin-bottom: 2em;
}

#content img {
	width: 100%;

	/*top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)*/
}

#content .row {
  margin-bottom: 2em;
}

.img-thumbnail {
	background-color: #e4eedd;
}

/*Brands*/

#brands {
  background-color: white;
  border-radius: 1px;
  opacity: 0.95;
  width: 100%;
  margin: auto;
  padding: 1em;
  color: #373c44;
}

#brands .brand {
  width: 38px;
  /*filter: grayscale(100%);*/
  margin-right: 0.4em;
  margin-bottom: 0.4em;
}

/* Text */

.describe-text {
	padding-top: 10%;
}

/*Copyright*/

.copyright {
	margin-top: 2em;
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
}

/*Mobile*/

@media (max-width: 1000px) {
  #logo {
    width: 8em;
  }

  .github {
    top: 1em;
    right: 1em;
  }

  .github img {
    border: 0px;
    width: 3em;
  }

  #terminal {
    width: 90%;
    height: 100%;
    margin-bottom: 1em;
  }

  .copy-install-btn {
    top: 6em;
  }

  #content .row {
    margin-bottom: 0em;
  }

  #content .col-lg {
    margin-bottom: 1em;
  }
}

