body {
background-image: url('/img/western-texture.png');
color: #222;
}

#main {
background: rgba(187, 163, 131, 0.8);
-webkit-box-shadow: 10px 10px 28px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 28px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 28px 0px rgba(0,0,0,0.75);
max-width: 1720px;
}

a {color: #154066;}
hr {border-color: rgb(131, 107, 76);}

.vpadded {padding: 1em 0;}
.voffset {margin:.5em 0;}
.centered {text-align:center;}
.caret {opacity:.8;}

.brand {
color: rgb(68, 68, 68);
font-size: 2.6rem;
font-family: Rye, cursive;
opacity: .9;
background: url('/img/logo.png') no-repeat 0 .1em;
padding-left: 50px;
}
.brand:hover {
color: #111;
text-decoration: none;
}

.card {
background-color: rgb(187, 163, 131);
}

.flag-sm {
background: url('/img/flags/sprite-16.png') no-repeat top left;
padding: 0 0 0 21px;
font-size: 16px;
line-height: 25px;
}

.flag-sm-CA {
background-position: -5px -2px;
}

.flag-sm-DE {
background-position: -5px -28px;
}

.flag-sm-ES {
background-position: -5px -54px;
}

.flag-sm-FR {
background-position: -5px -80px;
}

.flag-sm-GB {
background-position: -5px -106px;
}

.flag-sm-US {
background-position: -5px -132px;
}