@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700|Roboto:300,400,700");
/*
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
*/
/*
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
*/
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url("../fonts/fa/fa-regular-400.eot");
  src: url("../fonts/fa/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa/fa-regular-400.woff2") format("woff2"), url("../fonts/fa/fa-regular-400.woff") format("woff"), url("../fonts/fa/fa-regular-400.ttf") format("truetype"), url("../fonts/fa/fa-regular-400.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url("../fonts/fa/fa-brands-400.eot");
  src: url("../fonts/fa/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa/fa-brands-400.woff2") format("woff2"), url("../fonts/fa/fa-brands-400.woff") format("woff"), url("../fonts/fa/fa-brands-400.ttf") format("truetype"), url("../fonts/fa/fa-brands-400.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Scss Document */


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-page .scroll-down {
  margin-left: -160px; 
  margin-bottom: 80px;
}

.portfolio-content {
  position: relative;
  margin-bottom: 0px; }

.portfolio-content figure {
  margin: 0; }
  .portfolio-content figure img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%; }
.portfolio-content .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  font-family: 'Poppins', sans-serif;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s; }
.portfolio-content:hover .entry-content {
  visibility: visible;
  opacity: 1; }
.portfolio-content h3 {
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 500; }

.home-page .portfolio-content h3 {
  font-size: 2.25rem; }

.portfolio-content h3 a {
  color: #191919;
  text-decoration: none; }
.portfolio-content ul {
  padding: 0;
  margin: 10px 0 0;
  list-style: none; }
.portfolio-content li {
  margin: 0 3px; }
  .portfolio-content li a {
    font-size: 0.875rem;
    color: #a6a6a6; }

@media screen and (min-width: 768px) {
  .home-page {
    padding: 0; }
    .home-page .portfolio-content {
      margin-bottom: 0; } }
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #2d3338; }

.text-black {
  color: #2d3338; }

p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem; }

h1,
h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 300; }

h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem; }

h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700; }

.app-name {
  font-family: "Poppins", sans-serif; }

.Primary {
  color: #8aa18f; }

.background-banner {
  background: #b1d0d5; }

/* Scss Document */
