
* {
  box-sizing: border-box;
}

th, td {
  padding-left: 3px;
  padding-right: 10px;
  font-size: 18px;
  color: white;
}

#clock-time, #clock-date{
	font-family: arial;
	font-size:16px;
	color: #fff;
}

#night{
	position: absolute;
	text-align: center;
	background: #fff;
	left: 65%;
	top: 28%;
	z-index: 100;
	display: none;
}

.summary-table {
	text-align: left;
}

.td-right {
	text-align: right;	
	padding-right: 0px;
	padding-left: 0px;
}

.anchor{
	font-size: 18px;
}

.ack{
	color: #fff;	
	text-decoration: underline cyan;
}

.tides {
  font-family: Times New Roman;
  font-size: 17px;
  color: #FFF;
  background-color: #0000FF;  
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  display: inline-block;
}

.spaces span{
	width: 50px;
}

#topmenu{
	display: none;
}

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  margin: -2px auto;
}

.sub-container {
  text-align: center;
  left: 0px; 
}

#sub-container {
  text-align: center;
  left: 0px;
}

.title-box {
  position: relative;
  top: 0px;
  left: 0px;
  display: inline-block;
}

.main_title {
  position: relative;
  top: -10px;
  margin: 0;
  white-space: nowrap;
  font-family: Times New Roman;
  font-size: 45px;
  color: #1C169B;
  //background: #84A5ED;
  text-shadow: 0 1px #808d93, -1px 0 #cdd2d5, -1px 2px #808d93, -2px 1px #cdd2d5, -2px 3px #808d93, -3px 2px #cdd2d5, -3px 4px #808d93, -4px 3px #cdd2d5, -4px 5px #808d93, -5px 4px #cdd2d5, -5px 6px #808d93, -6px 5px #cdd2d5, -6px 7px #808d93, -7px 6px #cdd2d5, -7px 8px #808d93, -8px 7px #cdd2d5;
  color: #1C169B;
  //background: #84A5ED;
}

.sub_title {
  position: relative;
  top: -10px;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  color: #1C169B;
  font-size: 30px;
  text-shadow: 0 1px #808d93, -1px 0 #cdd2d5, -1px 2px #808d93, -2px 1px #cdd2d5, -2px 3px #808d93, -3px 2px #cdd2d5, -3px 4px #808d93, -4px 3px #cdd2d5, -4px 5px #808d93, -5px 4px #cdd2d5, -5px 6px #808d93, -6px 5px #cdd2d5, -6px 7px #808d93, -7px 6px #cdd2d5, -7px 8px #808d93, -8px 7px #cdd2d5;
  display: inline-block;
}

.title-text {
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
}

.main-div {
  position: relative;
  //top: -540px;  
  top: -26px;  
  text-align: left;
  width: 97%;
  margin: 0 0 0 0;
  float: right;
  //font-size: 120%;
  padding: 15px 20px 0 20px;  
  background-color: rgba(0,0,0,0.45);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
}

#clock-date{
	font-family: arial;
	font-size: 18px;
	color: #fff;
}

@media screen and (max-width: 565px) and (min-width: 300px) {
	.p1{
		display:none;
	}
}

@media screen and (max-width: 600px) {
  div.content_404 {
    font-size: 16px;
	width: 100%;
  }
  .minteract {
    display: none !important;
	text-align: center;
  }
}

[class*="col-"] {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 600px) {
  div.sub_title {
    font-size: 30px;	
  }
}

@media (max-width: 600px) {
  .mobile {
    display: none;
    /* Add other properties here */
  }
  
}

@media screen and (min-width: 0px) and (max-width: 1050px) {
  #scroll-cell{
	  display: block;
  }
}

@media screen and (min-width: 1050px) and (max-width: 3000px) {
  #scroll-cell{
	  display: none;
  }
}  

@media screen and (min-width: 0px) and (max-width: 700px) {
  .desktop {
    display: block;
  }
}

 @media screen and (min-width: 701px) and (max-width: 3000px) {
  .desktop{
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  
  /*.col-s-8 {width: 22%;}
  .col-s-9 {width: 56%;}*/
  
  .col-s-8 {width: 67%;}
  .col-s-9 {width: 75%;}
  
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  
  .col-8 {width: 67%;}
  .col-9 {width: 75%;}
  
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.dropdown {
  //position: fixed;
  z-index: 1;
}

#home-btn {
  position: relative;
  width: 40px;
  height: 40px;
}

img {
  border: 0;
  max-width: 80%;
  height: auto;
}

.img-container {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.topmenu {  
  overflow: hidden;  
  background-color: black;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
}

.topmenu a {
  float: left;
  font-size: 14px;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding: 10px 10px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {	
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  padding: 10px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.topmenu a:hover, .dropdown:hover .dropbtn {  
  color: lime;
}

.dropdown-content {
  display: none;  
  position: absolute;  
  background-color: black;    
  width: 38vw%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  color: lime;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.h-nopad{    
  text-align: center;
  margin-bottom: 0px;  
}

.h-nopad-blue{
  color: #00ffff;
  text-align: left;
  margin-bottom: 0px;
  display: inline;
}  

.nopad-blue {
  display: inline;
  color: #00ffff;
  font-size: 40px;
}

.nopad-blue-small {
  display: inline;
  color: #00ffff;
  font-size: 30px;
}

html {
  font-family: "Lucida Sans", sans-serif;
  height: 100%;
  font-size: calc(0.1em + 1vw);
}

p { 
  padding: 0 0 16px 0;
  line-height: 1.7em;
  color: #FFF;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 { 
  color: #FFF;
  letter-spacing: 0em;
  padding: 0 0 0 0;
}

h1, h2, h3, h4 { 
  font: normal 140% 'News Cycle', arial;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
}

h1 {
  font-size: 30px;
  padding: 9px 0 5px 0;
}  

h2 { 
  font-size: 25px;
  padding: 9px 0 5px 0;
}

h3 { 
  font-size: 20px;
  padding: 5px 0 0 0;
}

h6 { 
  padding: 0 0 5px 0;
  font: normal 120% 'Droid Sans', arial, sans-serif;
}

h4, h5, h6 { 
  font: italic 100% 'Droid Sans', arial;
  padding: 0 0 15px 0;
}

h6 { 
  font: normal 100% 'Droid Sans', arial;
}

a {   
  text-decoration: none;  
  color: #00FFF8;  
}

a:hover { 
  text-decoration: underline;
  text-decoration-color: #00FFF8;
}

ul { 
  /*margin: 2px 0 22px 17px;*/
  margin: 0 0 0 8px;
}

ul li { 
  list-style-type: none;
  background: url(../imgs/bullet.png) no-repeat;
  margin: 0 0 0 0; 
  padding: 0 0 4px 28px;  
  line-height: 1.5em;
  color: #FFF;
  font-size: 18px;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}
