/*   padding: top  left   bottom  */




@media screen and (max-width: 800px) {
.grid-container {display:block;}
}




@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
	
    float: left;
    display: block;

  }
}


/*menuye basildiktan sonra ne yaptigi */
@media screen and (max-width: 800px) {

  .topnav {
    z-index:4;
    position: fixed;
    top: 0px;
    right: 0px;
    overflow: hidden;
    background-color: #333;
  }

  .topnav.responsive {
	position: fixed;

  }
  .topnav.responsive .icon {
	
    position: relative;
    top: 0px;
    font-size:25px;
  }

/* MENUNUN OZELLIKLERI */
  .topnav.responsive a {
    float: left;
    font-size:14px;
    display: block;
    text-align: left;
  }

}  


 /* Turn off parallax scrolling for tablets and phones */
 
@media only screen and (max-device-width: 1024px) {
 
   .bgimg-1, .bgimg-2, .bgimg-3 {
   background-attachment: ;

   }
}


