﻿a:link    {color: maroon}
a:visited {color: green}
a:active  {color: red}
a:hover   {color: blue}

.bgcolor	{
	color: whitesmoke;
}
.pageoutline { /* page outline */
	vertical-align: top;
	background-color: white;
	padding: 2px;
	border: none;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

a{
	color: white;
	text-decoration: none;
	transition: all 0.1s ease-in-out;
}
.navbar{
	min-height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	background-color: #eeeeee;
}
.nav-menu{
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 43px;
}
.nav-branding{
	font-size: large;
}
.nav-link{
	transition: 0.7s ease;
	font-size: large;
}
.nav-link:hover{
	color: dodgerblue;
}
.hamburger{
	display: none;
	cursor: pointer;
}
.bar{
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: black;
}
@media(max-width:768px){
	.hamburger{
		display: block;
	}
	.hamburger.active .bar:nth-child(2){
		opacity: 0;
	}
	.hamburger.active .bar:nth-child(1){
		transform: translateY(8px) rotate(45deg);
	}
	.hamburger.active .bar:nth-child(3){
		transform: translateY(-8px) rotate(-45deg);
	}
	.nav-menu{
	position: fixed;
	left: -100%;
	top: 70px;
	gap: 0;
	flex-direction: row;
	background-color: #dddddd;
	width: 100%;
	text-align: center;
	transition: 0.3s;
	}
	.nav-item{
	margin: 10px 0;
	color: #eeeeee;
	}
	.nav-menu.active{
	left: 0;
	flex-direction: column;
	}
}


.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}
/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}


.border		{
	border: 3px solid DarkRed;
}
.border:hover	{
	border-color: khaki;
}
.border:visited {
	color: dark darkgreen;
}
.border:active	{
	border-color: darkblue;
}
.border1		{
	border: 5px solid #eeeeee;
	border-radius: 20px;
}
.border1:hover	{
	border-color:  DarkKhaki;
}
.border1:active	{
	border-color: DarkRed;
}
* {
  box-sizing: border-box;
}
.button {
 	padding: 10px;
 	font-size: 14px;
	margin: 5px;
    transition-duration: 0.3s;
    border: 2px solid maroon;
	border-radius: 10px;
}
.button1 {
    background-color: #237986; 
    color: white; 
}
.button1:hover {
    background-color: white;
    color: #237986;
    border: 2px solid #237986; 
}
.button2 {
    background-color: maroon; 
    color: white; 
}
.button2:hover {
    background-color: white;
    color: maroon;
    border: 2px solid maroon;
}
.credits {
	font-family: 'Verdana', 'Geneva', 'Tahoma', 'sans-serif';
	font-size: 12px;
	text-align: center;
	color: #660033;
	background-color: #eeeeee;
	border: none;
	padding: 5px;
	width: 100%;
	}
.content {
	width:100%;
	font-size: 14px;
	font-family: 'Verdana', 'Geneva', 'Tahoma', 'sans-serif';
	text-align: left;
	font-style:normal;
	color: #000000;
	background-color: #ffffff;
	padding: 1% 2%;
	vertical-align: top;
	}
.error {
	font-size: 14px;
	font-family: 'Verdana', 'Geneva', 'Tahoma', 'sans-serif';
	color:red
	}
h1 	{
	font-size: 20pt;
	font-weight: bold;
	text-indent: 0px;
}
h2 	{
	font-size: 16pt;
	font-weight: bold;
}
						 
h3 {
	font-size: 14pt;
	font-weight: bold;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
}
h5	{
	font-size: 12pt;
}
.header {
	width: 100%;
	font-family: 'Times New Roman', 'Arial', 'Sans-serif';
	font-size: 30px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: maroon;
    color: white;
	text-align: center;
}
.header3 {
	background-color: #eeeeee;
	font-size: 14px;
	font-weight:normal;
	padding-top: 10px;
	padding-bottom: 10px;
	}
img {
  	width: 100%;
  	height: auto;
	align-content: center;
}
.pagename {
	text-align: center;
	font-size: 24px;
	font-style:italic;
	font-weight: bold;
	width: 100%;
}
.pagename1 {
	background-color: #237986;
	color: #eeeeee;
}
.style1 {
	font-size: 16px;
	font-weight: bold;	
}
.style2 {
	text-align: center;
}
.title {
	font-family: 'Times New Roman', 'Arial', 'sans-serif';
	font-size: 24px;
	color:navy;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.title2 {
	font-size: 18px;
}
