.header {
    line-height: 3;
    color: white;
    background-position: auto;
  }
  
  .info {
    margin: 1%;
  }
  
  .row_3 {
    display: flex;
    align-items: center;
    margin-left: 23%;
  }
  
  .col_3 {
    width: 20%;
    font-size: 80%;
    display: flex;
    align-items: center;
  }
  
  .col_3 i {
    margin-right: 3%;
  }
  
  .col_4 {
    width: auto;
    text-align: right;
    margin-left: 3%;
  }
  
  
  .tablink:hover {
  /* background-color: #ccc; */
  color:#868686;
  font-size: 20px;
  }
  
  
  /* TEKST boja */
  .t_1 {
    color: #f49d2b;
    /* color: #fefefe; */
  }
  
  .t_2 {
    color: #fefefe;
  }
  
  .slik {
    width: 40%;
    height: 40%;
    padding:2%;
  }
  
  /* VRTESHTO LOGO */
  
  
  #loader {
  
       position: relative; 
  
     border: 5px solid transparent;
    border-top: 5px solid #c7c6c4;
    border-left: 5px solid #c7c6c4;
    border-right: 5px solid #c7c6c4;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    /* background-image: url('img/logomobile1.png'); */
    background-size: cover;
    background-repeat: no-repeat;
      content: "";
    position: absolute;
    top: 38%;
    left: 41%;
    transform: translate(-50%, -50%);
     z-index: 1,25;
    width: 330px;
    height: 330px;
     margin: -50px 0 0 -50px; 
     border-radius: 50%;
     line-height: 1.00;
   
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; 
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(0deg); }
   
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    0% { transform: rotate(0deg); }
    
  }
  #loader1 {
    position: relative; 
  
    border: 5px solid transparent;
   border-top: 5px solid #c7c6c4;
   border-bottom: 5px solid #c7c6c4;
   border-right: 5px solid #c7c6c4;
   border-radius: 50%;
   animation: spin 3s linear infinite;
   background-size: cover;
   background-repeat: no-repeat;
     content: "";
   position: absolute;
   top: 40.7%;
   left: 42.1%;
   transform: translate(-50%, -50%);
    z-index: 1,25;
   width: 300px;
   height: 300px;
    margin: -50px 0 0 -50px; 
    border-radius: 50%;
    line-height: 1.00;
  
   -webkit-animation: spin 3s linear infinite;
   animation: spin 3s linear infinite; 
  }
  
  @-webkit-keyframes spin {
   0% { -webkit-transform: rotate(0deg); }
   0% { -webkit-transform: rotate(0deg); }
  
  }
  
  @keyframes spin {
   0% { transform: rotate(0deg); }
   100% { transform: rotate(360deg); }
  
  }  
  #imgLogo{
    margin-top: 15%;
   margin-left: 25%;
    width: 50%;
    height: 50%;
    /* margin-top: 200px;
    margin-left: 600px ; */
   
     
  }
  /* KRAJ PRELOADER */
  
  /* header sliki*/
  /* Стилове за останалите линкове */
  .tablink {
  cursor: pointer;
  }
  
  
  
  /* Фонови изображения за всяка страница */
  #home {
  background-image: url('./img/heder_top.jpg');
  }
  
  #logos {
  background-image: url('./img/logos.jpg');
  }
  
  
  #logo_video {
  background-image: url('./img/logo_videos.jpg');
  }
  
  #mockups {
  background-image: url('./img/mockups.jpg');
  }
  
  #pictures {
  background-image: url('./img/pictures.top.jpg');
  }
  
  #videos {
  background-image: url('./img/videos.jpg');
  }
  
  #mobiles {
  background-image: url('./img/mobiles.jpg');
  }
  
  #web {
  background-image: url('./img/web.jpg');
  }
  
  #about_me {
    background-image: url('./img/about_me.jpg');
    }
  /* Стилове за хедъра */
  .header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-image 0.5s ease-in-out;
  }
  
  /*kraj header sliki*/
  
  /* Footer slika*/
  .classic-footer__columns{
  opacity: 100%;
  }
  
  
  /* kraj footer slika */
  
  
  
  /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
  @media (max-width: 800px) {
  .row {
    flex-direction: column-reverse;
  }
  .col-25 {
    margin-bottom: 20px;
  }
  }
  
  .naslov{
  color: #ffa838;
  text-align: center;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 60px;
  }
  
  
  /* Style the video */
  #myVideo {
   
    right: 0;
    bottom: 0;
    width: 40%;
    min-height: 40%;
  }
  .vidi {
    width: 40%;
    height: 40%;
  }
  /* kraj video */