html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, , dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgba(232, 209, 165, 0.6);
}
p {
  padding: 20px 25px;
}
.container {
  background-color: rgba(232, 209, 165, 1);
}
.image {
  width: 200px;
  height: 200px;
  margin: 0px auto;
}
#bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  background-image: url("main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  display: block;
}
#meta {
  height: 1080px;
  margin: 0px;
  padding: 0px;
  width: 1%;
}

.bordereffect {
  box-shadow: 0 10px 6px -6px #777;
  width: 200px;
}
.footer {
  font: 16px 'CopystructNormal', Arial, sans-serif;
  margin-top: 10px;
  padding-top: 10px;
}

#title {
  float: right;
  position: relative;
  top: 300px;
  right: 20px;
  color: white;
  z-index: 99999;
  color: white;
}
.titledesktop {
  font: 18px/27px 'CopystructNormal', Arial, sans-serif;
  font-size: 45px;
}
.titlemobile {
  font: 15px, 'CopystructNormal', Arial, sans-serif;
  font-size: 25px;
}
#title.shrinken {
  position: absolute;
  margin-top: 18px;
  display: block;
  position: relative;
  top: 0px;
  float: right;
}
#nav {
  height 0px;
  margin: 0px;
  background: transparent;
  width: 100%;
  z-index: 99999;
  transition: all ease .5s;
}
#nav.shrink {
  height: 80px;
  transition: all ease .5s;
  background: black;
  position: fixed;

}
#mobile {
  display: block;

}
h2 {
  padding-top: 10px;
}

p {
  z-index: 10;
}
@font-face {
    font-family: 'CopystructNormal';
    src: url('../fonts/COPYN___-webfont.eot');
    src: url('../fonts/COPYN___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/COPYN___-webfont.woff') format('woff'),
         url('../fonts/COPYN___-webfont.ttf') format('truetype'),
         url('../fonts/COPYN___-webfont.svg#CopystructNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CopystructBold';
    src: url('../fonts/COPYB___-webfont.eot');
    src: url('../fonts/COPYB___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/COPYB___-webfont.woff') format('woff'),
         url('../fonts/COPYB___-webfont.ttf') format('truetype'),
         url('../fonts/COPYB___-webfont.svg#CopystructBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.centerit {
  margin: 0px;
}
