@import url("navbar.css");

body {
  background: #ffffff;
  color: #222;
  margin: 0;
}

p {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 14pt;
}

.page {
  padding: 0em 2em;
  margin-bottom: 20px;
}

.main-title {
  font-size: 4em;
  color: #2F4259;
  font-weight: bolder;
  letter-spacing: -0.04em;
  margin: 0;
  padding-top: 20px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sub-title {
  font-size: 2.5em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  margin: 0;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 100;
}

.secondary-title {
  border-bottom: 1px solid;
  border-bottom-color: #58C9E8;
  color: gray;
  font-size: 36px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding-bottom: 2px;
  padding-top: 30px;
  font-weight: 200;
}

section.technologies {
  margin-bottom: 20px;
}

.tech-block {
  border: 3px solid transparent;
  margin-right: 10px;
  margin-bottom: 25px;
  display: inline-block;

  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  width: 72px;
  height: 104px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.tech-block:hover {
  border: 3px solid #eee;
}
.tech-logo {
  max-width: 70px;
  max-height: 70px;
  margin-top:50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tech-label {
  font-size: 10pt;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.implementation-title {
  font-size: 26px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 0;
  margin:0;
}

.impl-filters {
  margin: 20px 0;
}

.impl-filters > h1 {
  font-size: 20px;
}

.filter-tag {
  display: inline-block;

  padding: 6px;
  margin-right: 5px;
  margin-bottom: 5px;

  border-radius: 3px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;

  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  border: solid 1px #089ea4;
}

.filter-tag:hover {
  background: #b2d5de;
}

.filter-tag.selected {
  color: white;
  background: #089ea4;
}

.contribute-headers {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 0;
  margin: 0;
}

.teaser{
  border: 3px dashed #BD2227;
}

.teaser > p{
  padding-bottom: 10px;
}

p {
  padding-top: 0;
  padding-bottom: 30px;
  margin:0;
}

p > a {
  color: #344399;
  text-decoration: none;
}
p > a:hover{
  color: #344399;
  text-decoration: underline;
}

.resources > a {
  color: #344399;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.resources > a:hover{
  color: #344399;
  text-decoration: underline;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article > h2 {
  margin: 0;
}

article > p {
  margin: 0;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}


article.implementations {
  width: 100%;
  padding-top: 20px;
}

section.implementation {
  width: 43%;
  display: inline-block;
  padding: 20px;
  vertical-align: top;
}

.links a {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-decoration: none;
  padding: 10px;
  margin: 6px 2px;
  border-radius: 3px;
  display: inline-block;
}

.implementation-buttons {
  color: white;
  background: #089ea4;
}

.example-implementation-button {
  color: black;
  background: #b2d5de;
}



@media screen and (max-width : 760px){
  section.implementation {
    width: initial;
    padding-left: 0;
    padding-right: 0;
  }
  section.implementation.teaser {
    padding: 10px;
  }
  .implementation-title {
    font-size: 22px;
  }

  #menu, .hidden {
    position: static;
    display: none;
  }

  .nav-bar {
    max-height: none;
  }

  .nav-bar-links, .drop-downs {
    margin-bottom: 1px;
  }

  .nav-bar-links, .nav-bar-links a {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .show-menu {
    display:block;
  }

  #nav-bar-right {
    float: none;
  }

  .implementation-buttons {
    margin-bottom: 4px;
  }
  
  .page {
    padding: 0em 1em;
  }
}

footer {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 14pt;
  color: #bbb;
  float: right;
  padding-right: 10px;
}
