.col {
    text-align: center;
    margin: 5px;
    background-color: #f4faff;

}

.col div:first-child {
    background-color: #159957;
    color: white;
    height: 42px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: bold;
}

.col div:last-child {
    padding: 5px;
    padding-top: 10px;
}

.tiles .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15em, 15em));
    grid-gap: 1em;
    justify-content: center;
}



@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap|Helvetica+Neue|Helvetica|Arial|sans-serif);

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}



@media screen and (min-width:64em) {
    .main-content {
        max-width: 72rem;
        padding: 1rem 1rem;
        margin: 0 auto;
        font-size: 1.1rem
    }
}

@media screen and (min-width:42em) and (max-width:64em) {
    .main-content {
        padding: 2rem 4rem;
        font-size: 1.1rem
    }
}

@media screen and (max-width:42em) {
    .main-content {
        padding: 2rem 1rem;
        font-size: 1rem
    }
}


body {
    margin: 0
}

article,
footer,
header,
main,
summary {
    display: block
}

video {
    display: inline-block;
    vertical-align: baseline
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

img {
    border: 0
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

* {
    box-sizing: border-box
}

body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #606c71
}

a {
    color: #1e6bb8;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.btn {
    display: inline-block;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, .7) !important;
    background-color: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .2);
    border-style: solid;
    border-width: 1px;
    border-radius: .3rem;
    transition: color .2s, background-color .2s, border-color .2s;
    width: 151px;
    margin: auto;
}

.btn:hover {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    background-color: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .3)
}

.btn+.btn {
    margin-left: 1rem
}

@media screen and (min-width:64em) {
    .btn {
        padding: .75rem 1rem
    }
}

@media screen and (min-width:42em) and (max-width:64em) {
    .btn {
        padding: .6rem .9rem;
        font-size: .9rem
    }
}

@media screen and (max-width:42em) {
    .btn {
        display: block;
        padding: .75rem;
        font-size: .9rem
    }

    .btn+.btn {
        margin-top: 1rem;
        margin-left: 0
    }
}

.page-header {
    padding-top: 125px !important;
    color: #fff;
    text-align: center;
    background-color: #159957;   
    background-image: linear-gradient(120deg, #155799, #991515);
    background-size: contain;
    box-shadow: 11px 15px 4px 0px rgb(0 0 0 / 39%);
}

.page-footer {

    height: 10px;
    color: #fff;
    background-color: #159957;
    background-image: linear-gradient(120deg, #0a5139, #531f5e);
    background-size: contain;
}

@media screen and (min-width:64em) {
    .page-header {
        padding: 5rem 6rem
    }
}

@media screen and (min-width:42em) and (max-width:64em) {
    .page-header {
        padding: 3rem 4rem
    }
}

@media screen and (max-width:42em) {
    .page-header {
        padding: 2rem 1rem
    }
}

.project-name {
    margin-top: 0;
    margin-bottom: .1rem;
    text-shadow: 4px 6px 3px #3c4b4a94;
}

@media screen and (min-width:64em) {
    .project-name {
        font-size: 3.25rem
    }
}

@media screen and (min-width:42em) and (max-width:64em) {
    .project-name {
        font-size: 2.25rem
    }
}

@media screen and (max-width:42em) {
    .project-name {
        font-size: 1.75rem
    }
}

.project-tagline {
    margin-bottom: 2rem;
    font-weight: 400;
    opacity: .7;
    text-shadow: 3px 3px 5px #000000a3;
}

@media screen and (min-width:64em) {
    .project-tagline {
        font-size: 1.25rem
    }
}

@media screen and (min-width:42em) and (max-width:64em) {
    .project-tagline {
        font-size: 1.15rem
    }
}

@media screen and (max-width:42em) {
    .project-tagline {
        font-size: 1rem
    }
}

.main-content {
    word-wrap: break-word
}

.main-content :first-child {
    margin-top: 0
}

.main-content img {
    max-width: 100%
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #159957
}

.main-content p {
    margin-bottom: 1em
}

.main-content code {
    padding: 2px 4px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: .9rem;
    color: #567482;
    background-color: #f3f6fa;
    border-radius: .3rem
}

.main-content ul {
    margin-top: 0
}

.site-footer {
    padding-top: 2rem;
    margin-top: 2rem;
    color: #f0f9ff;
    background-color: #282d32;
}

@media screen and (min-width:64em) {
    .site-footer {
        font-size: 1rem
    }
}

@media screen and (min-width:42em) and (max-width:64em) {
    .site-footer {
        font-size: 1rem
    }
}

@media screen and (max-width:42em) {
    .site-footer {
        font-size: .9rem
    }
}



.reveal {
    position: relative;
    transform: translateY(40px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.page-header {
    color: #fff;
    text-align: center;
    background-color: #159957;
    background-image: linear-gradient(120deg, #155799, #159957);
    background-size: contain;
}

blockquote cite {
    float: right;
}



blockquote {
    
    margin: 50px auto;

    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 80px;
    border-left: 8px solid #159957;
    line-height: 1.6;
    position: relative;
    background: #fffefe;
}

blockquote::before {

    content: "\201C";
    color: #159957;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

blockquote::after {
    content: '';
}

blockquote span {
    display: block;
    color: #333333;
    margin-top: 1em;
}








.navbar {
  background-color: transparent;
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, .08);
  overflow: hidden;

  text-align: center;
  display: flex;
  justify-content: space-around;
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar li {
  float: left;
}

.navbar li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: rgba(255, 255, 255, .7) !important;
}

.navbar li a:hover {
  background-color: rgba(255, 255, 255, 0);
}




footer {
  background-color: #dedede66;
  color: #fff;
  padding: 40px 0;
  box-shadow: 8px 4px 20px 1px rgb(0 0 0 / 39%)
}

.footer {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.footer-section {
  flex-basis: 30%;
}

.footer-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-section ul li a:hover {
  color: #ccc;
}

.social-links {
  margin-top: 10px;
}

.social-links a {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}

.social-links a:hover {
  color: #ccc;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #303941ab;
  text-shadow: 2px 2px 4px #00000052
}

.social-icons {
   display: flex;
   justify-content: space-around;
   padding: 30px;
}



social-icons a img {
    filter: brightness(0) invert(1)
}