body
{
    background-color: lightyellow;
/*    background-color: #fffff0;*/
}


/* Hyper links */

a:link {
        color: blue;
        text-align: left;
		font-family:verdana, arial, helvetica, serif;
        font-size: 1.0em;
		font-weight: normal;
		font-style: normal;
        text-decoration: underline;
		background-color: transparent; 
        margin-bottom: 0.25em;
}

a:visited {
		color: purple;
        text-align: left;
		font-family:verdana, arial, helvetica, serif;
        font-size: 1.0em;
		font-weight: normal;
		font-style: normal;
        text-decoration: underline;
		background-color: transparent; 
        margin-bottom: 0.25em;
}

a:hover {
		color: black;
        text-align: left;
		font-family:verdana, arial, helvetica, serif;
        font-size: 1.0em;
		font-weight: normal;
		font-style: normal;
        text-decoration: underline;
		background-color: transparent; 
        margin-bottom: 0.25em;
}

a:active {
		color: cyan;
        text-align: left;
		font-family:verdana, arial, helvetica, serif;
        font-size: 1.0em;
		font-weight: normal;
		font-style: normal;
        text-decoration: underline;
		background-color: transparent; 
        margin-bottom: 0.25em; 
}
a.small {color:red; text-align: center; font-size: 0.6em; }

a.smallwhite {color:white; text-align: center; font-size: 1.0em; }

/* Heading 1 */
h1 {
        color: navy;
        text-align: center;
		font-family:verdana, arial, helvetica, serif;
        font-size: 2.0em;
		font-weight: bold;
		font-style: normal;
        text-decoration: underline;
		background-color: transparent; 
        margin-bottom: 0.25em;
    }

.nou {text-decoration: none;}

/* Heading 2 */
h2 {
        color: navy;
        text-align: center;
		font-family:verdana, arial, helvetica, serif;
        font-size: 1.75em;
		font-weight: bold;
		font-style: normal;
        text-decoration: underline;
		background-color: transparent; 
        margin-bottom: 0.25em;
    }



/* Heading 3 */
h3 {
        color: navy;
        text-align: center;
		font-family:verdana, arial, helvetica, serif;
        font-size: 1.5em;
		font-weight: normal;
		font-style: normal;
        text-decoration: inherit;
		background-color: transparent; 
        margin-bottom: 0.25em;
    }

/* Heading 4 */
h4 {
        color: navy;
        text-align: center;
		font-family:verdana, arial, helvetica, serif;
        font-size: 1.25em;
		font-weight: normal;
		font-style: normal;
        text-decoration: inherit;
		background-color: transparent; 
        margin-bottom: 0.25em;
    }

/* Body text */
p {
        color: navy;
        text-align: left;
		font-family:verdana, arial, helvetica, serif;
        font-size: 1.0em;
		font-weight: normal;
		font-style: normal;
        text-decoration: inherit;
		background-color: transparent; 
        margin-bottom: 0.25em;
		line-height:1.75em;
    }

.spacing00 {line-height:0.0em; }
.spacing10 {line-height:1.0em;}
.spacing125 {line-height:1.25em;}
.spacing15 {line-height:1.5em;}
.spacing20 {line-height:2.0em;}
.spacingnomargin {margin-bottom: 0em;}

.fontsize08 {font-size: 0.5em;}
.fontsize10 {font-size: 0.625em;}
.fontsize12 {font-size: 0.75em;}
.fontsize14 {font-size: 0.875em;}
.fontsize16 {font-size: 1em;}
.fontsize18 {font-size: 1.125em;}
.fontsize20 {font-size: 1.25em;}

.scalabletext {font-size: 1.1em;}
	
.b2 {
        font-size: 1.5em;
		font-style: italic;
		line-height:1.5em;
    }

.c2 {
		line-height:2em;
    }

.textindent {margin-left: 3em;}	
	
.small {
        font-size: 0.7em;
		line-height:1.25;
    }			

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

.right {
        text-align: right;
		float:right;
    }

.left {
        text-align: left;
		float:left;
    }
	
.green {color:green; 
		font-size:2.0em;}
	
.grey {color:grey; 
		font-size:1.25em;
		font-style:italic;}
		
.white {color: white;}

li {
        color: navy;
        text-align: left;
		font-family:verdana, arial, helvetica, serif;
        font-size: 1.0em;
		font-weight: normal;
		font-style: normal;
        text-decoration: inherit;
		background-color: transparent; 
        margin-bottom: 0.25em;
	    margin-left: 3em;
	    

		line-height:1.25;
    }

table {
    width: 100%;
	border: 0em solid black;
}

th {
    height: 0.1em;
	text-align: left;
	border: 0em solid red;
	}

td {
	padding: 0.4em;
	text-align: left;
	border: 0em solid blue;
	width: 30%;
	vertical-align: top;
   
}

.w2 { width: 2%; }
.w5 { width: 5%; }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }

img { border: 0; }

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	
}	


img.left {
    float: left;
}	

img.right {
    float: right;
}	

hr {margin-left: auto;
    margin-right: auto;
	width: 75%}

	
.column1 {
  float: left;
  width: 100%;
  padding: 0em;
}

	
/* Two images side by side */

.column2 {
  float: left;
  width: 48%;
  padding: 0.25em;
}


/* Three images side by side */

.column3 {
	
  float: left;
  width: 32%;
  padding: 0.25em;
}

.column3always {
  float: left;
  width: 32%;
  padding: 0.25em;
}

.column3amargin {
	
  float: left;
  width: 42%;
  padding: 0.25em;
}
.column3acenter {
	
  float: left;
  width: 14%;
  padding: 0.25em;
}
.column3bmargin {
	
  float: left;
  width: 15%;
  padding: 0.25em;
}
.column3bcenter {
	
  float: left;
  width: 68%;
  padding: 0.25em;
}

/* Four images side by side */

.column4 {
  float: left;
  width: 23%;
  padding: 0.25em;
}

.column4always {
  float: left;
  width: 22%;
  padding: 0.25em;
}

.column4a {
  float: left;
  width: 24%;
  padding: 0.25em;
}

.column42 {
  float: left;
  width: 23%;
  padding: 0.25em;
}

.column5 {
	
  float: left;
  width: 19%;
  padding: 0.1em;
}


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

.EndOfPage {background-color: navy}
.PaleBlueBack {background-color: #f4f8ff}
.PaleGreenBack {background-color: #f2ffcc}
.DarkerGreenBack {background-color: #e8ffcc}

/* =================================== Responsive menu ============================ */
/* Add a background color to the top navigation */
.topnav {
    background-color: #e6f3ff;
    overflow: hidden;
	height: auto;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: navy;
    text-align: center;
    padding: 0.5em 0.5em;
    text-decoration: none;
    font-size: 1.0em;
}

/* Add an active class to highlight the current page */
.topnav .active {
    background-color: #b3d7ff;
    color: #4d0099;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 1.0em; 
    border: none;
    outline: none;
    color: navy;
    padding: 0.5em 0.5em;
    background-color: inherit;
    font-family:verdana, arial, helvetica, serif;
    margin: 0;
}



/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #e6f2ff;
    min-width: 13em;
    box-shadow: 0em 0.4em 0.8em 0em rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: blue;
    padding: 0.6em 0.8em;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn, .dropbtn:focus{
    background-color: #555;
    color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}


.dropdown .active {
    background-color: #b3d7ff;
    color: #4d0099;
}

/* ========================= Dropdown within page ==================== */

.dropdowninline {
    float: left;
    overflow: hidden;
}

.dropdowninline .dropbtninline {
    font-size: 1.0em; 
    border: none;
    outline: none;
    color: navy;
    padding: 0.5em 0.5em;
    background-color: #e6f3ff;
    font-family:verdana, arial, helvetica, serif;
    margin: 0;
}

/* Style the dropdowninline content (hidden by default) */
.dropdowninline-content {
    display: none;
    position: absolute;
    background-color: #e6f2ff;
    min-width: 13em;
    box-shadow: 0em 0.4em 0.8em 0em rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style the links inside the dropdowninline */
.dropdowninline-content a {
    float: none;
    color: blue;
    padding: 0.6em 0.8em;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a dark background on topnav links and the dropdowninline button on hover */
 .dropdowninline:hover .dropbtninline, .dropbtninline:focus{
    background-color: #555;
    color: white;
}

/* Add a grey background to dropdowninline links on hover */
.dropdowninline-content a:hover {
    background-color: #ddd;
    color: black;
}


.dropdowninline .active {
    background-color: #b3d7ff;
    color: #4d0099;
}


/* =======================  ====================== */

.ShowDownArrow::after {content:"\25BC";}
.ShowUpArrow::after {content:"\25B2";}

/* Show the dropdown menu when the user clicks the dropdown button */

.showdrop{
    display: block;
}

  .MainLinks {
	  display:none;
  }

  .hidden {
		display: none;
	}

/* ======================= Individual buttons ====================== */
	
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #e6f3ff;
  border: none;
  color: navy;
  text-align: center;
  font-size: 1.25em;
  padding: 10px;
  width: 180px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 20px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border-radius: 16px;
}
.button.wide
{
	width:300px;
	
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\21E8';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonhomepage span::after {
	content: '\26EA';
}
.buttonuparrow span::after {
	content: '\21E7';  
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


/* ============== Media queries ============== */
	
@media screen and (max-width: 1000px) {
  .topnav a, .dropdown .dropbtn {
    font-size: 0.9em;
  }
  
   .scalabletext {
	font-size:1.05em;
  }
  
.column3amargin {
	
  width: 38%;
}
.column3acenter {
	
  width: 24%;
}

.column3bmargin {
	
  width: 10%;
}
.column3bcenter {
	
  width: 78%;
}
  
}

@media screen and (max-width: 800px) {
  .topnav a, .dropdown .dropbtn {
    font-size: 0.9em;
  }

  .column1 {
    width: 100%;
  }
  .column2 {
    width: 90%;
  }
  .column3 {
    width: 100%;
  }
  .column3always {
    width: 31%;
  }
  .column4 {
    width: 48%;
  }
  .column42 {
    width: 45%;
  }
  .column4a {
    width: 100%;
  }
  
   .column5 {
    width: 60%;
	margin-left: 10em;
  }

.column3amargin {
	
  width: 35%;
}
.column3acenter {
	
  width: 30%;
}
.column3bmargin {
	
  width: 5%;
}
.column3bcenter {
	
  width: 88%;
}

  .scalabletext {
	font-size:1.00em;
  }
}





/* When the screen is less than 700 pixels wide, hide all links, except for the first one */
@media screen and (max-width: 700px) {

  .column1 {
    width: 100%;
  }
  .column2 {
    width: 100%;
  }
  .column5 {
    width: 100%;
	margin-left: 1em;
  }
.column3amargin {
	
  width: 25%;
}
.column3acenter {
	
  width: 50%;
}
.column3bmargin {
	
  width: 1%;
}
.column3bcenter {
	
  width: 96%;
}

  
 .scalabletext {
	font-size:0.95em;
  }  
  .topnav a, .dropdown .dropbtn {
    font-size: 0.9em;
  }
/*  .topnav a:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)), .dropdown .dropbtn {*/
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }


  .topnav a.icon {
	float: right;
	display: block;
	
  }
  
 .button {
  font-size: 0.9em;
  padding: 5px;
  width: 120px;
  margin: 5px;

 }  
  

  .MainLinks {
	  display:block;
  }
  
.textindent {margin-left: 1em;}	
  

  .topnav.responsive {position: relative;}
    .topnav.responsive {
	  height:auto;
  }

  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	font-size: 0.9em;
  }
  

  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	font-size: 0.9em;
  }
  
}


@media screen and (max-width: 500px) {
  .column3 {
    width: 100%;
  }
  .column4 {
    width: 100%;
  }
  .scalabletext {
	font-size:0.9em;
  }
}




