
  /*
    @font-face {
      font-family:  "CodecCold" ;
      src: url('_data/fondid/CodecCold-Bold.otf') format('opentype');
      font-weight: bold;
    }
    @font-face {
      font-family:  "CodecCold" ;
      src: url('_data/fondid/CodecCold-Regular.otf') format('opentype');
      font-weight: regular;
    }
  */

  img, .menu {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }

 	body {
    left: 0px;
    margin: 0px;
 	  overflow: "hidden";
 	  background-color: #E8DAB2;
  }

  #wrap {
    position: relative;
    top: 0px;
    width: 82%;

    font-family: helvetica, verdana;
    font-size: 15px;
    line-height: 19px;


    max-width: 950px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }

  #header {
    display: block;
    width: 100%;
    height: 65px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #logo {
    float: left;
    position: relative;
    height: 65px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
  }
  #insta {
    float: right;
    height: 65px;
    cursor: pointer;
  }

  .menu {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: 40px;
    color: #E8DAB2;
    background-color: #DD6E43;
    border-radius: 10px;
  }

  .menu .sisekast {
    position: relative;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
  }

  .menu  div {
    position: relative;
    float : left;
    display: block;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 5px;
  }

  .menu .sisekast div:hover {
    background-color: white;
    color: white;
    color: #DD6E43;
    background-color: #E8DAB2;
  }
 
  .vahetekst {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
    text-align: center;
    background-color: #DD6E43;
    color: white;
    border-radius: 10px;
  }

  .footer {
    position: relative;
    margin-top: 15px;
    padding: 2% 10% 2% 10% ;
    bottom: 0px;
    text-align: center;
    background-color: #DD6E43;
    color: white;
    top: 0px;
    width: 80%;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  a{
    color: white;
    text-decoration: none;
  }
