@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Roboto", Arial, serif;
  line-height: 1.8;
  font-size: 16px;
  background: #dacdb6;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}
body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  color: #2da9d7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #2da9d7 !important;
}
a:active, a:focus {
  outline: none;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 15px;
  color: #848484;
  font-family: "Roboto", Arial, serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-family: "Roboto", Arial, serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}
 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #2da9d7;
}

::-moz-selection {
  color: #fcfcfc;
  background: #2da9d7;
}

::selection {
  color: #fcfcfc;
  background: #2da9d7;
}

#fh5co-header {
  padding-top: 40px;
  margin-bottom: 30px;
}
#fh5co-header #fh5co-logo img {
  max-width: 50%;
}
#fh5co-header nav {
  padding-top: 20px;
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0;
}
#fh5co-header nav ul li {
  padding: 0;
  margin: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  list-style: none;
  font-size: 15px;
}
#fh5co-header nav ul li a {
  color: #999999 !important;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  #fh5co-header nav ul li a {
    padding: 5px;
  }
}
#fh5co-header nav ul li a:hover, #fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
  color: #000 !important;
  text-decoration: none;
  outline: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: line-through !important;
  color: black !important;
}

.fh5co-projects-feed, .footer-content {
  margin: 0 auto;
  max-width: 1400px;
}

.fh5co-projects-feed .fh5co-project {
  float: left;
  margin: 20px 20px 20px;
  width: 290px;
}
@media screen and (max-width: 480px) {
  .fh5co-projects-feed .fh5co-project {
    margin: 10px 10px 10px;
  }
}
.fh5co-projects-feed .fh5co-project > a {
  display: block;
  text-align: center;
}
.fh5co-projects-feed .fh5co-project > a img {
  margin-bottom: 30px;
}
.fh5co-projects-feed .fh5co-project > a h2 {
  font-size: 14px;
  color: #999999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-projects-feed .fh5co-project > a:hover h2, .fh5co-projects-feed .fh5co-project > a:active h2, .fh5co-projects-feed .fh5co-project > a:focus h2 {
  color: #000;
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  transition-property: left, right, top;
}

.page-content {
  margin: 0 auto;
  max-width: 620px;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.page-content img {
 float: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .page-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-content .mb0 {
  margin-bottom: 0;
}
.page-content .meta {
  margin-bottom: 20px;
}
.page-content .meta span {
  color: #bfbfbf;
}
.page-content .meta a {
  color: #bfbfbf;
}
.page-content .meta a:hover, .page-content .meta a:active, .page-content .meta a:focus {
  color: #000 !important;
}
@media screen and (max-width: 480px) {
  .page-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#fh5co-footer {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #999999;
}
#fh5co-footer a {
  color: #bfbfbf;
}
#fh5co-footer a:hover, #fh5co-footer a:active, #fh5co-footer a:focus {
  color: #000 !important;
}
#fh5co-footer .social {
  margin-top: 20px;
}
#fh5co-footer .social a {
  padding: 10px;
  color: #999999 !important;
}
@media screen and (max-width: 480px) {
  #fh5co-footer .social a {
    padding: 5px;
  }
}
#fh5co-footer .social a:hover, #fh5co-footer .social a:active, #fh5co-footer .social a:focus {
  color: #000 !important;
}

.square {
  list-style: square;
}

.pt70 {
  padding-top: 70px;
}
@media screen and (max-width: 480px) {
  .pt70 {
    padding-top: 30px;
  }
}

.pb70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .pb70 {
    padding-bottom: 30px;
  }
}
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='60' height='120' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(240,6.7%,17.6%,1)'/><path d='M3.78 59.68c-.63 0-1.25.12-1.88.32-1.25.4-1.9 1.05-1.9 1.9 0 .85.4 1.65 1.25 2.5l2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5c.85.85 1.9 1.45 3.15 1.9 1.25.45 2.5.4 3.75 0a7.72 7.72 0 003.15-1.9l2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 1.2-1.2v-7.6l-1.2-1.2-2.5-2.5-2.5-2.5c-.85-.85-1.65-1.25-2.5-1.25-.85 0-1.65.4-2.5 1.25l-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5c-.85.85-1.65 1.25-2.5 1.25-.85 0-1.65-.4-2.5-1.25l-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5A8.31 8.31 0 005.65 60a5.33 5.33 0 00-1.87-.32zM60 61.53c-.03.12-.05.24-.05.37 0 .17.02.33.05.49zM0 73.1v7.6l1.3-1.3c.85-.85 1.25-1.65 1.25-2.5 0-.85-.4-1.65-1.25-2.5zm6.25 32.55c-.85 0-1.65.4-2.5 1.25l-2.5 2.5c-.85.85-1.25 1.65-1.25 2.5 0 .85.65 1.45 1.9 1.9 1.25.45 2.7.65 4.4.65 1.65 0 3.15-.2 4.4-.65 1.25-.45 1.9-1.05 1.9-1.9 0-.85-.4-1.65-1.25-2.5-.95-.85-1.75-1.65-2.6-2.5-.85-.85-1.65-1.25-2.5-1.25z'  stroke-width='1' stroke='none' fill='hsla(47,80.9%,61%,1)'/><path d='M31.15 4.35c-1.55.05-3.05.25-4.3.65s-1.9 1.05-1.9 1.9c0 .85.4 1.65 1.25 2.5l2.5 2.5c.85.85 1.65 1.25 2.5 1.25.85 0 1.65-.4 2.5-1.25l2.5-2.5c.85-.85 1.25-1.65 1.25-2.5 0-.85-.65-1.45-1.9-1.9-1.25-.4-2.7-.65-4.4-.65zM8.72 24.7c-.62 0-1.25.1-1.87.3a7.73 7.73 0 00-3.15 1.9l-2.5 2.5L0 30.6v10.05l1.25-1.25 2.5-2.5c.85-.85 1.65-1.25 2.5-1.25.85 0 1.65.4 2.5 1.25l2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5c.85.85 1.65 1.25 2.5 1.25.85 0 1.65-.4 2.5-1.25l2.5-2.5c.85-.85 1.25-1.65 1.25-2.5 0-.85-.4-1.65-1.25-2.5l-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5A8.31 8.31 0 0010.6 25c-.63-.2-1.25-.3-1.88-.3zM60 30.5l-1.35 1.35-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5c-.85.85-1.25 1.65-1.25 2.5 0 .85.65 1.45 1.9 1.9 1.3.45 2.55.45 3.8 0a7.73 7.73 0 003.15-1.9l2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5L60 40.6zM31.25 64.4c-1.65 0-3.15.2-4.4.65-1.25.45-1.9 1.05-1.9 1.9 0 .85.4 1.65 1.25 2.5l2.5 2.5c.85.85 1.65 1.25 2.5 1.25.85 0 1.65-.4 2.5-1.25l2.5-2.5c.85-.85 1.25-1.65 1.25-2.5 0-.85-.65-1.45-1.9-1.9a12.54 12.54 0 00-4.3-.65zM8.72 84.68A7.73 7.73 0 003.7 86.9l-2.5 2.5L0 90.6v10.05l1.25-1.25 2.5-2.5c.85-.85 1.65-1.25 2.5-1.25.85 0 1.65.4 2.5 1.25l2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5c.85.85 1.65 1.25 2.5 1.25.85 0 1.65-.4 2.5-1.25l2.5-2.5c.85-.85 1.25-1.65 1.25-2.5 0-.85-.4-1.65-1.25-2.5l-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5A8.31 8.31 0 0010.6 85a5.36 5.36 0 00-1.88-.32zM60 90.5l-1.35 1.35-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5c-.85.85-1.25 1.65-1.25 2.5 0 .85.65 1.45 1.9 1.9 1.25.45 2.55.45 3.8 0a7.73 7.73 0 003.15-1.9l2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5L60 100.6z'  stroke-width='1' stroke='none' fill='hsla(4.1,89.6%,58.4%,1)'/><path d='M1.9 0C.65.4 0 1.05 0 1.9c0 .85.4 1.65 1.25 2.5l2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5c.85.85 1.9 1.45 3.15 1.9a6 6 0 003.75 0 7.72 7.72 0 003.15-1.9l2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 1.2-1.2v-7.6l-1.2-1.2-2.5-2.5-2.5-2.5c-.85-.85-1.65-1.25-2.5-1.25-.85 0-1.65.4-2.5 1.25l-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5-2.5 2.5c-.85.85-1.65 1.25-2.5 1.25-.85 0-1.65-.4-2.5-1.25l-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5-2.5A8.31 8.31 0 005.65 0zM60 1.53c-.03.12-.05.24-.05.37s.03.26.05.38zM0 13.1v7.6l1.3-1.3c.85-.85 1.25-1.65 1.25-2.5 0-.85-.4-1.65-1.25-2.5zm6.25 32.55c-.85 0-1.65.4-2.5 1.25l-2.5 2.5C.4 50.25 0 51.05 0 51.9c0 .85.65 1.45 1.9 1.9 1.25.4 2.7.65 4.4.65 1.65 0 3.15-.2 4.4-.65 1.25-.4 1.9-1.05 1.9-1.9 0-.85-.4-1.65-1.25-2.5-.95-.85-1.75-1.65-2.6-2.5-.85-.85-1.65-1.25-2.5-1.25zm-2.47 74.03c-.63 0-1.25.12-1.88.32h3.75a5.33 5.33 0 00-1.87-.32z'  stroke-width='1' stroke='none' fill='hsla(47,80.9%,61%,1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(-64,0)' fill='url(%23a)'/></svg>")
/*# sourceMappingURL=style.css.map */
