/* CSS Document */
/* great-vibes-regular - latin */

@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    src: local('woff2'), local('woff'),
    url('./fonts/great-vibes-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/great-vibes-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    background-color: #222;
    color: #EEE;
    font-family: Verdana, Arial, Helevtica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}

.spacer {
    height:2px;
    border: 0;
    background-image: linear-gradient(to right, #aa7c51,#222);
    clear: both;
}

.li_group {
    font-size: 1.2em;
    font-weight: bold;
    list-style-image: url("crown.png");
    list-style-position: outside;
    padding: 15px 0 10px 0;
    margin: 0;
}

.li_group:first-child {
    padding-top: 5px;
}

.table_group {
    font-size: 1.2em;
    font-weight: bold;
    padding: 15px 10px 10px 0px;
}

.table_group::before {
    content: url("crown.png");
    padding-right: 10px;
}

nav ul {
    list-style-type: none;
    overflow: hidden;
    background-color: #34270c;
    border: #aa7c51 solid 1px;
    border-radius: 16px;
}

nav li {
    float: left;
    width: 120px;
    text-align: center;
    /* border-right: 1px solid #aa7c51; */
}

nav li a {
    display: inline-block;
    color: whitesmoke;
    text-align: center;
    padding: 8px 0;
    margin: 5px 0;
    width: inherit;
    text-decoration: none;
    font-family: Verdana, Arial, Helevtica, sans-serif;
    font-weight: lighter;
    font-size: 1em;
}

nav li a:hover {
    background-color: #aa7c51;
    color: black;
    text-decoration: none;
}

.l {
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
}

.banner {
    background-image: url(banner.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
    height: 225px;
}

.header {
    color: whitesmoke;
    background-color: rgba(34,34,34, 0.4);
    font-size: 32px;
    line-height: 1.2em;
    font-family: "Great Vibes", cursive;
    text-align: right;
    padding: 10px 20px;
}

.footer_logo {
    width: 200px;
    display: block;
    margin: 0 auto;
}

h1 {
    color: white;
    font-size: 24px;
    font-family: Verdana, Arial, sans-serif;
    padding: 2px;
    margin: 2px;
}

h2 {
    color: white;
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 2px;
    margin: 2px;
}

h3 {
    /* background-color: #aa7c51; */
    background-image: linear-gradient(to right, #aa7c51,#222);
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px 16px;
    margin: 32px 0;
    font-family: Verdana, Arial, Helevtica, sans-serif;
    font-weight: normal;
    width: 98%;
    border-radius: 18px;
}

h3::first-letter {
    font-size: 1.3em;
}

h4 {
    color: white;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px;
    font-family: Verdana, Arial, Helevtica, sans-serif;
    width: 90%;
}

.main-content {
    width: 93%;
    padding-left: 7%;
    margin: auto;
}

strong {
    font-size: 1.2em;
    font-weight: bold;
}

.main-content-left {
    width: 25%;
    min-width: 300px;
    max-width: 500px;
    vertical-align: top;
    display: inline-block;
    margin: 30px 40px 10px 5px;
}
.main-content-left img {
    width: 100%;
    max-width: 400px;
    margin: 0 0 25px 0;
    border-radius: 15px;
    /* box-shadow: 0 0 12px 5px #eed792; */
}
.main-content-right {
    display: inline-block;
    width: 65%;
    min-width: 380px;
}

.footer {
    display: block;
    color: #4e4e4e;
    font-size: 14px;
    padding: 3px 10px;
    font-family: Verdana, Arial, Helevtica, sans-serif;
    font-weight: normal;
    width: 99%;
}

.footer a {
    color: white;
    text-decoration: None;
}

td {
    vertical-align: top;
    padding-left: 20px;
}

a {
    text-decoration: none;
    color: lemonchiffon;
}

a:hover {
    text-decoration: underline;
}
