@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

* {
    margin: 0;
    padding: 0;
}

:focus, :active {
    outline: 0;
}

body {
    font: 12px Tahoma, Arial, Sans-Serif;
    color:#ffdda9;
    background: #ccc;
}

.link-bar a {
  display: inline-block;
  margin-right: 10px; /* spacing between links */
  text-decoration: none;
  color: #007BFF; /* optional */
}




a {
    text-decoration: none;
    color: #ffdda9;
}
a:hover {
    color: #ffdda9;
}

p {
    line-height: 22px;
    margin-bottom: 22px;
    color: #62250d;
}

img {
    border: 0;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

h2, h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    color:#ffdda9;
}
h3 {
    font-weight: bolder;
}

h4 {
    font-size: 18px;
    font-weight: normal;
    float: left;
    margin: 3px 0 10px;
    width: 460px;
}

h5 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

#wrapper {
    margin: 0 auto;
    width: 980px;
    background: url(../images/bg.jpg) no-repeat;
}

#logo {
    padding: 20px 12px 10px;
}
#logo h1 {
    font: bold 30px Arial;
    text-shadow: 1px 1px 1px #62250d;
    letter-spacing: 4px;
}
#logo h1 a {
    color: #62250d;
}
#logo h1 a span {
    color: #62250d;
}

#content {
    background: #62250d;
    width: 980px;
}

.menu {
    list-style: none;
    margin: 14px 25px 0 10px;
    width: 800px;
    overflow: hidden;
    line-height: 0;
}

#pitch {
    margin: 0 0 30px; /* Set margin-top to 0 to minimize gap above pitch */
}


.menu li {
    float: left;
    margin-right: 4px;
    line-height: normal;
}
.menu li a {
    display: block;
    font-size: 16px;
    padding: 14px 24px;
    border: 1px solid #62250d;
    white-space: nowrap;
}
.menu a:hover, .menu li.current a {
    border: 1px solid #62250d;
}
.menu li ul {
    display: none;
    background: #62250d;
    margin: -1px 0 0;
    position: absolute;
    z-index: 2;
    border: 1px solid #62250d;
}
.menu li ul li {
    float: none;
    display: inline;
    margin: 0;
    padding: 0;
}
.menu li ul li a {
    width: auto;
    margin: 4px;
    white-space: nowrap;
}

#search {
    float: right;
    width: 275px;
    margin: 23px 18px;
    display: inline;
}
#search .text {
    width: 227px;
    height: 16px;
    border: 1px solid #ddd;
    padding: 5px;
    float: left;
    color: #62250d;
}
#search .submit {
    float: right;
    border: 0;
    background: #000 url(../images/search.gif) no-repeat center 8px;
    width: 32px;
    height: 28px;
    padding-top: 1px;
}

#pitch {
    margin-bottom: 30px;
}
#pitch .infoline {
    margin-top: -70px;
    padding: 6px 0 25px 25px;
    background: #000;
    font-size: 18px;
    width: 955px;
    height: 18px;
    opacity: 0.7;
    color: #ffdda9;
}
.pitch-gallery {
    overflow: hidden;
    width: 980px;
    position: relative;
}
.pitch-gallery-holder {
    width: 6860px;
    position: relative;
}
.pitch-gallery-div {
    float: left;
}

#left {
    width: 600px;
    float: left;
    margin-left: 25px;
    display: inline;
}
#left img {
    float: left;
    margin: 5px 20px 2px 0;
    padding: 3px;
    border: 1px solid #ccc;
}
#left form {
    padding-left: 45px;
}
#left label {
    float: left;
    display: block;
    clear: both;
    padding: 3px 0;
    color: #ffdda9;
    font-weight: normal;
    width: 150px;
}
#left .lcurrent {
    font-weight: bold;
}
#left label img {
    vertical-align: middle;
}
#left input.text, #left textarea, #left select {
    float: left;
    margin: 0 5px 10px 0;
    padding: 7px;
    width: 350px;
    border: 1px solid #ccc;
}
#left textarea {
    height: 200px;
}
#left select {
    width: 366px;
}
#left input:focus, #left textarea:focus {
    border-color: #62250d;
}
#left .submit {
    border: 0;
    background: #000;
    color: #62250d;
    padding: 5px;
    float: left;
    margin-left: 150px;
}
.error {
    font-size: 10px;
    color: #ffdda9;
    margin: 0 0 10px 150px;
    display: none;
}

ul {
    color: #ffdda9;
    margin: 0 0 10px 30px;
    line-height: 18px;
}
ol {
    color: #62250d;
    margin: 5px 0 5px 30px;
    line-height: 18px;
}

#contact-back {
    margin: 12px 40px 0 0;
    float: right;
}

.post {
    position: relative;
    margin-bottom: 20px;
    height: 127px;
}
.post-options {
    margin: -37px 0 40px 0;
    font-size: 10px;
    color: #ffdda9;
}

#right {
    width: 260px;
    float: right;
    border-left: 1px solid #ccc;
    padding-left: 36px;
    margin-right: 25px;
    display: inline;
}

#feature {
    margin-left: 25px;
    padding-bottom: 10px;
}
.small-post {
    float: left;
    width: 260px;
    margin-right: 75px;
}
.small-post img {
    border: 1px solid #ccc;
    padding: 3px;
    margin-bottom: 10px;
}
.last {
    margin-right: 0;
}
#feature ul {
    margin-top: -11px;
}

#footer {
    color: #62250d;
    font-size: 11px;
    margin: 20px 0 20px 10px;
}

.post-info {
    font-size: 11px;
    color:#ffdda9;
}
.read-more {
    background: url(../images/link.gif) no-repeat center left;
    padding-left: 13px;
    font-size: 10px;
}
.break {
    border-top: 1px solid #ccc;
    margin: 30px 0;
    display: block;
}
.no-border {
    border: 0;
}
.space {
    margin-bottom: 20px;
}

.spacer {
    display: inline-block;
    width: 30px;
}

.version {
    font-size: 0.7em;
    font-weight: normal;
    opacity: 0.7;
    margin-left: 20px;
}

.fancy-link {
    color: #62250d;
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
    margin-left: 20px;
    transition: color 0.3s ease;
}
.fancy-link:hover {
    color:#ffdda9;
    text-decoration: none;
}

.spaced-link {
    margin-left: 60px;
}

.cursive-title {

    font-family: 'IM Fell English', serif;


    font-size: 48px;
    color: #ffdda9;
    text-align: center;
    margin-top: 20px;
        padding-top: 40px; /* Add padding to move text downward within the h1 */

}

.cursive-title2 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #ffdda9;
    text-align: center;
    margin-top: 20px;
}

.submenu-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.submenu-btn {
    all: unset;
    display: inline-block;
    padding: 10px 16px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.submenu-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.submenu-btn:focus, .submenu-btn:active {
    background-color: inherit;
    outline: none;
    box-shadow: none;
}
.submenu-content {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #62250d;
    min-width: 160px;
    z-index: 1;
    white-space: nowrap;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.submenu-content a {
    color: #ffdda9;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.submenu-content a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.submenu-container:hover > .submenu-content {
    display: block;
}
.submenu-container .submenu-container .submenu-content {
    top: 0;
    left: 100%;
    z-index: 2;
}
