body {
  font-family: "Lato", sans-serif;
  margin: 0px;
}

.container2 {
  padding-top: 130px;
}

.portfolio-items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.portfolio-item-wrapper {
  position: relative;
  user-select: none;
}

.portfolio-img-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  width: 100%;
}

.portfolio-img-background2 {
  background-image: url("/images/portfolio/portfolio44.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  width: 100%;
}

.img-text-wrapper {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.meniu_serv_btn  {
  display: block;
  position: fixed;
  bottom: 0;
  top: 1;
  left: 0;
  right: 1;
  padding: 10px;
  margin: 10px;
  border: 5px solid white;
  background-image: linear-gradient(to left, #ff3399, #0099ff);
  text-align: center;
  transition: 1s;
}

.meniu_serv_btn:hover {
  color: white;
  border-radius: 15px;
}

.meniu_serv_btn a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.img-text-wrapper .subtitle {
  transition: 1s;
  color: transparent;
}

.image-blur {
  transition: 1s;
  filter: brightness(10%);
}

.img-text-wrapper:hover .subtitle {
  color: lightseagreen;
}

#tbc:hover .subtitle {
  color: white;
}

#hp {
  position: fixed;
  bottom: 0;
  left: 1;
  right: 0;
  margin: 4px 8px 10px 50px;
}

#hp2 {
  position: fixed;
  bottom: 0;
  left: 1;
  right: 0;
  margin: 4px 60px 10px 50px;
}

.logo-wrapper {
  width: 80%;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.two-column-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.profile-image-wrapper img {
  width: 100%;
}

.profile-content-wrapper {
  padding: 30px;
}

.profile-content-wrapper h1 {
  color: lightseagreen;
}

.brand {
  text-transform: uppercase;
  user-select: none;
}

.blue {
  color: #00afef;
  font-weight: bold;
  padding-left: 10px;
}

.pink {
  color: #ec268f;
  font-weight: bold;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  background-color: #dddddd;
  color: #282828;
  padding: 20px;
  user-select: none;
}

.footer a {
  text-decoration: none;
  color: #282828;
}

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

.copy_foot {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  user-select: none;
}

.portfolio-img-background #to_be_cont {
  background-image: url('images/portfolio/portfolio44.jpg');
}

@media (max-width: 992px) {
  .container2 {
    padding-top: 97px;
  }
  .portfolio-items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .logo-wrapper {
    width: 100%;
    font-size: 12px;
  }
  .img-text-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .footer {
    grid-template-columns: 1fr;
    padding: 15px;
  }
  .portfolio-img-background2 {
    background-image: url("/images/portfolio/portfolio44b.jpg");
}

@media (min-device-width: 321px) and (orientation: landscape) {
  .portfolio-items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .logo-wrapper {
    width: 100%;
    font-size: 12px;
  }
  .img-text-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .portfolio-img-background2 {
    background-image: url("/images/portfolio/portfolio44b.jpg");
}
