
* {
  box-sizing: border-box;
}

/* Hide visually but not from screen readers */
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
}

.screen-reader-shortcut {
	position: absolute;
	top: -1000em;
}

.screen-reader-shortcut:focus {
	left: 6px;
	top: -25px;
	height: auto;
	width: auto;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 23px 14px;
	background: #f1f1f1;
	color: #0073aa;
	z-index: 100000;
	line-height: normal;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	text-decoration: none;
	outline: none;
}

.hidden,
.js .closed .inside,
.js .hide-if-js,
.no-js .hide-if-no-js {
	display: none;
}




/* Header */
.header {
  padding-top: 0px;
  padding-left: 200px;
   position: absolute;
  top: 0px;
  text-align: center;
  background: transparent;
}

/* general */

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18x;
	line-height: 1.4em;
}

p {
	font-family:  Tahoma, Arial, sans-serif;
  padding: 10px;
	font-size: 18px;
	line-height: 1.5;
	margin: 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	font-weight: 600;
}

h1 {
	font-family:  Tahoma, Arial, sans-serif;	
	color: #23282d;
	font-size: 50px;
	margin: .67em 0;
}

h2	{
	font-family:  Tahoma, Arial, sans-serif;
	color: #23282d;
	font-size: 36px;
	margin: .67em 0;	
	line-height: 1.4em;
}


h3 {
	font-family:  Tahoma, Arial, sans-serif;
	
	color: #23282d;
	font-size: 30px;
	margin: .67em 0;
	line-height: 1.4em;
}


h4 {
	font-family:  Tahoma, Arial, sans-serif;
		
	font-size: 24px;
	margin: 1.33em 0;
	line-height: 1.4em;
}

h5 {
	font-family:  Tahoma, Arial, sans-serif;
		
	font-size: 18px;
	margin: .67em 0;
	line-height: 1.4em;
}

h6 {
	font-family:  Tahoma, Arial, sans-serif;
		
	font-size: 16px;
	margin: 1.33em 0;
	line-height: 1.4em;
}

ul,
ol {
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style-type: decimal;
	margin-left: 2em;
}

	body {

  background-image: url("NewWebBackground1a.jpg");
  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: transparent;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: transparent;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color:white;
  color: black;
}
.column {
margin: 20px;
column-gap: 40px;
}
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 40%;
  background-color: transparent;
  padding: 20px;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 55%;
  background-color: transparent;
  padding: 20px;
}

/* Fake image */
.fakeimg {
  background-color: transparent;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {

  padding: 10px;
  margin-top: 10px;
}
	div {
  background: rgba(255, 255, 255, 0.3)
  }

/* Clear floats after the columns */
.row::after {
  content: "";
  clear: both;
  display: table;
}

	div {
  background-color: transparent;
  }

/* Footer */
.footer {

  position: static;
  width: 100%;
  bottom: 10px;
  
  display: block;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}


/* Responsive layout - when the screen is less than 1250px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1250px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 600px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

