@font-face {
 font-family: "Roboto";
 src: url("../Font/Roboto-Regular.ttf");
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: "Roboto";
 src: url("../Font/Roboto-Bold.ttf");
 font-weight: bold;
 font-style: normal;
}

@font-face {
 font-family: "Roboto";
 src: url("../Font/Roboto-Italic.ttf");
 font-weight: normal;
 font-style: italic;
}

@font-face {
 font-family: "Roboto";
 src: url("../Font/Roboto-BoldItalic.ttf");
 font-weight: bold;
 font-style: italic;
}

div {
 font-family: Roboto;
 font-size: 1.4vw;
}

.menuu, .allmenuu {
 background-color: #FFFFFF;
 min-height: 17vw;
 width: 100%;
}

.sonad {
 list-style-type: none;
 display: flex;
 flex-wrap: wrap;
 margin: 20px;
 padding: 35px;
 padding-left: 5%;
 padding-right: 5%;
 background-color: #FFFFFF;
 border-radius: 6px;
 box-shadow: 10px 7px 7px 3px rgba(0,0,0,0.3);
}

.sonad div {
 font-size: 3cqw;
 padding-top: 25px;
 padding-bottom: 50px;
 text-align: center;
 width: 100%;
 color:#333333;
 font-family: Roboto;
 font-weight: bold;
}

.sonad li {
 width: 33%;
}

.sonad li a {
 text-align: center;
 background-color: #006633;
 padding: 7px;
 margin: 15px;
 margin-right: 7em;
 font-size: 1.2cqw;
 font-family: Roboto;
 display: block;
 text-decoration: none;
 transition: background-color 0.6s;
 border-radius: 9px;
 box-shadow: 5px 4px 6px 3px rgba(0,0,0,0.15);
 color: #F6F6F6;
}

.sonad li a:hover {
 background-color: #333333;
 cursor:pointer;
}

.allmenuu {
 background-color: #006633;
}

.allmenuu .osa {
 float: left;
 width: 26%;
  padding-left: 4.5vw;
  padding-right: 0.2vw;
  padding-top: 1.6vw;
  padding-bottom: 0.5vw;
 color: white
}

.allmenuu .osa div {
 font-size: 1.3vw;
}


.allmenuu a { color: white}

.menuu img {
 float: left;
 padding-top: 14px;
 padding-bottom: 6px;
}


.menuu ul {
 position: relative;
 z-index: 1;
 box-shadow: 0 7px 16px 8px rgba(0,0,0,0.4);
 color: white;
 font-family: Roboto;
 list-style-type: none;
 margin:0;
 padding: 11px;
 padding-top: 19px;
 overflow: auto;
 background-color: #006633;
}

.menuu li {
 float: left;
}

.menuu li a {
 display: block;
 padding: 8px;
 padding-right: 24px;
 color: white;
 text-align: center;
 text-decoration: none;
 transition: background-color 0.6s, color 0.6s;
 border-radius: 14px;
}

.menuu li a:hover {
 background-color: #FFFFFF;
 color: #006633;
 cursor:pointer;
}

body {
 margin: 0;
 background-color: #F6F6F6;
}

.alamPiltJaTekst {
 position: relative;
 text-align: center
}

.alamPiltJaTekst div {
 color: #FFFFFF;
 position: absolute;
 top: 93%;
 left: 50%;
 transform: translate(-50%, -50%)
}