
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500|Open+Sans:400,600|Roboto+Slab:300,400|Alfa+Slab+One');

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

Primary style

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

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

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

body {
  font-size: 100%;
  color: #333;
  background: linear-gradient(120deg, #efefef 0%, #ddd 50%, #ccd6d9 90%);
  font-family: "Open Sans", sans-serif;
  position: relative;
}

img {
  max-width: 100%;
}

h1 {
  font-family: "Alfa Slab One", serif;
  /*font-weight: 100;*/
  font-size: 200px;
  color: #332e36;
  /*text-shadow: 1px 1px 10px rgba(0,0,0, 0.75);*/
  line-height: 90%;
  padding-top: 50px;
}

h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-botom: 20px;
}

h4 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

section {
  margin-bottom: 60px;
  margin-left: 60px;
}


a:link {
  text-decoration: none;
  color: #279ed1;
}

a:visited {
  color: #13866a;
}

a:hover {
  color: #cdc621;
  text-decoration: underline;
}

a:active {
  color: lightcoral;
}


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

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

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

Main components

-------------------------------- */
header {
  height: 200px;
  /*line-height: 200px;*/
  text-align: center;
  /*background: linear-gradient(#000, transparent 40%),
  url(https://scontent.fsnc1-1.fna.fbcdn.net/v/t1.0-9/17626136_1291648214249969_3754976679343491885_n.jpg?oh=3679aec70f9a0ae4fd36843b9b079262&oe=5A922D49) no-repeat center;
  background-size: cover;*/
  padding-top: 20px;
  margin-bottom: 200px;
}

footer {
  text-align: left;
  background: #332e36;
  background-size: cover;
}

hr {
  width: 100%;
  border: none;
    height: 2px;
    background-color: #c4cfd2;
    box-shadow: 0 1px 2px #dedede;
}

.title {
  color: #332e36;
  display: block;
  font-family: "Alfa Slab One", serif;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 60px;
  padding-top: 0;
}

.cd-timeline__section {
  position: relative;
  margin: 4em auto;
}
.cd-timeline__section::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  background: linear-gradient(#e1e2e3 0%, #d0cdcd 50%, #ededed 90%);
}
.cd-timeline__section--borderless:before {
  display: none;
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.cd-timeline-img.cd-picture {
  background: #434343;
}
.cd-timeline-img.cd-snow {
  background: #56C0EE;
}
.cd-timeline-img.cd-halloween {
  background: #d46810;
}
.cd-timeline-img.cd-star {
  background: #d0c103;
}
.cd-timeline-img.cd-celebrate {
  background: #4404a1;
}
.cd-timeline-img.cd-pizza {
  background: #eb0000;
}
.cd-timeline-img.cd-paint {
  background: #0f4e6c;
}
.cd-timeline-img.cd-launch {
  background: #01b654;
}
.cd-timeline-img.cd-curling {
  background: #5cbad7;
}
.cd-timeline-img.cd-survey {
  background: #4e7a7a;
}
.cd-timeline-img.cd-pot {
  background: #775a2a;
}
.cd-timeline-img.cd-shovel {
  background: #169b88;
}
.cd-timeline-img.cd-tree {
  background: #078110;
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 2px #dedede;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
  font-size: 24px;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
}
.cd-timeline-content .cd-date {
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
}
.cd-timeline-content .cd-date {
  color: #999;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  background: #247ba0;
  border-radius: 0.25em;
  color: white;
  display: inline-block;
  float: right;
  padding: .8em 1em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #1e5a74;
  text-decoration: none;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/*Additional Elements*/

.mt--small {
  margin-top: 10px; }

.mb--small {
  margin-bottom: 10px; }

.mb--xsmall {
  margin-bottom: 5px; }

.mb--medium, .callout {
  margin-bottom: 20px; }

.mb--large {
  margin-bottom: 40px; }

.no-margin {
  margin: 0; }

.padding--small {
  padding: 10px; }

.featured-img {
  display: block;
  border: #ececec 1px solid;
  border-radius: 3px;
  box-shadow: 0 2px 1px #dedede;
  margin: 0 auto;
  padding: 20px;
}

.instagram-media {
  margin: 1px auto 12px !important;
}

.articles-container {
  width: 100%;
}

.cards {
  padding: 20px;
  margin: 20px;
}

.feature-tile {
  display: block;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  transition: all 200ms ease-out; }
  .feature-tile:hover {
    -webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.3); }
  .feature-tile:link, .feature-tile:visited, .feature-tile:hover, .feature-tile:active {
    color: #000; }

.feature-tile__body {
  padding: 20px 30px;
}


.container-thanks {
  background: url("/2017/img/team-tree-decorating.jpg") no-repeat;
  background-position: 50% 30%;
  background-size: cover;
  padding: 400px 60px 20px;
  line-height: 1.2;
  color: #fff;
  width: 100%;
  position: relative;
}

.container-thanks:before {
  background: rgba(0,0,0,.6);
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;

}

.container-footer {
  background-color: #262526;
  position: relative;
  line-height: 40px;
  padding: 40px 60px;
  text-align: center;
  margin-top: 5px;
}

.container-footer__right {
  margin-top: 10px;
  text-align: center;
}

.pull-right {
  float: right;
  padding-right: 40px;
  font-size: 14px;
  color: #c1c1c1}

.text-center {
  text-align: center;
}
.pull-left {
  float: left; }

.clear {
  clear: both; }

.footer-copy {
  color: #c3c3c3;
  font-size: 16px;
}

ul .list-inline {
  text-transform: uppercase;
  display: inline;
  list-style-type: none;
  padding: 20px;
  margin: 10px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}


/*.instagram-media {
  background: #FFF;
  border:0;
  border-radius:3px;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
  margin: 1px;
  max-width: 658px;
  padding: 0;
  width: 99.375%,  -webkit-calc(100% - 2px);
  width: c alc(100% - 2px);
}*/

@media only screen and (min-width: 1170px) {
  header {
    height: 400px;
  }

  .cd-timeline__section {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .cd-timeline__section::before {
    left: 50%;
    margin-left: -2px;
  }

  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }

  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }

  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }

  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    background: none;
    color: #333;
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    padding: .8em 0;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
/*
@media only screen and (max-width: 975px) {
  header {
    height: 300px;
  }
  h1 {
    line-height: 90%;
    font-size: 200px;
    padding: 40px 0;
  }
  .title {
    font-size: 50px;
  }
}*/



@media only screen and (min-width: 768px) {
  header {
    height: 300px;
  }
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .container-footer__left,
  .container-footer {
    text-align: left;
  }
  .container-footer__right {
    margin-top: 0;
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  header {
    height: 200px;
    margin-top: 0;
    margin-bottom: 0;
  }
  h1 {
    font-size: 110px;
  }
  .title{
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .feature-tile__body,
  .container-footer,
  .container-thanks,
  .cd-timeline-block,
  #articles h2 {
    text-align: center;
  }
  h1 {
    font-size: 110px;
  }
  h1 span {
    display: block;
  }

  h2 {
    font-size: 24px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .title{
    font-size: 28px;
  }
  .cd-timeline-block {
    padding-top: 60px;
  }
  .cd-timeline-img {
    left: 50%;
    margin-left: -20px;
  }
  .cd-timeline-content {
    margin-left: 0;
  }
  .cd-timeline-content:before {
    border-right-color: transparent;
    border-bottom-color: white;
    top: -14px;
    right: 50%;
    margin-right: -7px;
  }
  .cd-timeline__section {
    margin: 2em auto;
  }
  .cd-timeline__section:before {
    display: none;
    left: 50%;
    margin-left: -1px;
  }
  .featured-img {
    padding: 3px;
  }
  .cd-timeline-content .cd-read-more {
    float: none;
  }
  .cd-timeline-content .cd-date {
    display: block;
    margin: 20px 0 0;
  }
  #articles {
    margin-top: 2em;
  }
  .cards {
    margin-top: 0;
    padding: 0;
  }
  .cards .col-sm-4 {
    padding: 0;
  }
  .container-thanks {
    padding: 30px 20px;
  }
}
