/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,600&display=swap");
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, ol, ul, li,
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;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

#main {
  font-family: "Montserrat", sans-serif;
  background-image: url(assets/left.jpg);
  background-position: left center;
  background-repeat: repeat-y;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1480px) {
  #main {
    background-size: 150px;
  }
}
@media (max-width: 1100px) {
  #main {
    background-image: none;
  }
}
#main .center {
  width: 487px;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 330px;
  z-index: -1;
}
@media (max-width: 1480px) {
  #main .center {
    left: 180px;
    width: 320px;
  }
}
@media (max-width: 1100px) {
  #main .center {
    left: 20px;
    width: 200px;
  }
}
@media (max-width: 620px) {
  #main .center {
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: 30px;
    left: 0;
  }
}
#main .center .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(assets/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 620px) {
  #main .center .img {
    background-size: contain;
  }
}
#main .center .top {
  position: absolute;
  width: 270px;
  bottom: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #625834;
  z-index: -1;
}
@media (max-width: 1480px) {
  #main .center .top {
    width: 190px;
  }
}
@media (max-width: 1100px) {
  #main .center .top {
    width: 110px;
  }
}
@media (max-width: 620px) {
  #main .center .top {
    display: none;
  }
}
#main .center .bottom {
  position: absolute;
  width: 270px;
  top: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #bea797;
  z-index: -1;
}
@media (max-width: 1480px) {
  #main .center .bottom {
    width: 190px;
  }
}
@media (max-width: 1100px) {
  #main .center .bottom {
    width: 110px;
  }
}
@media (max-width: 620px) {
  #main .center .bottom {
    display: none;
  }
}
#main .right {
  position: absolute;
  width: calc(100% - 857px);
  max-width: 610px;
  left: 857px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 31px;
  line-height: 40px;
}
@media (max-width: 1480px) {
  #main .right {
    font-size: 25px;
    line-height: initial;
    width: calc(100% - 557px);
    left: 527px;
  }
}
@media (max-width: 1100px) {
  #main .right {
    font-size: 20px;
    width: calc(100% - 257px);
    left: 257px;
  }
}
@media (max-width: 620px) {
  #main .right {
    width: 100%;
    padding: 0 20px;
    position: static;
    transform: none;
    margin-top: 50px;
  }
}
#main h1 {
  margin-bottom: 50px;
  font-weight: 600;
  color: #625834;
}
#main .para {
  margin-bottom: 50px;
  color: #625834;
}
#main .para a {
  text-decoration: none;
  color: #625834;
}
#main .para.nm {
  margin-bottom: 0px;
}

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