@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
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;
}

div {
  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 {
  font-family: "Montserrat", arial;
}

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;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.bold {
  font-weight: bold;
}

a {
  cursor: pointer;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: linear-gradient(#92bc4c, #569445);
  overflow-x: hidden;
}

#grass-container {
  background-image: url(../images/bg-grass.png);
  background-repeat: repeat;
  padding-bottom: 50px;
}
@media screen and (min-width: 900px) {
  #grass-container {
    height: 100vh;
  }
}

header #topbar {
  width: 100%;
  height: 55px;
  background-image: url(../images/topbar.jpg);
}
@media screen and (min-width: 900px) {
  header #topbar {
    position: absolute;
    top: 0;
    left: 0;
  }
}

#mainlogo {
  position: absolute;
  width: 86%;
  top: 20px;
  left: 50%;
  margin-left: -43%;
}
#mainlogo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #mainlogo {
    width: 500px;
    margin-left: -250px;
  }
}

#anniversary {
  width: 40%;
  margin: 9vw auto 0 auto;
}
#anniversary img {
  width: 100%;
}
@media screen and (min-width: 640px) {
  #anniversary {
    width: 200px;
    margin-top: 11vw;
  }
}
@media screen and (min-width: 768px) {
  #anniversary {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 900px) {
  #anniversary {
    width: 130px;
    position: absolute;
    top: 1vw;
    right: 50%;
    margin: 0;
    margin-right: -420px;
  }
}

#list-container {
  width: 90%;
  max-width: 800px;
  margin: 5vw auto 0 auto;
  background-image: url(../images/paper-middle.jpg);
  background-repeat: y-repeat;
  background-size: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  #list-container {
    margin: 3vw auto 0 auto;
  }
}
@media screen and (min-width: 900px) {
  #list-container {
    width: 800px;
    margin: 140px auto 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -400px;
  }
}
#list-container .paper-edges {
  width: 100%;
}
#list-container .paper-edges img {
  width: 100%;
  vertical-align: bottom;
}

ul {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  ul {
    width: 88%;
  }
}

li.logo {
  width: 100%;
  margin: 5% 0;
  border-radius: 5px;
  background-color: #569445;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (min-width: 640px) {
  li.logo {
    width: 48%;
    margin: 2% 1% 0 1%;
  }
}
@media screen and (min-width: 900px) {
  li.logo {
    width: 31.3%;
    margin: 2% 1% 0 1%;
  }
}

.logo-inner {
  transition: all ease 0.3s;
  border: 3px dashed #fff;
  border-radius: 5px;
  background-image: url(../images/stripes-s.png);
}

.logo-inner:hover {
  border: 3px dashed #ffae15;
  background-color: rgba(255, 255, 255, 0.2);
}

.logo img {
  width: 100%;
}

.new {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 77;
  background-image: url(../images/new.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 50% 100%;
}

.tree1, .tree2 {
  display: none;
}
@media screen and (min-width: 940px) {
  .tree1, .tree2 {
    display: block;
    width: 240px;
    position: absolute;
    z-index: 0;
  }
}

.tree1 {
  top: 100px;
  left: 50%;
  margin-left: -650px;
}

.tree2 {
  top: 260px;
  right: 50%;
  margin-right: -650px;
}/*# sourceMappingURL=styles.css.map */