* {
	box-sizing: border-box;
}

@font-face {
  font-family: PerpetuaClose;
  src: url(fonts/Perpetua-Close.ttf);
}

html {
	background-color: grey;
	}

body {
	font-family: PerpetuaClose,Arial,sans-serif;
	font-size: 100%;
	margin: auto;
	}

input, textarea {
	width: 300px;
	font-size: 100%;
	font-family: PerpetuaClose,Arial,sans-serif;
}

header img {
	height: 80px;
	vertical-align: middle;
	margin-top: 0;
	padding-top: 0;
}

footer {
	text-align: center;
	font-size: 85%;
	color: white;
	text-align: center;
	max-width: 600px;
	margin: auto;
}

footer a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a {
	text-decoration: none;
	/* color: rgb(49, 98, 172); */
}

article {
	margin: auto;
}

article p {
	padding-bottom: 10px;
}

article h1 {
	font-size: 200%;
	text-align: center;
	margin: auto;
}

address {
	padding-top: 10px;
	padding-bottom: 10px;
}

header {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}

h3 {
	text-align: center;
	margin: 0 auto;
}

ul {
	list-style-image: url('../images/bullet.png');
	font-size: 16px;
}

li {
	font-size: 16px;
	margin-top: 12px;
	margin-left: 8px;
}


.main img {
	width:100%;
	max-width: 600px;
}

.smallonly {
	display: block;
}

.clear{
    clear: both;
}

.article-column {
	float: left;
	width: 45%;
	max-width: 620px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}

.article-only-column {
	margin: auto;
	max-width: 1100px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.1em;
}

.article-row:after {
	content: "";
	display: table;
	clear: both;
}

.banner-description {
	position: absolute;
	left: 25%;
	bottom: 0px;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.55);
	padding: 3px 5px;
}


.image-banner {
	max-width: 960px;
	top: 5px;
	left: 5px;
	z-index: 10;
	margin: auto;
}

.image-banner img {
	display: block;
}

.image-column {
	float: right;
	width: 50%;
}

.image-row::after {
	content: "";
	clear: both;
	display: table;
}

.site-nav {
	text-align: center;
}

.site-nav li {
	list-style: none;
	margin-right: 5px;
	display: inline;
}

.site-nav .icon {
	display: none;
}

.site-nav ul {
	margin-left: 0;
	padding: 0;
}


.site-nav .link,  {
	display: block;
	text-decoration: none;
	/* color: rgb(49, 98, 172); */
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.2em 0.4em;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 0 0 9px 2px white inset;
}

.new_site-nav a, .new_site-nav button {
	font-size: 1.2em;
	font-weight: bold;
}


.new_site-nav a {
	font-size: 1.2em;
	font-weight: bold;
}


.new_site-nav a:hover {
	background-color: yellow;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}


.newmain {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 1em;
}

.banner {
	width: 100%;
  float: left;
  display: flex;
  overflow: hidden;
  text-align: center;
  color: white;
  position: relative;
	height: 30%;
}

.banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.languagebanner {
	color: white;
	text-align: center;
	height: 300px;
	max-width: 900px;
	width:100%;
	padding-top: 180px;
	font-size: 44px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 0 8px 8px white inset;
}

.third {
  width: 33.3%;
  float: left;
  display: flex;
  overflow: hidden;
  text-align: center;
  color: white;
  position: relative;
}

.fourth {
  width: 25%;
  float: left;
  display: flex;
  overflow: hidden;
  text-align: center;
  color: white;
  position: relative;
}

.small {
  height: 20%;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
    transform: translate(-50%, -50%);
  font-size:1.2em;
	font-weight: bold;
}

@media only screen and (max-width: 750px) {

	.site-nav .link {
		display: block;
		text-decoration: none;
		font-size: 1em;
		padding: 0.4em 0.5em;
		border-radius: 50%;
		display: inline-block;
	}

	header img {
		vertical-align: middle;
		height: 50px;
	}

	 h3 {
		font-size: 22px;
	}

	h1 {
	 font-size: 22px;
 }

	.centered {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	    transform: translate(-50%, -50%);
	  font-size:0.9em;
		font-weight: bold;
	}

	.site-nav li {
		list-style: none;
		margin-right: 3px;
		display: inline;
	}

	.smallonly {
		display: block;
	}

	.banner {
		height: 20%;
	}

	body {
		font-size: 80%;
		}

	.new_site-nav a, .new_site-nav button {
		font-size: 1.2em;

	}

	.article-column {
		float: left;
		width: 90%;
		max-width: 620px;
		padding-left: 10px;
		padding-right: 10px;
		margin: auto;
	}


}
