body {
    font-family: Verdana, sans-serif;
/*    font-family: 'Times New Roman', serif;*/
    background-color: #023D58;
/*    background-image: url("images/skyscrapers.jpg");*/
    background-image: url("images/background_globe.jpg");
    background-repeat: no-repeat;
    background-color: #023D58;
/*    background-position: top;*/
    background-position-y: 5px;
    background-position-x: center;
    margin: 0;
}

a:hover {
	text-decoration: underline;
    cursor: pointer;
}
a {
    color: #06b1ff;
	text-decoration: none;
    cursor: pointer;
}

img {
    padding-right: 5px;
}

p {
	margin: 4px;
	padding: 0;
}

#pagewrap {
    max-width: 1000px;
}
.center {
  margin: auto;
}

.title {
    font-size: 29px;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    background-color: #4594B5;
    padding: 5px;
    text-align: center;
    width: max-content;
    opacity: .9;
    margin-top: 10px;
    border-radius: 4px;
}

.title p {
    font-weight: bold;
    color: #d6d6d6;
}
.title2 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    background-color: #4594B5;
    text-align: center;
}

.intro {
    background-color: #D6D6D6;
    width: 75%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
}

/* MENU STUFF */
/*
#butMenu {
    visibility: hidden;
/*    display: block; *
}
*/
#menu_list {
    max-width: 290px;
}
#menu_list li {
    border: thin solid;
    padding: 7px;
    margin: 4px;
    list-style: none;
    background-color: #012232;
    font-family: sans-serif; 
/*    font-style: italic;*/
    border-radius: 4px;
}
#menu_list li a {
    text-decoration: none;
}
.up {
/*    background-color: #4594B5;*/
    color: #F50000;
}

#menu {
    float: left;
    width: max-content;
}

/* content box */
#content {
    background-color: #D6D6D6;
/*    text-align: center;*/
    width: 600px; /* 445 */
    padding: 10px;
    float: right;
    margin: 20px 20px;
    border-radius: 4px;
}

.content {
    padding: 10px;
    text-align: left;
    
}

.contentDesc {
/*    width: 350px;*/
    clear: both;
}

.coheader {
	font-size: medium;
	font-weight: bold;
}

/* slide show */
.mySlides {
    display: none;
    padding: 25px;
}

.slideshow-container {
/*  max-width: 500px;*/
  position: relative;
  margin: auto;
  background-color: white;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  margin-left: -25px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  font-size: 13px;
  padding: 8px 12px;
  bottom: 8px;
  width: 100%;
/*  text-align: center;*/
}

/* Number text (1/3 etc) */
.numbertext {
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
/*      -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;*/
}


/*
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size /
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
*/