/* MAIN CSS */

* {
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        background: transparent;
        font-family: "Arial";
	font-size: 16px;
}

body {
	background-image: url("./pics/background.gif");
        background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
	color: #147;
	text-align: center;
}

h1 {
	font-size: 5.9vmin;
}

h2 {
	font-size: 3.5vmin;
}

h3 {
	font-size: 2.5vmin;
}

ul, ol {
  padding: 0px 30px;
}

#strike{
        text-decoration: line-through;
}

.mono_bold, .mono_bold p, .mono_bold ul, .mono_bold li {

	font-family: "Courier New", "Courier", monospace;
	font-weight: bold;
}


/* HEADER */

.header {
	display: flex;
  	position: sticky;
  	top: 0;
  	left: 0;
  	padding: 0px 0px;
  	width: 100%;
  	height: 11vmin;
  	align-items: center;
	justify-content: space-between;
  	background: #479;
  	color: #dddddd;
	white-space: pre;
/*  border-radius: 10px; */
}


/* NAV BAR */

.navbar {
            display: flex;
            position: fixed;
	    margin-top:11vmin;
	    width: 99vw;
            align-items: center;
            justify-content: space-between;
            top: 0px;
            background: #479;
          /*  background: rgb(255 127 39);
            background-blend-mode: darken;*/
            background-size: cover;
            color: white;
            padding: 5px 20px 5px 10px;
        }

        .nav-list {
            display: flex;
            list-style: none;
        }

        .nav-list li {
            margin-right: 20px;
        }

        .nav-list li:last-child {
            margin-right: 0;
        }

        .nav-list li a {
            text-decoration: none;
            color: white;
            font-size: 1em;
          /*  transition: color 0.3s ease-in-out;*/
        }

        .nav-list li a:hover {
            color: #ffd700;
            /* Change the color on hover */
        }

        .rightNav {
            text-align: right;
        }

/* FOOTER */

.footer {
	display: flex;
  	position: fixed;
	left: 0;
	bottom: 0;
	padding: 5px 10px;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	background: #479;
	color: #dddddd;
	white-space: pre;
}

/* CENTER AREA FOR MAIN CONTENT */


.page {
	margin-left: 10vw;
	margin-right: 10vw;
	margin-top: 10vmin; 	
	margin-bottom: 50px;
	line-height: 1.5;
	padding: 0px 0px;
}

.page p {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}

.page table {
	margin: auto;
	
}

.page table, .page th, .page td {
	text-align: center;
	padding: 5px 10px;
}

.page table {
	border-collapse: collapse;
	border-style: hidden;
}
.page td,.page th {
	border: 1px solid black;
}

.page h1, .page h2, .page h3 {
	padding-bottom: 15px;
	text-align: center;
}

.page p a {
  display: block;
  background-color: rgba(4,170,109,0.3);
  color: #000;
  margin-top: 5px;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 10px;
  border: none;
  width: 150px;
  text-align: center;
  margin: auto;
}

.page p a:hover {
  background-color: #257;
  color: white;
}


/* BLOG RELATED */

.blog-container {
	margin-left: 10vw;
	margin-right: 10vw;
	margin-top: 10vmin; 	
	margin-bottom: 50px;
	/*line-height: 1.5;*/
	line-height: 1.5;
	font-size: 2vmin;
	padding: 0px 0px;
}

.blog {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	padding: 15px;
	color: #90ff90;
	background-color: #222;
	border-radius: 8px;
	height: 100%;
	font-family: "Courier New", "Courier", monospace;
	text-align: left;
}

.blog p {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: "Courier New", "Courier", monospace;
}

.blog a {
	color: LawnGreen;
}

.blog iframe {
	background-color: white;
}

.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6 {
	font-family: "Courier New", "Courier", monospace;
	color: #d04243;
	text-align: left;
}

.blog h2 {
	text-decoration: underline;
	padding-bottom: 5px;
}

#left-align {
	text-align: left;
	text-decoration: underline;
}

/* Old Pages - mainly the same as .page but without the buttons for <a href> links */
.old {
	margin-left: 10vw;
	margin-right: 10vw;
	margin-top: 10vh; 	
	margin-bottom: 50px;
	line-height: 1.5;
	padding: 0px 0px;
}

.old p {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	color: sepia;
}

.old table {
	margin: auto;
}

.old table, .old th, .old td {
	text-align: center;
	padding: 5px 10px;
}

.old h1, .old h2, .old h3 {
	padding-bottom: 15px;
	text-align: center;
}


/* Dropdown Buttons */

.dropbtn {
	color: white;
	padding: 2px;
	font-size: 1rem;
  	width: 95px;
  	border: none;
	margin-right: 20px;
	margin-left: 0px;
	text-align: right;
  /*	border-radius: 5px;*/
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  background-color: rgba(4,170,109,1);
  padding: 5px 5px;
  text-decoration: none;
  display: block;
  border-radius: 0;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #4797;
	color: #ffd700;
}
