
.linksdark {
margin: 1rem auto;
display: block;
position: relative;
width: 150px;
text-align: center;
color: #aa8f52;
border: 1px solid #aa8f52;
padding: .5rem .7rem;
text-decoration: none;
cursor: pointer;	
}

.linksdark:hover {
background-color: #aa8f52;
color: black;
}

.linkslight {
display: block;
position: relative;
width: 150px;
margin: 0 auto .5rem auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
background-color: #530f0f;
color: white;
padding: .5rem .7rem;
border: .1px solid white;
}

.linkslight:hover {
background-color: transparent;

}

.gold_section_title {
font-family: 'Roboto';
color: black;
display: block;
position: relative;
width: 100%;
text-align: center;
font-weight: bold;
font-size: 1.6rem;
}

.gold_section_subtitle {
font-family: 'Roboto';
color: black;
font-weight: 300;
text-transform: uppercase;
letter-spacing: .25rem;
display: block;
position: relative;
width: 100%;
text-align: center;
margin-bottom: 8px;
}





@keyframes Slideright{
from{right:-400px;opacity:0} to{right:0;opacity:1}}
@-webkit-keyframes Slideright{
from{right:-400px;opacity:0} to{right:0;opacity:1}}
@-O-keyframes Slideright{
from{right:-400px;opacity:0} to{right:0;opacity:1}}
@-moz-keyframes Slideright{
from{right:-400px;opacity:0} to{right:0;opacity:1}}