﻿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: #002c69; }
a:link { color: #002c69; }
a:visited { color: #002c69; }
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;
}

#slider {
    
}

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

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

#sealmain td {
	text-align: center;
}

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

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

#admsmain td {
	text-align: center;
}

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

#leftside {
    float: left;
}

#data {
    width: 325px;
    background-color: #eeeeee;
    color: #002c69;
    margin: 0px 3px;
    border: 1px #002c69 solid;
}

#data table {
	width: 100%;
}

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

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

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

#data img {
    cursor: pointer;
}

#co {
    width: 325px;
    background-color: #eeeeee;
    color: #002c69;
    margin: 0px 3px;
    border: 1px #002c69 solid;
}

#co table {
    width: 100%;
}

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

#co caption {
    color: #002c69;
}

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

#lspics {
    padding: 30px 0 0 0;
}

#lspics td {
    text-align: center;
    padding: 10px 0;
}

#lspics img {
    cursor: pointer;
}

#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: 16px;
	text-align: justify;
	line-height: 160%;
}

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

#rightside1 td {
    vertical-align: top;
    padding: 15px 15px 0 0;
}

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

#rightside1 img {
    cursor: pointer;
}

#crew {
	width: 100%;
}

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

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

#quote {
	color: #002c69;
	font-style: italic;
	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;
  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 {   }

#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;
}

.cnoflag {
    width: 100px;
    margin: 10px 20px 0 0;
    float: left;
}
