div.two-thirds-col {
	width: calc(100% - 0px);
	background-color: white;
	border: 2px solid #5371aa;
	border-radius: 10px;
	margin: 10px 0px;
	padding: 10px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	}
	

@media only screen and (max-width: 799px) {
	div.two-thirds-col {
		max-width: calc(100% - 25px);
		clear: both;
		}
}

/*
@media only screen and (min-width: 601px) {
	div.two-thirds-col {
		width: calc(100% - 50px);
		margin-left: 10px;
		margin-top: 0;
		}
}
*/

/*
@media only screen and (min-width: 650px) {
	div.two-thirds-col {
		width: calc(100% - 50px);
		margin-left: 15px;
		margin-top: 0;
		}
}
*/


@media only screen and (min-width: 800px) {
	div.two-thirds-col {
		margin-left: 15px;
		margin-top: 0;
		width: calc(100% - 60px) !important;
		box-shadow: 2px 2px 2px #226885;
		padding: 15px;
		}
}

		div.two-thirds-col h1 {
			color: darkorange;
			font-size: 200%;
			font-family: 'Squada One', cursive;
			font-weight: normal;
			margin-bottom: 1em;
			}

			div.two-thirds-col h1.single-news {
				margin-bottom: 0 !important;
				}

			div.two-thirds-col h1.graphical {
				text-align: center !important;
				max-width: 80%;
				margin: 0px auto .5em auto;
				}

			div.two-thirds-col h1.graphical img {
				max-width: 100%;
				box-shadow: none;
				}

		div.two-thirds-col h2 {
			color: black;
			font-size: 160%;
			font-family: 'Squada One', cursive;
			font-weight: normal;
			margin-bottom: .25em;
			margin-top: 1em;
			}

		div.two-thirds-col p {
			font-family: 'Sarabun', sans-serif;
			margin-bottom: .75em;
			}

		div.two-thirds-col ul {
			font-family: 'Sarabun', sans-serif;
			margin-left: 30px;
			}

		div.two-thirds-col p a,
		div.two-thirds-col p a:link,
		div.two-thirds-col p a:visited,
		div.two-thirds-col h3 a,
		div.two-thirds-col h3 a:link,
		div.two-thirds-col h3 a:visited,
		div.two-thirds-col ul a,
		div.two-thirds-col ul a:link,
		div.two-thirds-col ul a:visited {
			color: mediumblue;
			text-decoration: underline;
			}

		div.two-thirds-col p a:hover,
		div.two-thirds-col p a:active,
		div.two-thirds-col h3 a:hover,
		div.two-thirds-col h3 a:active,
		div.two-thirds-col ul a:hover,
		div.two-thirds-col ul a:active {
			color: #c8001a;
			}

		div.two-thirds-col img {
			/* max-width: calc(100% - 10px) !important; */
			}

			div.two-thirds-col img.dropshadow {
				margin: 0 0 7px 5px;
				box-shadow: 2px 2px 3px #cccccc;
				border: 1px none transparent;
				}

			div.two-thirds-col p.headerimage {
				text-align: center !important;
				display: block;
				}

			.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
				display: block;
				}

				div.two-thirds-col p.headerimage img {
					text-align: center;
					}

			div.two-thirds-col img.clear {
				margin: 10px auto 10px auto;
				box-shadow: none;
				border: 0px none transparent;
				max-width: calc(100% - 0px) !important;
				text-align: center;
				}

			div.two-thirds-col div.little-news-image {
				float: left;
				text-align: center;
				}

			div.two-thirds-col div.big-news-image {
				max-width: 100%;
				margin-bottom: 15px;
				}
				
				div.two-thirds-col div.big-news-image p {
					text-align: center !important;
					margin: 0 !important;
					padding: 0 !important;
					}
					

@media only screen and (min-width: 800px) {
	div.two-thirds-col img {
		float: none;
		display: block;
		margin: 5px auto !important;
		}
}

@media only screen and (min-width: 800px) {
	div.two-thirds-col img {
		margin: 7px 5px 5px 7px !important;
		}
}
