/* visit style */
body, h1, h2, p, ul, table {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Garbata', sans-serif;
}

/* Header */
#header {
    background-color: #ffcc00;
    position: relative;
}

#header img {
    width: 100%;
    height: 300px;
}

/* Navigation */
nav {
    background-color: white;
    text-align: center;
    font-family: 'Trebuchet MS',sans-serif;
    font-size: 20px;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 10px; 
}

nav a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: color 0.3s;
}

nav a:hover,
nav a:active {
    color: #ffcc00;
}

nav a[href="visit.html"] {
    color: #ffcc00;
}

/* Dropdown Menu */
.has-children {
    position: relative;
}

.has-children .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    text-align: left;
}

.has-children:hover .dropdown {
    display: block;
}

.dropdown li {
    display: block;
}

.dropdown a {
    color: black;
    padding: 10px;
}

/* Marquee */
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    background-color: #ffcc00;
}

.marquee-text {
    display: inline-block;
    animation: marquee-animation 20s linear infinite;
    color: black;
    font-family: 'Trebuchet MS',sans-serif;
    font-size: 20px;
}

@keyframes marquee-animation {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Intro Section */
.intro-section {
    background: white;
    margin: 0;
}

.intro-table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

.intro-logo-image img {
    width: 200px; 
    height: auto;
    margin: 10px;
    display: inline-block;
    padding-top: 20px; 
}

.intro-logo-image {
  text-align: center;
}

.intro-text-1 {
    padding-top: 80px;
    font-family: Garbata;
    color: black;
    text-align: center;
    margin: 0px;
    font-size: 90px;
}

.intro-text-2 {
    font-family: Garbata;
    color: black;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 30px;
}

/* Program Intro Section */
#programintro {
    background-color: white;
}

#programintro table {
    border-collapse: collapse;
    width: 60%;
    margin: 0 auto;
}

#programintro td {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

#programintro img {
    width: 450px;
    height: auto;
    padding-left: 10px;
}

#programintro p {
    text-align: justify;
    font-family: Garbata;
    font-size: 25px;
    padding: 20px;
}

#programintro #introtitle{
  text-align: center;
  font-weight: bold;
  font-family: 'Trebuchet MS',sans-serif;
  font-size: 30px;
  padding-bottom: 10px;
}

/* More button Program intro*/
#moreintro a {
    text-decoration: none;
    color: black;
    font-family: 'Trebuchet MS',sans-serif;
    font-weight: bold;
    transition: color 0.3s;
}

#moreintro a:hover,
#moreintro a:active {
    color: #ffcc00;
}

#programintro #moreintro a:active,
#programintro #moreintro a:hover {
    color: #ffcc00;
}

/* Video */
.facebook-video {
            overflow: hidden;
            width: 100%;
            padding-top:  50px;
            padding-bottom: 50px;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #ffcc00;
}

/* Program Intro Section2 */
#programintro2 {
    background-color: white;
}

#programintro2 table {
    border-collapse: collapse;
    width: 60%;
    margin: 0 auto;
}

#programintro2 td {
    text-align: center;
    padding-top: 80px;
}

#programintro2 img {
    width: 450px;
    height: auto;
}

#programintro2 p {
    text-align: justify;
    font-family: Garbata;
    font-size: 25px;
    padding: 20px;
}

#programintro2 #introtitle2{
  text-align: center;
  font-weight: bold;
  font-family: 'Trebuchet MS',sans-serif;
  font-size: 30px;
  padding-top: 0;
}

/* More button Program intro2*/
#moreintro2 a {
    text-decoration: none;
    color: black;
    font-family: 'Trebuchet MS',sans-serif;
    font-weight: bold;
    transition: color 0.3s;
    padding-left: 10px;
}

#moreintro2 a:hover,
#moreintro2 a:active {
    color: #ffcc00;
}

#programintro2 #moreintro2 a:active,
#programintro2 #moreintro2 a:hover {
    color: white;
}

/* Top button*/
#buttontop table{
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    background-color: white;
}
#buttontop a{
    text-decoration: none;
    color: black;
    margin: 20px;
    font-size: 25px;
    font-family: 'Trebuchet MS',sans-serif;
    font-weight: bold;
    transition: color 0.3s;
}

#buttontop a:hover,
#buttontop a:active{
    color: #ffcc00;
}

#buttontop td {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Marquee */
.marquee-container1 {
    border: 2px solid black;
    overflow: hidden;
    white-space: nowrap;
    background-color: white;
}
.marquee-text1 {
    display: inline-block;
    animation: marquee-animation 20s linear infinite;
    color: black;
    font-family: 'Trebuchet MS',sans-serif;
    font-size: 20px;
}

@keyframes marquee-animation {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* Footer */
footer {
    background-color: white;
    padding: 0px;
}

footer table {
    width: 100%;
    margin: 0 auto;
}

footer td {
    width: 100px;
}

footer #farmfresh {
    margin-left: 10px;
    margin-top: 4px;
    float: left;
    border: 1px solid #ddd; /* Add a border to the farmfresh image */
    width: 100px;
}

footer #facebook {
    margin-right: 10px;
    margin-top: 2px;
    float: right;
}

footer #instagram {
    margin-right: 10px;
    float: right;
}

footer #youtube {
    margin-right: 10px;
    margin-top: 9px;
    float: right;
}

footer p {
    text-align: center;
    font-family: timesnewroman;
    font-size: 20px;
}
