./* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

table {
    border-collapse: collapse;
}

#tablemobile {
    display:none;
}

tr {
    border-bottom: 1pt dashed #afb2ba;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
html, body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    background-color: #202020;
}
.paraimg1, .paraimg2, .paraimg3, .mapbg {
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.navbar {
  overflow: hidden;
  background-color: #202020;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
z-index: 2;    
}

.navbar a {
    float: center;
    display:block;
    color:white;
    text-align: center;
     padding: 14px 16px;
    z-index: 2;
}

hr {
border: 2px solid white;
margin-left: 40%;
margin-right: 40%;
margin-top: 1em;
margin-bottom: 1em;    
}

.wholeguy
{
margin-top: 30px;
    z-index: -1;
}

.logo {
    height:2em;
}

.paraimg1 {
    background-image: url("../img/ocean1.jpg");
}

.paraimg2 {
    background-image: url("../img/ocean2.jpg");
}

.paraimg3 {
    background-image: url("../img/indianwave.jpg");
}

.caption {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    color:white;
}

.caption2 {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    color:white;
}

.mapicon {
    width="100%";
    border: 0;
}

td {
    color: white;
    padding: 1em;
    font-size: 0.9em;
}

#first {
    width: 30%;
}

#mapid { height: 93%;
margin-top: 30px;
}

#wavebg {
  height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;    
}

.border {
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left:10%;
    padding-right:10%;
    font-size: 1em;
    line-height: 1.5em;   
}

#invisihr {
    display:none;
}

.leaflet-popup-content-wrapper {
    background: #202020;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);   
}

.leaflet-popup-tip {
    opacity:0;
}

.leaflet-popup-content {
    font-family: "Montserrat";
    font-size: 1.25em;
    line-height: 1.5em;
    color: white;
}

.leaflet-popup-content a {
    font-weight: bold;
    color: white;
    font-size: 1.5em;
    line-height: 1.25em;
}

.leaflet-popup-content .littlelink {
    font-weight: bold;
    color: white;
    font-size: 1em;
    text-align: right;
}

.leaflet-popup-content img {
    padding-bottom:0.5em;
    width:100%;
    align-content: right;
}


.stathead {
    width:100%;
    left:0;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 1em;
    font-weight: 700;
    color:white;
}

.breakhead {
    width:100%;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 1em;
    font-weight: normal;
    color:white;
}

.tablea {
    font-weight: bold;
    color: #d8352a;
    font-size: 1.25em;
    line-height: 1.25em;
}

.tableb {
   font-weight: bold;
    color: white;
    font-size: 0.9em;
    text-align: right;
}

p {
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 1em;
    text-align: center;
    color: white;
}
@media screen and (max-width: 800px) {
    #mapid {
        display: none;
    }    
    #tablemobile{
        display: block;
    }
    p .stathead .caption {
        font-size: 0.9em;
    }
    .paraimg1, .paraimg2, .paraimg3, .mapbg {
        background-attachment: scroll;
    }
    .caption {
        top: 25%;    
    }
    .caption2 {
        top: 20%;    
    }
    #invisihr {
        display:block;
    }
}
    