#bottom2 p{color:#000;}
#bottom3 p{color:#000;}
a.bottommen:hover {color: #121212;}
#headerwrap {border-bottom: 3px dashed #6F0F10;}
#footerwrap {border-top: 3px solid #FBAA1A;}

p.footertxt {color: #FBAA1A; text-align: center;}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 33.33%;
}

.buttonstyle{
  	background-color: #FBAA1A; 
 	border-radius: 8px;
  	border: none;
  	color: #586F3B;
  	padding: 15px 32px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
   	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.buttonstyle:hover{
    background-color: #FBAA1A; 
    color: #BF2034;
 	box-shadow: 0 8px 16px 0 rgba(0,0,0,0), 0 6px 20px 0 rgba(0,0,0,0);
}

@media screen and (min-width: 900px){
  .mobile_only {display: none; visibility: hidden;}
  .pc_only {display: block;}
}

@media screen and (max-width: 900px) {
  .pc_only {display: none; visibility: hidden}
  .mobile_only {display: block;}
  .column {width:100%;}
}