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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  background-color: #FCEFDD;
}

body {
  height: 100vh;
  background: repeating-linear-gradient(45deg, #FCEFDD 0px, #FCEFDD 1px, #F3EAD6 1px, #F3EAD6 5px);
}

svg rect {
  fill: rgba(136, 234, 219, 0.6);
}

.div2 {
  width: 100%;
  height: 100px;
  background: url(/img/bg_triangle.svg) repeat-x;
  background-size: auto 100%;
}

.div {
  position: relative;
  background-color: rgba(136, 234, 219, 0.6);
  margin: 0 auto;
  width: 100%;
  height: 100px;
  border-top: solid 1px #020202;
  /*
  &:after {
  	content: "";
  	  display: block;
  	  position: absolute;
  	  bottom: -10px;
  	  left:0;
  	  right:0;
  	  height: 10px;
  	  /* TODO Add browser prefixes */
  /*background:
  		linear-gradient(
  		  45deg, transparent 33.333%,
  		  #2B3A48 33.333%, #2B3A48 66.667%,
  		  transparent 66.667%
  		),
  		linear-gradient(
  		  -45deg, transparent 33.333%,
  		  #2B3A48 33.333%, #2B3A48 66.667%,
  		  transparent 66.667%
  		);
  		background-size: 8px 20px;
  		background-position: 0 -10px;
  }*/
}

/*# sourceMappingURL=style.css.map */
