@charset "UTF-8";

.newsbox {
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	padding: 12px;
	width: 90%;
	background-color: rgba(170,243,251,1.00);
}

.news {
	display: flex;
	
}

.newsleft {
	display: inline-flex;
	max-width: 20%;
}

.newsleft img {
	max-width: 100%;
	height: auto;
	object-fit:contain;
}

.newscenter {
	display: inline-flex;
    align-items: center;
	padding-left: 15px;
	Padding-right: 15px;
	width: 60%;
}

.newsright {
	display: inline-flex;
    align-items: center;
	width: 18%;
}

/* Multi-column layout for home page graphics menu */

.container2 {
    display: flex;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    rgba(62,228,255,1.00)}

.column {
    flex: 1;
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.column img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    transition: filter 0.3s ease;
}

.column h2 {
    margin-top: 15px;
    font-size: 1.5em;
     color: #676767;
}

.column p {
    margin-top: 10px;
    font-size: 1.0em;
    color: #676767;
}

.column img:hover {
filter: brightness(85%);
}


/* Base styles */

.green {
    color: #009b2f;
    font-weight: 700;
}
    body {
    font-family: Verdana, Geneva, Tahoma, sans-serif, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.primary_header {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #52bad5 url("../images/topmenubg.png") center/100% no-repeat;
    clear: left;
    border-bottom: 4px solid #2C9AB7;
    padding: 45px 0;
}

.logo {
    height: 100px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.footlogo {
    width: 50px;
}

.header_container {
    background-color: #B3B3B3;
}
.secondary_header {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    background-color: #B3B3B3;
    clear: left;
    margin: 0 auto;
    padding: 0;
}

.secondary_header ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
}

.secondary_header ul li {
    text-align: center;
    width: 25%;
    list-style: none;
    float: left;
    font-weight: bolder;
    color: #FFF;
    letter-spacing: 1px;
    transition: all 0.3s linear;
    padding: 10px 0;
}

.secondary_header ul li:hover {
    background-color: #00BDDA;
    cursor: pointer;
}

.secondary_header a.nav-link {
    color: #FFF;
    text-decoration: none;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.93);
    overflow-x: hidden;
    border-bottom-width: 0;
}

.row {
    width: auto;
    margin: 0 5%;
    display: inline-block;
}

.row.blockDisplay {
    display: block;
}

.column_half {
    width: 50%;
    float: left;
    margin-top: 0;
}

.column_half.left_half {
    background-color: #52BAD5;
    width: 50%;
}

.column_half.right_half {
    background-color: #01B2D1;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    width: 50%;
}

.columns {
    width: 33.33%;
    float: left;
    color: #676767;
    line-height: 24px;
    padding: 10px 0;
    text-align: justify;
    margin: 15px 0;
}

.row .columns p {
    padding: 0 5%;
    font-size: 24pt;
}

.container .columns h4 {
    text-align: center;
    font-size: 16pt;
    color: #01B2D1;
}

.row a,
.row a:visited,
.row a:active {
    color: #000;
    text-decoration: none;
}

.row h4 a:hover {
    color: #51B8D3;
    text-decoration: none;
}

.thumbnail {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    margin-left: auto;
    border-style: solid;
    box-shadow: 12px 12px 7px rgba(0,0,0,0.49);
}

.thumbnail:hover {
    box-shadow: none;
    cursor: pointer;
}

.thumbnail_align {
    text-align: center;
}

.current {
    background-color: #009DBC;
}

.bodytext {
	padding: 20px;
}

.container .bodytext h1,
.container .bodytext h2 {
    color: #676767;
    font-weight: bold;
}


.container .bodytext p {
    font-size: 16pt;
    text-align: justify;
    line-height: 24px;
    color: #676767;
}

.left_article {
    width: 60%;
    float: left;
    color: #373737;
    padding-bottom: 15px;
}

h3 {
	font-size: 28pt;
    color: #676767;
    font-weight: bold;
    text-transform: uppercase;
}

.whatsnew {
	text-align: center;
	font-size: 28pt;
    color: #676767;
    font-weight: bold;
    text-transform: uppercase;
}

.container .left_article p {
    font-size: 18pt;
    padding: 0 5%;
    text-align: justify;
    line-height: 24px;
    margin: 15px 0 10px 0;
    color: #676767;
}

.right_article {
    width: 40%;
    float: left;
}

.container .right_article ul {
    margin: 0;
    padding: 0;
}

.right_article ul li {
    list-style: none;
    text-align: center;
    width: 90%;
    margin: 10px auto;
    padding: 15px 0;
    color: #FFF;
    font-weight: bold;
    border-radius: 0;
    transition: all 0.3s linear;
    border-left: 5px solid #717070;
}

.right_article ul li:hover {
    background-color: #717070;
    cursor: pointer;
}

footer {
    background-color: #B3B3B3;
    padding: 20px 0px 35px 0px   ;
}

.title {
    font-weight: bold;
    color: #FFF;
    letter-spacing: 2px;
}

.placeholder {
    width: 100%;
    padding: 30px 0;
    height: 100%;
}

.column_title {
    padding: 25px 0;
}

.copyright {
    text-align: center;
    color: #FFF;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}

#imgright {
	float: right;
	clear: none;
	display: table;
	width: 400px;
	height: auto;
	padding-left: 20px;
	padding-top: 45px;
}


.noDisplay {
    display: none;
}

.foodlogo {
    display: block;
    margin: 0 auto;
}

/* Responsive styles */
@media (max-width: 750px) {
    .secondary_header ul li {
        float: none;
        width: 100%;
        margin: 0;
    }

    .logo {
        max-width: 80%;
        height: auto;
    }
    .secondary_header ul {
        margin: 0;
        padding: 0;
        height: auto;
        width: 100%;
        text-align: center;
    }
    .secondary_header {
        margin: 0;
        padding: 0;
    }
    .left_article,
    .right_article,
    .column_half.left_half,
    .column_half.right_half {
        width: 100%;
        height: auto;
    }
    .right_article {
        padding-bottom: 25px;
    }
    .placeholder {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }
    .columns {
        width: 100%;
        margin: 6px 0;
        padding: 0;
    }
    .columns p {
        padding: 0 14px;
    }
    /* Add for multi-column menu */
    .container2 {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        max-width: 100%;
    }
    .column {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }
}

@media (max-width: 600px) {
    .title {
        display: none;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    .primary_header {
        padding: 20px 0;
    }
}