.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit} 

img {
  border-radius: 13%;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #000;
  margin: 0;
}

a:link {
  color: #bfff80;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #00ff80;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffff80;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #ff8000;
  background-color: transparent;
  text-decoration: underline;
}

h1 {
   color: #bfff80;
   font-family: Tahoma, Verdana, sans-serif;
   letter-spacing: .8px;
   text-align: center;
}
 
h2 {
   color: #bfff80;
   font-family: Tahoma, Verdana, sans-serif;
   letter-spacing: .8px;
   text-align: center;
}
 
h3 {
   color: #bfff80;
   font-family: Tahoma, Verdana, sans-serif;
   letter-spacing: .8px;
   text-align: center;
}
 
h4 {
   color: #bfff80;
   font-family: Tahoma, Verdana, sans-serif;
   letter-spacing: .8px;
   text-align: center;
}
 
h5 {
   color: #bfff80;
   font-family: Tahoma, Verdana, sans-serif;
   letter-spacing: .8px;
   text-align: center;
}
 
h6 {
   color: #bfff80;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: small;
   font-weight: lighter;
   letter-spacing: .8px;
   text-align: center;
}
 
h7 {
   color: #bfff80;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: small;
   font-weight: lighter;
   letter-spacing: 1px;
   text-align: center;
}
 
h8 {
   color: #bfff80;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: x-small;
   letter-spacing: 1px;
}

html {
  scroll-behavior: smooth;
}

.flex-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #000;
}

.flex-container > div {
  background-color: #000;
  width: 450px;
  margin: 8px;
  text-align: left;
  line-height: 24px;
  font-size: 18px;
}

p.paragraph {
   font-family: Tahoma, Verdana, sans-serif;
   letter-spacing: .8px;
   color: #bfff80;
}

p.paragraph-2 {
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 24px;
   letter-spacing: 1.3px;
   color: #bfff80;
   text-align: center;
   font-style: italic;
}

/* Style the header */
.header {
  background-color: #000;
  padding: 13px;
  text-align: center;
}

mark {
  background-color: #66b8ff;
  color: #000;
}

span {
  background-color: #00ff80; 
  color: #131313;
  text-decoration: underline;
}

/* Style the top navigation bar */

body > .row > [class*='coffee-span-'].nav-bar {
  padding-top: 1.75em;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333231;
}

.container {
  position: relative;
  float: right;
  color: white;
}

top-right {
  position: inherit;
  top: 8px;
  right: 16px;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: #bfff80;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #131313;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #313131;
  max-width: 100%;
  height: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #bfff80;
  padding: 12px 16px;
  text-decoration: underline;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #321123;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.container {
  position: relative;
  text-align: center;
}

.top-right {
  background-color: #bfff80; 
  position: absolute;
  top: 2px;
  right: 2px;
}

/* Create three unequal columns that floats next to each other */
.column {
  background-color: #000;
  color: #bfff80;
  float: left;
  padding: 10px;
}

/* Left and right column */
.column.side {
  width: 20%;
  color: #bfff80;
}

/* Middle column */
.column.middle {
  width: 60%;
  color: #bfff80;
}

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

.footer {
  color: rgba(35, 31, 35);
  background-color: #000;
  text-align: center;
  padding: 10px;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 645px) {
  .column.side, .column.middle {
    width: 100%;
  }
}

/**
* @file: highslide.css 
* @version: 4.1.9
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 3px;
	border-style: solid;
	border-color: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	text-align: center;
	/*background: #000000;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url('fullexpand.gif') no-repeat;
   display: block;
   width: 31px;
   height: 31px; margin-left:0; margin-right:10px; margin-top:0; margin-bottom:10px
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url('loader.white.gif');
	background-repeat: no-repeat;
	background-position: 3px 1px; padding-right:3px; padding-top:3px; padding-bottom:3px
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}

/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url('close.png');
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}