/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    margin: 8px;
  }
}


/* Add a black background color to the top navigation */
.topnav {
  max-width: 1720px;
  width: 100%;
  display: flex;
  background-color: transparent;
  color: black;
  font-size: 10px;
  border: none;
  font-weight: bolder;
 flex-wrap: wrap;
align-items: center;
  overflow: hidden;
  justify-content: space-evenly;
 

}

/* Style the links inside the navigation bar */
.topnav a {
    display: flex;
  float: left;
  display: block;
  color: black;
  text-align: center;


  text-decoration: none;
  font-size: 17px;
  align-items: center;

}

/* Change the color of links on hover */
.topnav a:hover {
  
  color: #e40613;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.header img{
  max-width: 160px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
 
}
.header{
  max-width: 1920px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
 flex-wrap: wrap;
margin-bottom: 20px;
 background-color: #ffffff;
 color: black;

}



.active{
  justify-content: space-around;
  padding: 20px;

}

.topnav .active:hover{
  color: #e40613;
}
  .container {
    position: relative;
    max-width: 1920px; /* Maximum width */
    margin: 0 auto; /* Center it */
  }
  


  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }
 .galery h1{
   margin: auto;
   text-align: center;
   color: #e40613;
   font-weight: bolder;
align-items: center;
   height: 150px;
   padding-top: 20px;


 }

 .galery{
   display: flex;
 max-width: 250px;
 width: 100%;
 margin: auto;
 color: #e40613;

 }

 .galery hr{
   height: 50px;
   margin: 7px;
 }

 .galery h2{
   padding-top: 5px;
   }


   .footer{
    max-width: 1236px;
    width: 100%;
    display: flex;
    color: white;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap-reverse;
    padding-top: 25px;
    padding-bottom: 20px;
}
.footerInfo{
  padding: 15px;
  margin: 20px;
}

.footer .footerInfo i{
 margin-right: 5px;
}
.sitemap{
  max-width: 500px;
  width: 100%;
    display: flex;
    color: white;
    padding: 15px;
    margin: 20px;
    flex-wrap: wrap;
}
.sitemapText{
  padding: 15px;
  margin: 20px;
  color: white;
}
.footer a{
  color: white;
  text-decoration: none;
}
.sitemap hr{
  margin: 12px;
}
.footer hr{
    max-width: 1px;
    width: 100%;
    height: auto;
    background-color: gray;
    color: gray;
}

.Vıdeo{
  justify-content: space-evenly;
 
  align-items: center;
display: flex;
flex-wrap: wrap;
padding: 15px;
}