@font-face {
  font-family: 'Junction';
  src: url('../font/junction-webfont.eot?v=1.0');
  src: url('../font/junction-webfont.eot?#iefix&v=1.0') format('embedded-opentype'), url('../font/junction-webfont.woff?v=1.0') format('woff'), url('../font/junction-webfont.ttf?v=1.0') format('truetype'), url('../font/junction-webfont.svg#junctionregular?v=1.0') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0 auto;
}

h2 {
  margin-bottom: 1em;
}

li {
  margin-bottom: 1em;
}

em {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.clear {
  clear: both;
  content: "";
}

a {
  color: black;
  text-transform: lowercase;
}

ul {
  list-style: initial;
  list-style-type: octal;
  padding-left: 40px;
}

.content {
  margin: 0 auto;
  padding: 64px 1.5em 20px;
  max-width: 700px;
}

.bordered-section {
  margin-bottom: 70px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #f8337d;
}


.section {
  margin-bottom: 70px;
}

.section-heading {
  font-family: "calluna";
  font-size: 50px;
  line-height: 65px;
  text-align: center;
  font-weight: 300;
  color: #212121;
}

.section-subheading {
  font-family: "calluna";
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  font-weight: 300;
  color: #212121;
  margin: 40px 0px;
}

.section-miniheading {
  font-family: "calluna";
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
  color: #212121;
  margin: 40px 0px;
}

.section-content {
  font-size: 21px;
  font-family: "calluna";
  line-height: 32px;
  color: #343434;
}

.section-content +.section-content {
  padding-top: 16px;
}

.section-content-more {
  padding-top: 2em;
}

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

.casestudies {
  text-align: center;
}

.casestudy {
  margin-bottom: 2em;
}

.casestudy-client-description {
  padding: 30px 0 0 30px;
}

.casestudy-client-description-content {
  font-size: 18px;
}

.casestudy-client-description.first {
  padding-top: 0;
}

@media screen and (max-width: 600px){
  .casestudy { display: block; }
  .casestudy-client-logo {
    display: block;
    text-align: center;
  }

  .casestudy-client-description {
    display: block;
    padding-left: 0;
  }
}

.portfolio-more {
  padding-top: 30px;
}

.grayscale {
      filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: grayscale(100%); /* Current draft standard */
  -webkit-filter: grayscale(100%); /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray; /* IE6+ */
  opacity: 0.6;
}

.grayscale:hover {
  filter: none;
  opacity: 1;
  -webkit-filter: grayscale(0);
}

.human {
  margin: 10px;
  border-radius: 100px;
  opacity: 0.9;
}

.testimonial-logo {
  margin: 10px;
  width: 150px;
  vertical-align: middle;
}

.person-link {
  text-decoration: none;
}

.human-description {
  float: right;
  width: 500px;
}

.human-description-content {
  padding-top: 14px;
}

.logo-section {
  text-align: center;
  margin-bottom: 0;
  border-bottom: none;
}

.nilenso-logo {
  width: 200px;
}

img.human {
  width: 80px;
}

.copyright {
  font-family: "calluna";
  text-align: center;
  margin-bottom: 30px;
}

.name-link:hover {
  color: #f8337d;
}

.name-section-content {
  font-size: 30px;
  line-height: 44px;
}

/*HEADER================================*/

.nilenso-header {
  width: 100%;
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  background-attachment: fixed;
  -webkit-transform: translateZ(0);
  overflow: hidden;
  padding: 4px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 10;
  font-family: "calluna";
  border-top: 4px solid #f8337d;
  box-shadow: white 0px 10px 20px;
}


.header-logo-image {
  float: left;
  width: 50px;
}

.header-link {
  font-size: 20px;
  color: black;
  line-height: 56px;
  padding: 0 10px;
  text-transform: lowercase;
  text-decoration: none;
}

.header-logo {
  opacity: 0;
  transition: opacity 1.0s ease-in;
  -ms-transition: opacity 1.0s ease-in;
  -moz-transition: opacity 1.0s ease-in;
  -webkit-transition: opacity 1.0s ease-in;
}

.header-logo.visible {
  transition: opacity 1.0s ease-out;
  -ms-transition: opacity 1.0s ease-out;
  -moz-transition: opacity 1.0s ease-out;
  -webkit-transition: opacity 1.0s ease-out;
  opacity: 1;
}

.header-link:hover {
  color: #f8337d;
}

.page-links {
  float: right;
}

.page-link {
  border: 2px solid white;
}

.page-link:hover, .active {
  color: #f8337d;
}

.page-link.active {
  cursor: default;
  pointer-events: none;
}

.get-in-touch .section-content {
  font-size:21px;
  text-align: center;
}

.logo-name {
  font-family: 'Junction';
  font-size: 30px;
  padding: 0 4px;
  color: black;
  float: left;
}

.show-navigation {
  float: left;
  font-size: 30px;
  line-height: 44px;
}

/*FOOTER================================*/

.footer {
  text-align: center;
  padding-bottom: 20px;
}

.contact-info {
  font-size: 18px;
  line-height: 24px;
  padding: 0 10px;
}

.contact-map {
  text-align: center;
  font-size: 15px;
  padding-top: 15px;
}

.contact-link {
  border-left: 1px dotted #f8337d;
  padding: 0 8px;
}

.contact-link:first-child {
  border-left: 0;
  padding-left: 0;
}

.contact-address {
  padding-top: 10px;
}

/* two column layout=======================*/

.two-column {
  display: table-row;
  margin-bottom: 2em;
}

.column {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 700px){
  .two-column { display: block; }
  .column {
    display: block;
    text-align: center;
  }

  .more-link {
    display: block;
  }

  .header-logo {
    float: right;
  }

  .contact-link {
    border: 0;
    padding: 2px 0;
    display: block;
  }

  .contact-address {
    padding-top: 10px;
  }
}

.books, .books a {
  color: #f8337d;
}

.workshop-contents {
  list-style-type: decimal;
  margin: 20px 42px;
}

.workshop-contents li  {
  margin-bottom: 0.5em;
}

.sub-section-heading {
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0;
}

.mono {
    font-family: monospace;
}
