#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  min-height: 35rem;
}


.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: Karla, Aria, sans-serif;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.btn-primary {
  color: #fff;
  background-color: #64a19d;
  border-color: #64a19d;
}

.zindexmax {
z-index:9999 !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #467370;
  border-color: #467370;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

h1.brand {
  font-size: 200% !important;
  color:#95989A;
  padding:150px 0 50px;
  width:100% !important;
}

h2.priority {
  font-size: 400% !important;
  color:#95989A;
  padding:50px 0 50px;
  width:100% !important;
}

p.priorities1 {
  font-size: 175% !important;
  color:#95989A;
  text-align:left !important;
}

p.priorities2 {
  font-size: 250% !important;
  color:#95989A;
  text-align:center !important;
}

p.priorities3 {
  font-size: 200% !important;
  color:#95989A;
  text-align:right !important;
}

@media (min-width: 992px) {
  h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }

}

@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }

}

@media (max-width: 992px) {
	h1.brand {
  	  font-size: 125% !important;
  	  color:#95989A;
 	  padding:150px 0 0;
	  width:100% !important;
	}
	h2.priority {
	  font-size: 180% !important;
	  color:#fff;
	  padding:50px 0 50px;
	  width:100% !important;
	}

	p.priorities1 {
	  font-size: 150% !important;
	  color:#95989A;
	  text-align:left !important;
	}

	p.priorities2 {
	  font-size: 150% !important;
	  color:#95989A;
	  text-align:center !important;
	}

	p.priorities3 {
	  font-size: 150% !important;
	  color:#95989A;
            padding:0 0 50px;
	  text-align:right !important;
	}

}

@media (max-width:500px) {
  .github-corner:hover .octo-arm {
    animation: none
  }

  .github-corner .octo-arm {
    animation: octocat-wave 560ms ease-in-out
  }
}

.github-corner:hover .octo-arm {
  animation: octocat-wave 560ms ease-in-out
}

@keyframes octocat-wave {

  0%,
  100% {
    transform: rotate(0)
  }

  20%,
  60% {
    transform: rotate(-25deg)
  }

  40%,
  80% {
    transform: rotate(10deg)
  }
}



.heading-title h3 {
color:#D2AC67;
padding:40px 0 0;
font-size:200%;
}

.blockquote-footer {
font-size:75%;
}

.align-center {
    text-align: center;
}
.hash-list {
    display: block;
    padding: 0;
    margin: 0 auto;
}

@media (min-width: 768px){
    .hash-list.cols-3 > li:nth-last-child(-n+3) {
        border-bottom: none;
    }
}
@media (min-width: 768px){
    .hash-list.cols-3 > li {
        width: 33.3333%;
    }
}
.hash-list > li {
    display: block;
    float: left;
}
.hash-list > li#midreview {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.pad-30, .pad-30-all > * {
    padding: 30px;
}
img {
    border: 0;
}
.mgb-20, .mgb-20-all > * {
    margin-bottom: 20px;
}
.wpx-100, .wpx-100-after:after {
    width: 100px;
}
.img-round, .img-rel-round {
    border-radius: 50%;
}
.padb-30, .padb-30-all > * {
    padding-bottom: 30px;
}

.mgb-40, .mgb-40-all > * {
    margin-bottom: 40px;
}
.align-center {
    text-align: center;
}
[class*="line-b"] {
    position: relative;
    padding-bottom: 20px;
    border-color: #E6AF2A;
}
.fg-text-d, .fg-hov-text-d:hover, .fg-active-text-d.active {
    color: #222;
}
.font-cond-b {
    font-weight: 700 !important;
}
