@font-face {
  font-family: 'Levenim MT';
  font-style: normal;
  font-weight: normal;
  src: local('Levenim MT'), url('../ufonts.com_levenim-mt.woff') format('woff');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Levenim MT', Helvetica, sans-serif;
}

body {
  width: 99%;
  margin: auto;
  background-image: url("../photographies/3.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #484848;
}

header {
  width: 85%;
  min-height: 150px;
  margin: auto;
}

header ul {
  list-style-type: none;
  background: white;
  width: 100%;
  min-height: 70px;
  border: 1px solid #bbb;
}

header a {
  width: 25%;
}

header li {
  float: left;
  border-right: 1px solid #bbb;
  width: 25%;
  height: 68px;
  text-align: center;
  color: #484848;
  font-weight: bolder;
  padding: 2% 0;
}

header li:hover {
  color: white;
  background: #00d228;
}

#headline {
  text-align: center;
}

#menu {
  display: none;
}

.mail-media {
  position: relative;
  bottom: -20px
}

.mail-media h3 {
  margin-bottom: 3%
}

.mail-media p {
  font-size: 15px
}

@media only screen and (max-width: 768px) {
  #menu {
    display: block;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    min-height: 50px;
    color: white;
    background: #484848;
    box-shadow: 0px 0px 5px silver;
    cursor: pointer;
  }
  #menu p {
    height: 40px
  }
  #menu li {
    float: none;
    width: 100%;
    border: 0;
    height: auto
  }
  #menu li:hover {
    background: #00d228;
  }
}
