﻿﻿html {    }

body {
    background-color:#eeeeee;
    margin:0px 0px 0px 0px;
    font-family: Trebuchet MS, Arial, Helvetica, Times New Roman;
    -webkit-text-size-adjust: 100%;
}

/* Styles for screens 480px wide or less (e.g., mobile) */
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px; /* Smaller font for mobile */
  }
  .container {
    padding: 10px; /* Less padding */
  }
}

p {
    color: #002c69;
    font-family: Trebuchet MS, Arial, Helvetica, Times New Roman;
    font-size: 18px;
    }

a { color: #2c88c9; }
a:link { color: #002c69; }
a:visited { color: #2c88c9; }
a:active {   }
a:focus {   }
a:hover { color: #002c69; }

h1 {
	color: #002c69; text-align: center;
	}

h3 {
	color: #002c69; text-align: center;
	}


/* Images */

/* Lists */

ul {   }
ol {   }

ul li {   }
ol li {   }

dl {   }
dt {   }
dd {   }

/* Tables */

table { width:100% }

tr {   }
.odd {   }
.even {   }

th {   }
thead, th {   }

tbody {   }

th, td, caption {   }
caption {   }

tfoot {   }
.tfooter {   }

/* Containers */

#wrapper { 
    width:1050px;
    margin:0px auto;
    background-color:#ffffff;
    }

#header { 
    width:100%;
    overflow: hidden;
    }

#logo {
	float: left;
	width: 250px;
	margin: 0 0 0 50px;
}

#logo img {
    width:150px;
    margin: 20px;
    }

#menu {
	width: 625px;
	height: 100px;
	float: right;
	margin: 20px 0px 0px 0px;
}

#menu ul li {
	display: inline;
	line-height: 18px;
	margin-bottom: 12px;
	float: left;
}

#menu ul li a {
	display: inline-block;
	padding: 0px 10px 10px 10px;
	margin: 0 5px;
	text-decoration: none;
	font-size: 12px;
	color: #2c88c9;
	line-height: 50px;
}

#menu ul li:hover {
	border-bottom: 3px solid #002c69;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #ffffff;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 14px;
  color: #2c88c9;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: #2c88c9;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #ffffff;
  color: #002c69;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #2c88c9;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

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

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

.current {
	font-weight: bold;
	color: #444;
	border-bottom: 3px solid #2c88c9;
}

#flags {
	width: 150px;
    float: right;
    margin: 50 10 0 0;
}

#banner {
    width: 100%;
    border-top: 1px #002c69 solid;
}
    
#banner h1 {
	text-align: center;
}

#banner img {
	width:100%;
}

#banner h3 {
    font-style: italic;
    text-align: center;
}

#pres img {
    display: block;
    width: 300px;
    margin: auto;
}

#index-content {
	width: 100%;
	text-align: center;
	height: 600px;
}

#index-content p {
	width: 100%;
}

#index-content img {
	width: 100%;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* 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);
}

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

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

#main {
    width: 100%;
    height: 2100px;
}

#leftside {
    float: left;
    width: 300px;
    background-color: #eeeeee;
    color: #002c69;
    margin: 0px 3px;
    border: 1px #002c69 solid;
}

#leftside table {
	width: 100%;
}

#leftside td {
	font-size: 12px;
	color: #002c69;
	vertical-align: top;
	padding: 2px 5px;
}

#leftside h1 {
    font-size: 20px;
}

#leftside p {
    font-size: 12px;
    margin: 0px 3px;
}

#rightside {
    float: right;
    width: 700px;
    text-align: center;
    margin: 0 10 10 0;
}

#rightside img {
	display: block;
	margin: auto;
	width: 50%;
}

#rightside p {
	font-size: 14px;
	text-align: justify;
	line-height: 160%;
}

#rightside1 {
    float: right;
    width: 700px;
    margin: 0 10 0 0;
}

#rightside1 td {
    vertical-align: top;
}

#rightside1 td p {
	font-size: 14px;
	text-align: justify;
	vertical-align: top;
	line-height: 150%;
}

#crew {
	width: 100%;
	height: 5200px;
}

#crewtable {
	width: 80%;
	margin: auto;
}

#crewtable td {
	text-align: center;
	vertical-align: top;
	border: 0px #002c69 solid;
	width: 33%;
}

#quote {
	color: #002c69;
	font-size: 16px;
}

#crewtable details  {
  padding: 4px;
  width: 230px;
  background-color: #eeeeee;
  border: 1px #002c69 solid;
  border-radius: 8px;
  box-shadow: 1px 1px 2px #bbbbbb;
  cursor: pointer;
  margin: auto;
  color: #002c69;
}

summary {
  list-style: none; /* or list-style-type: none; */
}
/* Webkit-specific pseudo-element for broader compatibility */
summary::-webkit-details-marker {
  display: none;
}

#crewtable summary::before {
  content: "⚓︎";
  margin-right: 0.5em;
  /* Add styling and transition for the custom marker */
}

#crewtable p {
	font-size: 14px;
	color: #002c69;
}

#crewtable img {
    cursor: pointer;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1000px;
}

#caption {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

#content {   
	width: 70%;
	margin: auto;
	padding: 0 0 40px 0;
}

#formleft {
	margin: auto;
}

#formleft a { color: #002c69; }
#formleft a:link { color: #002c69; }
#formleft a:visited { color: #002c69; }
#formleft a:active { color: #002c69;  }
#formleft a:focus { color: #002c69;  }
#formleft a:hover { color: #002c69; }


#formleft p {
	font-size: 16px;
	color: #002c69;
	line-height: 140%;
}

#formleft img {
	width: 300px;
}

#form-content {
	margin: auto;
	line-height: 140%;
}

#form {
	margin: auto;
	padding: 0 0 0 0;
	color: #002c69;
}

#form ol {
	list-style-type: none;
}

#form label {
	float: left;
	width: 150px;
	text-align: right;
	display: block;
}

#form input {
	width: 280px;
	margin-bottom: 16px;
	margin-left: 10px;
	background: #eeeeee;
	border: 1px #002c69 solid;
}

.submit {
	width: 90px;
	height: 25px;
	margin-left: 240px;
	font-size: 12px;
	background-color: #002c69;
	color: #eeeeee;
	border: 1px #eeeeee solid;
	border-radius: 12px;

	
}

#form p {
	font-size: 16px;
	color: #002c69;
}

#form h4 {
	text-align: center;
	font-size: 18px;
	color: #ff0000;
}

#form h2 {
	text-align: center;
	font-size: 24px;
	color: #002c69;    
}

#ev-content {
	height: 4400px;
	padding: 20px 0 0 0;
}

#mavi {
	text-align: center;
}

#mavi table {
	width: 150px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}

#mavi img {
	width: 60%;
	text-align: center;
}

#mavi ul li {
	color: #002c69;
	text-align: center;
	list-style-type: none;
}

#mavi p {
	margin: 20 150 0 150;
	text-align: justify;
	line-height: 130%;
}

#mavi hr {
	width: 80%;
}

#mavi a { color: #002c69; }
#mavi a:link { color: #002c69; }
#mavi a:visited { color: #002c69; }
#mavi a:active {   }
#mavi a:focus {   }
#mavi a:hover { color: #002c69; }

#footer {
    width: 100%;
    background-color: #002c69;
    height: 35px;
    }
    
#fleft {
	float: left;
	width: 200px;
}

#fleft a {
	border: 0px #002c69 solid;
}

#fleft img {
	margin: 0px 0px 0px 25px;
}

#fright {
	float: right;
	width: 200px;
}

#fright p {
	color: #ffffff;
	font-size: 10px;
}

#ty-content {
	height: 500px;
	padding: 20px 0 0 0;
}

#ty-content p {
	text-align: center;
}

#rr-content {
	width: 70%;
	margin: auto;
	padding: 0 0 40px 0;
}

#rr-content p {
	text-align: center;
}

#wh-diary {
	width: 70%;
	margin: auto;
	padding: 0 0 40px 0;	
}

#wh-diary p {
	text-align: center;
}

#vids {
	width: 100%;
}

#rr-speech {
	width: 70%;
	margin: auto;
	padding: 0 0 40px 0;
}

#rr-vid1 {
    width: 50%;
    height: 450px;
    float: left;
    text-align: center;
}

#rr-vid2 {
    width: 50%;
    height: 450px;
    float: right;
    text-align: center;
}

#rr-text {
    margin: 0px;
}

#rr-text p {
    text-align: justify;
    font-size: 16px;
    line-height: 140%;
}

#diary h3 {
    color: #002c69;
    font-size: 24px;
}

#diary h4 {
    color: #002c69;
    margin-left: 50px;
    font-size: 20px;
}

#diary p {
    text-align: justify;
    font-size: 16px;
    line-height: 140%;
}

#diary img {
    float: right;
    margin: 0 50px;
    width: 100px;
}

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

#dqot {
    font-style: italic;
}

#med-content {
	width: 1050px;
	height: 4000px;
	margin-left: 100px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 20%;
  max-width: 20%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

