* {
  padding: 0px; margin: 0px;
  box-sizing: border-box;
}

body {
  overflow-y: scroll;
  font-family: Arial;
  padding: 0px;
  background: #333333;
}
p {  line-height: 1.5;
color: #fff;
}

/* Header */
.header {
  padding: 5px;
  text-align: center;
  background: #55f;
}

.header h2 {
  font-family: times new roman;
  color: #fff;
}
.header p {
  color: #aaa;
}

/* Style the top navigation bar */

.navbar {
  overflow: hidden;
  background-color: #222222;
}

.navbar a {
  float: left;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn { 
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #333333;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  color: #000000;
  background-color: #555555;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 25%;
  background-color: -#bbb;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 30%;
  background-color: -#999;
}

/* center column */
.center {
  float: left;
  width: 45%;
  background-color: -#777;
}

/**** layout spacing ****/
.row {
  padding: 0 6px;
}

/***** Boxes *****/
.tile-01 {/*height: 150px;*/
  border: 1px solid #555555;
  border-radius: 5px;
  background-color: #3b3b3b;
  padding: 7px;
  margin: 12px 6px 0 6px;  
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6), 0 3px 10px 0 rgba(0, 0, 0, 0.59);
}

.tile-01 h3{
  color: #000;
}

/*********** clock ************/
.tile-clock {
  min-height:108px; 
  border: 1px solid #555555;
  border-radius: 5px;
  background-color: #3b3b3b; 
  padding: 6px;
  margin: 12px 6px 0 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6), 0 3px 10px 0 rgba(0, 0, 0, 0.59);
}

p#time {
  font-family: arial;
  color:#eee;
  text-align:center;
  font-weight: normal;
  margin: 5px 0;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

	/******* W3 Tabbed Content *******/
/* Style the tab */
.tab {
  overflow: hidden;
  border: 0px solid #ccc;
  background-color: #777;
  margin-bottom: 10px;
}

/* Style the buttons inside the tab */
.tab button {width: 25%;
    background-color: #777; color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px 8px;
    /*transition: 0.6s;*/
    font-size: 12px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ccc; color: #000;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #bbb; color: #000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0px 0px;
    border: 0px solid #ccc;
    border-top: none;
}

/****** style images *******/

.maps-sm {width: 100%; display: block;}
.maps-lg {width: 100%; display: block; margin: 0% auto;}
.map-local {width: 100%; display: block; margin: 0% auto;}
.surfcam {width: 100%; display: block;}

.iframe-01 {
  margin: 0% auto;
  height: 1400px; 
  width:100%;
  overflow: auto;
  border:none;
  display: block;
}

.tide2 {
  margin: auto; 
  background: transparent; 
  width: 320px;
}

.graph {
   background: #5f5b5b;
   padding: 4px;
}

/********* style the Buttons ******/

.button {
	cursor:pointer; 
	cursor:hand; 
	line-height:41px; 
	background:#3a3a3a url(images/button-raised-new2.png) no-repeat right top;
	background-image: linear-gradient(#666, #3a3a3a); 
	padding-right:10px; 
	vertical-align:middle; 
	display:block; /*opera*/ display:inline-block; /*ie*/ display:-moz-inline-box; /*ff*/ 
	}
.button span {
	color:#aaa; 
	background:url(images/button-raised-new2.png) no-repeat left top;
	background-image: linear-gradient(#666, #3a3a3a);  
	height:41px; 
	display:block; 
	display:inline-block; 
	padding-left:10px; 
	line-height:41px; }
a.button {
	margin: 10px 5px;
	}
a.button:hover {
	background:#444 url(images/button-raised-new2.png) no-repeat left top;
	background-position:right -140px;
	}
a.button:hover span {
	background-position:left -140px; 
	color:#aaa; 
	text-decoration:none;
	}

/* Footer */
.footer {  
  border-top: 1px solid #555555;
  border-bottom: 1px solid #222222;
  padding: 10px;
  text-align: center;
  background: #3b3b3b;
  margin-top: 12px;
  text-align: center;
  color: #000000;
  font-family: times new roman;
}
.footer p{
  color: #000000;
}
span.cards {
  font-size: 1.2em;
  text-align: center;
  background: transparent;
  padding: 0px;
}

span.red {
  color: red;
}

/* Responsive layout - when the screen is less than 1335px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1335px) {
  .leftcolumn, .rightcolumn, .center {   
    width: 100%;
    padding: 0;
  }
}
