/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after, *::before {
  content: '';
}

body {
  margin: 0;
  overflow-x: hidden;
  font-size: 100%;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  color: #091d23;
  background-color: #2fab65;
}
a {
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


/* -------------------------------- 

Main components 

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#byte {
    margin: 0;
    height: 250px;
	left: 286px;
	position: absolute;
	width: 400px;
}


.cover {
	width: 100vw;
	height: 720px;
	background: url(../img/cover.jpg) no-repeat center top;
	background-size: cover;
}


header#masthead {
	height: 331px;
	background: url(../img/header.svg) no-repeat 0 -2px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.triangle {
	background: url(../img/triangle.png) no-repeat 80px -2px;
	background-size: 212px;
	mix-blend-mode: multiply;
	position: fixed;
	width: 212px;
	height: 860px;
	top: 0;
	right: 0;
}
#primary {
	background-color: #36343b;
	padding: 80px 60px;
	font-size: 20px;
	color: #fff;
	line-height: 38px;
}
p.intro {
	margin-right: 30%;
}
p.intro a {
	color: #fff;
	border-bottom: 1px solid #2faa64;
	text-decoration: none;
}
p.intro a:hover {
	color: #2faa64;
}

.site-branding {
	margin-top: 100px;
	margin-left: 60px;
	float: left;
}
.site-branding img {
  display: block;
}
.site-footer {
	color: #fff;
}
.site-info a {
	color: #fff;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}
.site-info a:hover {
	color: #36343b;
	border-bottom: 2px solid #36343b;
}
.site-info {
	font-size: 28px;
	padding: 80px 60px 95px;
}
.social {
	float: right;
	margin-right: 60px;
	margin-top: 70px;
}
.social a {
	-webkit-border-radius: 50px; 
  	-moz-border-radius: 50px; 
  	border-radius: 50px;
	background-color: #fff;
	width: 57px;
	height: 57px;
	display: block;
	text-align: center;
	padding-top: 10px;
	float: left;
	margin-left: 20px;
	color: #36343b;
	font-size: 30px;
	border: 3px solid #fff;
}
.social a:hover {
	color: #fff;
	background-color: #2faa64;
}
.social a:active {
	margin-top: 1px;
}


/* -------------------------------- 

Navigation

-------------------------------- */
.cd-nav-trigger {
  position: fixed;
  display: inline-block;
}

.cd-nav-trigger {
  top: 18px;
  right: 18px;
  height: 44px;
  width: 44px;
  z-index: 5;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-nav-trigger .cd-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #36343B;
  z-index: 10;
}
.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
  /* upper and lower lines of the menu icon */
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #36343B;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* apply transition to transform property */
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-nav-trigger .cd-icon::before {
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}
.cd-nav-trigger .cd-icon::after {
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
.cd-nav-trigger::before, .cd-nav-trigger::after {
  /* 2 rounded colored backgrounds for the menu icon */
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
.cd-nav-trigger::before {
  background-color: #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cd-nav-trigger::after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
	background-color: #32b66c;
}
.cd-nav-trigger.close-nav::before {
  /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cd-nav-trigger.close-nav::after {
  /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cd-nav-trigger.close-nav .cd-icon {
  /* user clicks on the .cd-nav-trigger element - transform the icon */
  background-color: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
  background-color: #36343B;
}
.cd-nav-trigger.close-nav .cd-icon::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.cd-nav-trigger.close-nav .cd-icon::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.cd-primary-nav {
  /* by default it's hidden */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 80px 18px;
  z-index: 3;
  background-color: #efeff0;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.cd-primary-nav li {
  margin: 1.6em 0;
  text-align: center;
  text-transform: capitalize;
}
.cd-primary-nav a {
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .cd-primary-nav a:hover {
  color: #2FAC66;
}
.cd-primary-nav.fade-in {
  /* navigation visible at the end of the circle animation */
  visibility: visible;
  opacity: 1;
}
.cd-primary-nav.fade-in a {
	color: #36343b;
	text-decoration: none;
}
ul.cd-primary-nav.fade-in {
	list-style-type: none;
}



.cd-overlay-nav, .cd-overlay-content {
  /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
  position: fixed;
  top: 18px;
  right: 18px;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px);
}
.cd-overlay-nav span, .cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
  /* background fades out at the end of the animation */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
  /* main rounded colored bg 1 */
  z-index: 2;
}
.cd-overlay-nav span {
  background-color: #fff;
}

.cd-overlay-content {
  /* main rounded colored bg 2 */
  z-index: 4;
}
.cd-overlay-content span {
	background-color: #2FAC66;
}

.cd-content {
  /* just some dummy content */
  padding: 80px 0;
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  z-index: 1;
}
.cd-content .cd-intro {
  height: 200px;
  padding-top: 4.6em;
}
.cd-content h1 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-content p {
  line-height: 1.5;
  color: #a76500;
}


/* -------------------------------- 

Hover styles

-------------------------------- */






/* -------------------------------- 

Responsive

-------------------------------- */

@media only screen and (min-width: 768px) {
  .cd-primary-nav li {
    margin: 2em 0;
  }
  .cd-primary-nav a {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    margin: 2.6em 0;
  }
  .cd-primary-nav a {
    font-size: 32px;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .cd-content .cd-intro {
    height: 250px;
    padding-top: 6em;
  }
  .cd-content h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .cd-content p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}


@media only screen and (max-width: 1025px) {  
  
  #byte {
    height: 10px;
	left: 267px;
	position: absolute;
	width: 10px;
	top: 41px;
	background-color: #36343b;
  	-webkit-border-radius: 12px; 
  	-moz-border-radius: 12px; 
  	border-radius: 12px; 
	
}
p.intro {
	margin-right: 100px;
}
.cover {
	width: 100vw;
	height: 420px;
	background: url(../img/cover.jpg) no-repeat center top;
	background-size: cover;
}
.triangle {
	background: url(../img/triangle.png) no-repeat right -2px;
	background-size: 90px;
	width: 100px;
	height: 480px;
}
  header#masthead {
	height: 180px;
	background: url(../img/header.svg) no-repeat -2px -2px;
	background-size:1000px;
}
	.site-branding img {
	width: 200px;
	}
	.site-branding {
	margin-top: 45px;
	margin-left: 30px;
}
#primary {
	background-color: #36343b;
	padding: 20px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}

.site-info {
	font-size: 24px;
	padding: 60px 20px 70px;
}
.site-info a {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.site-info a:hover {
	color: #36343b;
	border-bottom: 1px solid #36343b;
}
.social {
	float: right;
	margin-right: 20px;
	margin-top: 50px;
}
.social a {
	width: 50px;
	height: 50px;
	padding-top: 8px;
	margin-left: 15px;
	font-size: 26px;
}

  
}


@media only screen and (max-width: 768px) {  
  
  #byte {
    height: 8px;
	left: 203px;
	position: absolute;
	width: 8px;
	top: 24px;
	background-color: #36343b;
  	-webkit-border-radius: 12px; 
  	-moz-border-radius: 12px; 
  	border-radius: 12px; 
	
}
p.intro {
	margin-right: 0px;
}
.cover {
	width: 100vw;
	height: 330px;
	background: url(../img/cover.jpg) no-repeat center top;
	background-size: cover;
}
.triangle {
	background: url(../img/triangle.png) no-repeat right -2px;
	background-size: 90px;
	width: 100px;
	height: 480px;
}
  header#masthead {
	height: 140px;
	background: url(../img/header.svg) no-repeat -2px -2px;
	background-size:740px;
}
	.site-branding img {
	width: 150px;
	}
	.site-branding {
	margin-top: 30px;
	margin-left: 30px;
}
#primary {
	background-color: #36343b;
	padding: 20px;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}

.site-info {
	font-size: 16px;
	padding: 60px 20px 70px;
}
.site-info a {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.site-info a:hover {
	color: #36343b;
	border-bottom: 1px solid #36343b;
}
.social {
	float: right;
	margin-right: 20px;
	margin-top: 50px;
}
.social a {
	width: 40px;
	height: 40px;
	padding-top: 7px;
	margin-left: 10px;
	font-size: 21px;
}

  
}
