html, body {
  height: 100%;
  margin: 0;
  margin-top: 45px;
  background-color: #000000;
  }

  .menu {
    height: 100%;
    width: 25%;
    background: #2d2d2d;
    display: inline-table;
    position: fixed;
    padding-top: 15%;
    color: white;
    padding-top: 15%;
}
  
  .feed{
    height: 100%;
    width: 75%;
    float: right;
  }

  span#adres {
    font-family: sans-serif;
    font-size: 160%;

}
.adres {
    padding-left: 28%;
    margin-top: 20px;
}
span.tel {
  font-size: 38px;
 
}
article {
  columns: 3;
  }
  section {
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: -11px;
  }
  .images img{
  width: 100%;
  /* box-shadow: 0px 0px 5px 0px #5a5a5a; */
  }	

  ::-webkit-scrollbar {
    display: none;
}
img.img_top_menu {
  height: 64px;
}
#element::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar {
  display: block;
}

#element {
  scrollbar-width: none;
}






.container
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15%;
}
.btn
{
    width: 60px;
    height: 60px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2em;
    margin-right: 1em;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 10px;
}
i.fa
{
    font-size: 44px;
}
#fb
{
  color: #48a54c;
  text-shadow: 0 0 30px #48a54c;
}
#ig
{
    color: #ff5f40;
    text-shadow: 0 0 30px #ff5f40;
}
#tw
{
    color: #00acff;
    text-shadow: 0 0 30px #00acff;
}
.btn.fb-btn
{
    box-shadow: 0 20px 20px -17px #48a54c;
}
.btn.fb-btn:hover
{
    transform: scale(1.2);
    box-shadow: 0 30px 45px -15px #48a54c;
}
.btn.ig-btn
{
    box-shadow: 0 20px 20px -17px rgba(255,16,39,0.5);
}
.btn.ig-btn:hover
{
    transform: scale(1.2);
    box-shadow: 0 30px 45px -15px rgba(255,16,39,0.57);
}
.btn.tw-btn
{
    box-shadow: 0 20px 20px -17px rgba(0,255,255,0.53);
}
.btn.tw-btn:hover
{
    transform: scale(1.2);
    box-shadow: 0 30px 45px -15px rgba(0,111,255,0.6);
}

.logo {
  padding-left: 10%;
}


@media (max-width:800px) { 
  .menu {         
  display:none !important;     
  } 

  .btn{
    margin-left: 0em; 
    margin-right: 0em;
  }
  .top_menu{
    position: fixed;
      /* margin: 45px; */
      top: 0;
      left: 0;
      right: 0;
      height: 88px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      align-items: center;
      background-color: #2d2d2d;
  }
  .feed{
    width: 98%;
    float: unset;
    
  }
  article {
    columns: 1;
    }
    .top_logo {
      padding-top: 2%;
      float: left;
  }
section{
  margin-left: 0px;
}
.btn.ig-btn {
  box-shadow: 0 20px 20px -17px rgb(255 16 39 / 50%);
  float: left;
  
}
.btn.fb-btn {
  box-shadow: 0 20px 20px -17px #48a54c;
  float: left;
 
}
}

.btn.tw-btn {
  box-shadow: 0 20px 20px -17px rgb(0 255 255 / 53%);
  
}


@media (min-width:800px) {
  .top_menu{
    display: none;
  }
  html, body {
    height: 100%;
    margin: 0;
    margin-top: 0px !important;
    background-color: #000000;
}
}


.top_logo{
  display: inline-table;
 
}

