﻿body{background-color:#c3e8e0;
}
a {font-size:20px;
}
.pilnekrana_kubiks {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 1; /* Sit on top */
 left: 0;
 top: 0;
 width: 100%;
}
#demo{clear:both;
}
#izstrade {
font-size:30px;
color:#959595;
text-align:center;
position:relative;
top:200px;
}
img {
  width: 100%;
  height: auto;
}
.menu {
	overflow:hidden;
	background-color: #959595;
    color: #c3e8e0;
}

.menu a {
  float: left;
  text-align: center;
  display: block;
  padding: 14px;
  text-decoration: none;
  color: #c3e8e0;
}
.menu .icon {
  display: none;
}

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

@media screen and (max-width: 600px) {
  .menu.responsive {position: relative;}
  .menu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.menu a:hover {
   color: #fff899;
}

.menu a.active {
    background-color: #959595;
}