

html {
  height: 100%;
  width: 100%;
}

hr {

   border-top: 1px dotted #ffffff;
   border-color:#000000; background-color:#000000;

}

body {

  width: 100%;
  margin: 0;
  padding: 0;
  font-family:  'Union Regular';
font-weight:  normal;
font-style:   normal;
font-stretch: normal;
  font-size:2vw;
  background-color: #D3FFE2;

}

header {
  width: 80%;
  height: 125px;
  margin: 0 auto;
  padding: 25px;
  background-color: #D3FFE2;
  color: Black;
  font-size: 80pt;
  font-weight: 500;

  top:-120px;
  position:sticky;


}

header h1 {
  margin: 0;
  padding: 5px;
  font-size: 5vw;
  font-family:  'Union Regular';
font-weight:  normal;
font-style:   normal;
font-stretch: normal;
  text-align: left;
  letter-spacing: .13rem;
}

navigation {
  width: 980px;
  margin: 0;
  padding: 0;
  text-align: center;
}

navigation ul {
  width: 980px;
  list-style: none;
  padding: 0;
  margin: 0;
}

navigation ul li {
  display: inline;
  margin-right: 1em;
}

#content {
  width:80%;  margin:0 auto;
  min-height: 1000px;
  padding-top: 150px;
}

a, a:visited {
  color:#000000;
  text-decoration: none;
}

a:hover {
  color:springgreen;
  text-decoration: none;
  border-color: springgreen;
}


h1 {
  font-size:2vw;
  letter-spacing: .07vw;
  font-weight:  normal;
  font-style:   normal;
}



h2 {
  font-size:1vw;
  letter-spacing: .07vw;
  font-weight:  normal;
  font-style:   normal;
}

h3 {
  font-size:.75vw;
  letter-spacing: .05vw;
  font-weight:  normal;
  font-style:   normal;
}

h4 {
  font-size:.75vw;
  letter-spacing: .05vw;
  font-weight:  normal;
  font-style:   normal;
}

p{
  letter-spacing: .1vw;
  font-weight:  normal;
  font-style:   normal;

}


footer {
  width: 70%;
  height: 20px;
  margin: 0 0 10px 0;
  padding: 10px 20px;
  background-color: #D3FFE2;
  color: #000000;
}

/* Actions */

.actions {
  margin-bottom: 1em;
}


/* Lists */

table {
  border-collapse: collapse;
  vertical-align: top;
}

table.list {
  width: 100%;
}

table.list tr td {
  border-bottom: 1px solid #000000;
  border-top : 0px ;
  border-left: 0px ;
  border-right: 0px ;
  padding: 15px 5px 15px  15px;
}

table.list tr th {
  border-bottom: 1px solid #000000;
  border-top : 0px ;
  border-left: 0px ;
  border-right: 0px ;

  background-color: #D3FFE2;
  color: #000000;
  text-align: left;
  padding: 15px 15px 15px  15px;
  margin-bottom: 40px;
}

/* Forms */

dl {
  clear: both;
  overflow: hidden;
  margin: 10 0;
  margin-top:15px;

}

dt {
  float: left;

  letter-spacing: .13vw;
  font-size:1.5vw;
  width: 30%;
  margin-top:15px;
}

dd {
  float: left;
  font-size:1.5vw;
  margin-left: 1em;
  margin-top:15px;
  letter-spacing: .1vw;
  font-weight:  normal;
  font-style:   normal;

}

#operations {
  clear: both;
  margin: 1em 0 1em 75px;
}

/* Errors */

.errors {
  display: inline-block;
  border: 2px solid red;
  color: red;
  padding: 1em;
  margin-bottom: 1em;
}

.errors ul {
  margin-bottom: 0;
  padding-left: 1em;
}

.column {
    float: left;
    width: 50%;

    margin-left:0px;

}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


.column_index {
    float: left;
    width: 35vw;
    /*margin-right:120px;
    margin-top:50px;*/
    padding-bottom:80px;
	margin-right: 5vw;
    height:45vh;

    overflow: hidden;

}

.column_index:hover {
      float: left;
    width: 35vw;
    /*margin-right:120px;
    margin-top:50px;*/
    padding-bottom:80px;
	margin-right: 5vw;
    height:45vh;

    overflow: hidden;



    will-change:opacity;
    will-change:filter;
    animation: blurrer 6s linear infinite;;
}



.column_index_small {
    float: left;
    width: 15vw;
    /*margin-right:120px;
    margin-top:50px;*/
    padding-bottom:80px;
	margin-right: 5vw;
    height:25vh;

    overflow: hidden;

}

.column_index_small:hover {
      float: left;
    width: 15vw;
    /*margin-right:120px;
    margin-top:50px;*/
    padding-bottom:80px;
	margin-right: 5vw;
    height:25vh;

    overflow: hidden;



    will-change:opacity;
    will-change:filter;
    animation: blurrer 6s linear infinite;;
}

.column_index a:hover {
  color:black;
  text-decoration: none;

}

.buyit {
  font-size:2vw;
  letter-spacing: .13vw;
  font-weight:  normal;
  font-style:   normal;
  font-weight: 900;
 
position: inherit;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  
	float:right;
  color:salmon;

  margin: auto;
  padding: 20px;

}

.buyit a:hover{
  font-size:2vw;
  letter-spacing: .13vw;
  font-weight:  normal;
  font-style:   normal;
  font-weight: 900;
  position:absolute;
  float:right;

  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;

}
.buyit a{
  font-size:2vw;
  letter-spacing: .13vw;
  font-weight:  normal;
  font-style:   normal;
  font-weight: 900;
  position:relative;
  float:right;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;

}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.woodland{
  color:black;

}

/* Voting System */
.voting_wrapper {display:inline-block;margin-left: 20px;}
.voting_wrapper .down_button {background: url(images/thumbs.png) no-repeat;float: left;height: 14px;width: 16px;cursor:pointer;margin-top: 3px;}
.voting_wrapper .down_button:hover {background: url(images/thumbs.png) no-repeat 0px -16px;}
.voting_wrapper .up_button {}
.voting_wrapper .up_button:hover{}
.voting_btn{float:left;margin-right:5px;}
.voting_btn span{font-size: 11px;float: left;margin-left: 3px;}
