body {
    background: url(../images/paper.jpg) top left repeat;
    font: 100% "contantia", sans-serif;
    color: rgb(89,51,38);
    font-size:13px;
}

.wallpaper {
    background: url(../images/parties_new_2.jpg) top left no-repeat;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 969px;
    height: 1367px;
}

.justify {
    text-align: justify;
}

a {
    color: rgb(89,51,38);
}

.underline {
    text-decoration: underline;
}

img.zerozero-link {
  position: relative;
  top:94px;
  left: 66px;
  width: 106px;
  height: 20px;
}

/*fonts*/
@font-face {
  font-family: "contantia";
  src: url("../fonts/constan.ttf");
}

@font-face {
  font-family: "contantia-bold";
  src: url("../fonts/constanb.ttf");
}

@font-face {
  font-family: "contantia-italic";
  src: url("../fonts/constani.ttf");
}

@font-face {
  font-family: "contantia-bolditalic";
  src: url("../fonts/constanz.ttf");
}

/*parties*/
.parties h5 {
    margin-bottom: 0px;
}

.parties-intro.form {
    margin-top: 276px;
    margin-left: 65px;
    margin-bottom: 94px;
}

.parties-intro {
    margin-top: 276px;
    margin-left: 65px;
}

.firstcharacter {
    font-size: 45px;
    line-height: 35px;
    font-family: "constanb";
}

.menu {
    text-align: center;
    margin-top: 26px;
}

    .menu h5 {
        text-decoration: underline;
    }

.footer-follow {
    position: relative;
    top:26px;
    left: 737px;
}

    .footer-follow ul.inline > li, ol.inline > li {
        padding: 0px;
    }

/*form*/
#myModal {
  background: rgb(89,51,38) url(../images/paper.jpg) repeat;
}

.modal-header {
  background-color: #741316;
  color: #f4e2ce;
}
.modal-body {
  background-color: #f4e2ce;
}

.modal-footer {
  background: rgb(89,51,38) url(../images/paper.jpg) repeat;
}