@import url("//cdn.web-fonts.ge/fonts/bpg-extrasquare-mtavruli/css/bpg-extrasquare-mtavruli.min.css");
header{
  height: 100px;
  box-shadow: 0 4px 2px -2px #dadada;
}
.logo{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.content_link_heading{
  text-align: center;
  margin:25px;
  text-transform: uppercase;
  font-family: "BPG ExtraSquare Mtavruli", sans-serif;
}
.heading_container{
  margin:35px 0;
}
.content_img_1{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 367px;
  width:100%;
  background-image: url('../images/first_page/art2.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
.content_img_1:hover .content_img_plus{
  opacity: 1;
}
.content_img_1:hover::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  z-index: 1;
}
.content_img_2:hover .content_img_plus{
  opacity: 1;
}
.content_img_2:hover::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  z-index: 1;
}
.content_img_plus{
  opacity: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 15px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  z-index: 2;
}
.content_img_plus:hover{
  color: white;
  text-decoration: none;
}
.content_img_2{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 367px;
  width:100%;
  background-image: url('../images/first_page/art.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
.line_container{
  margin:80px 0;
}
.contact_info{
  font-size: 16px;
  font-family: "BPG ExtraSquare Mtavruli", sans-serif;
  text-transform: uppercase;

}
footer{
  margin-top: 75px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F3F3F3;
}
.copyright{
  color:#888888;
  text-align: left;
}
.created_by{
  text-align: right;
}
.location_container{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap: nowrap !important;
}
.phone_ful_container{
  align-items: center;
  display: flex;
  flex-direction: column;
}
.phone_container{
  display:flex;
  flex-direction:row;
  flex-wrap: nowrap  !important;
}
.email_container{
  display:flex;
  flex-direction:row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

@media only screen and (max-width: 776px) {
  .copyright{
    text-align: center !important;
  }
  .created_by{
    text-align: center;
    margin-top: 10px;
  }
  .email_container{
    justify-content: flex-start;
  }
  .phone_ful_container {
    flex-direction: row;
  }
}
