


/* Main content */
body
{
	line-height: 1.7;
	color: #4d4d4d;
	font-weight: 300;
	font-size: 1rem;
 }
 
 newfont {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 }

 
* {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.site-header
{
	vertical-align: middle;
	text-align: center;
	background: white;
	color: black;
	display: flex;
	align-items:center;
}

.site-image
{
  max-width: 50%;
  height: auto;
}

a:link {
  color: black;
  text-decoration:none;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: black;
  text-decoration:underline;
}

/* selected link */
a:active {
  color: black;
  text-decoration:underline;
}

.text h3 {
    font-size: 20px;
    color: #000;
}

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

.center {
	margin: auto;
	width: 80%;
	max-width: 1000px;
	padding: 10px;
}

.shrink-text {
	
	margin: left;
	width: 90%;
	max-width: 1000px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 49%;
  max-width: 49%;
  padding: 0 4px;
}

.column img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.single-column-container {	
	display:flex;
	justify-content: center;
	width: 100%;
	vertical-align: middle;
}

.single-column {
  max-width: 80%;
}

.single-column img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 4px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* mouse over link */
.prev:hover,
.next:hover {
  color: white;
  text-decoration:underline;
}

/* selected link */
.prev:active,
.next:active {
  color: white;
  text-decoration:underline;
}

/* Footer */
.site-footer
{
	text-align: center;
	padding: 1em 1em;
	background: #333333;
	color: #dddddd;
}
