@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:wght@400;700&display=swap');

body {
  background-color: #fff;
}

h1 {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  color: #555;
  padding-top: 20px;
}

h2 {
  font-family: 'Asap Condensed', sans-serif;
}

p {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #555;
  padding: 20px 0;
}

p a {
  color: #000;
  font-weight: bold;
}

p a:hover {
  color: #000;
  font-weight: bold;
}

.navigation {
  border-top: #222 1px solid;
  border-bottom: #222 1px solid;
}

.logoname {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 28px;
  text-align: center;
  margin: 20px 0;
}

.logo {
  width: 100%;
  padding: 20px 0;
}

/* hover effect */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(0.15);
  -webkit-filter: brightness(0.15);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  opacity: 0;
}

.hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transform: translate3d(-50%,-50%,0) scale3d(1.2,1.2,1);
  transform: translate3d(-50%,-50%,0) scale3d(1.2,1.2,1);
}

.hovereffect h2, .hovereffect hr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
}

/* hover effect end */

/* isotope */

* { box-sizing: border-box; }

/* ---- button ---- */

.button {
  display: inline-block;
  padding: 10px;
  background: none;
  color: #555;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 14px;
  border: none;
}

.button.home {
  padding: 6px;
  font-size: 36px;
}

.button:hover {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.button:active,
.button:focus,
.button.is-checked {
  font-weight: bold;
  color: #000;
  outline: none !important;
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- isotope ---- */

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

/* isotope end */

.portfolio {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.portfolio-inner {
  padding: 20px;
}

.portfolio-img {
  padding: 0 0 20px;
}

.portfolio-nl-wrapper {
  padding: 0 36px;
}

.portfolio-nl {
  padding: 0;
}

.footer {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 20px;
  margin-top: 20px;
  padding: 10px 0;
  border-top: #222 1px solid;
  color: #555;
  text-align: center;
}

.footer a {
  color: #555;
}

.footer a:hover {
  color: #000;
}

.footer .row {
  padding: 10px 0;
}

.footer .fa {
  color: #555;
  padding-right: 8px;
}

@media (min-width: 576px) {
  .element-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .element-item {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .element-item {
    width: 25;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  p {
    font-size: 24px;
  }
  .hovereffect h2 {
    font-size: 18px;
  }
  .element-item {
    width: 25%;
  }
  .button {
    font-size: 18px;
  }
  .button.home {
    padding: 6px !important;
    font-size: 24px !important;
  }
}
