* {
  box-sizing: border-box;
}

.zri{color: white; font-size: 40px; letter-spacing: -6px;  font-weight: bold; text-indent: 50px; padding: 50px 0 0 0; margin: 0; text-shadow:
		-1px -1px 0 #000,
		-1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;"
}

.seg {font-family: verdana; color: beige; font-size: 12px; word-spacing: 8px; font-weight: bold; padding: 0 0 0 0px
}

.mail {unicode-bidi:bidi-override; direction: rtl; }

.span {margin: 0 0 0 0px; color: lightblue; font-size: 11px; word-spacing: 2px; align: right}


A {font-size: 15px; word-spacing: 10px; font-weight: normal; text-indent: 15px; TEXT-DECORATION: none
}
A:hover {
	BACKGROUND-COLOR: #1c2f2f
}


h1{ font-size: 16px; border-bottom: 1px beige dotted; color: beige}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "verdana", sans-serif;
}

body {background-image: url(img/haa.jpg); }

.header {
background-image: url(img/btkfej.jpg); background-repeat: no-repeat;
  color: #ffffff;
  padding: 15px;
}


.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #2f4f4f;
  color: beige;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
line-height: 105%}


.menu li:hover {
  background-color: #395f5f;
}

.menu a {color: beige}
.menu h2 {line-height:5%; text-align: right }
.aside {
  background-color: none;  background-repeat: no-repeat; height: 426px;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
 
}

.footer {background-image: url(img/btkfej01.jpg); background-repeat: no-repeat; background-color: none;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px; height:140px;
}

/* For desktop: */
  .col-1 {width: 8%;}
  .col-2 {width: 60%;}
  .col-3 {width: 21%;}
  

 

@media only screen and (max-width: 760px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}