@charset "utf-8";
/* CSS Document */

/*------- added by Ken ---------------------------------*/

/* menu decoration */
ul.navnav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 185px;
    background-color: #C9F5DC;
}

ul.navnav-list a {
    display: block;
    color: #000;
	padding: 8px 16px;
    text-decoration: none;
}

/* Change the link color on hover */
ul.navnav-list a:hover {
    background-color: #0F6635;
    color: white;
}



/* display on larger screens */
@media screen and (min-width: 768px) {
	.large-image {display:inline;}
	.small-image {display: none;}
	.small {display:none;}
}

/* display on larger screens */
@media screen and (min-width: 768px) {
	.large-image {display:inline;}
	.small-image {display: none;}
	.small {display:none;}
}


/* display on small screens */
@media screen and (max-width: 767px) {
	.large-image {display:none;}
	.small-image {display: inline;}
	.sidebar-nav {display:none;}
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ----------------- end of added by Ken ------------------ */

/* ---------------- added by Ken 18/5/21 -------------- */
/* column padding */

.column  {
	padding-top: 20px;
	padding-left: 0.75rem;
	padding-right: 1.0 rem;
	
}


/* --------------- added by Ken 18/5/21 --------------- */