/* Created by DavisWebDesign */
body, html 
{
height: 100%;
margin: 0;
font: 400 15px/1.8 "Lato", sans-serif;
color: #777;
/* min-width: 1100px; */
background-color: #990000; /* background color for all pages */
/* max-width: 1000px; */
}
/* for div troubleshooting */
/*div{border-style: solid;} */
/* ----- Define and locate background images for scrolling pages ------ */
.bgimg, .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6
{
position: relative;
height: auto;
overflow: hidden;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
clear: left;
}
.bgimg-1 
{
background-image: url('../images/beatles.jpg');
}
.bgimg-2 
{
background-image: url('../images/planet.jpg');
}
.bgimg-3 
{
background-image: url('../images/hillbillies.jpg');
}
.bgimg-4 
{
background-image: url('../images/prague.jpg');
}
.bgimg-5 
{
background-image: url('../images/bkgnds/concert_web.gif');
}
.bgimg-6 
{
background-image: url('../images/Dolly and Porter.jpg');
}
/* ---- style captions --------------- */
.caption
{
/* position: absolute; */
position: relative;
left: 0;
top: 20px;
width: 100%;
text-align: center;
vertical-align: middle;
color: #000;
height: auto;
overflow: visible;
}
.caption p
{
padding: 30px;
}
.caption span.border 
{
background: rgba(0, 102, 153, 0.5); /* teal background with 30% opacity */
color: #ffffff;
text-shadow: .1em .1em .1em black;
padding: 18px;
font-size: 52px;
font-weight: bold;
letter-spacing: 6px;
border-style: solid;
border-color: grey;
border-radius: 25px;
border-width: 7px;
}
.caption a
{
color: white;
text-decoration: none;
}
.caption a:hover 
{
background-color: blue;
}
p
{
font: 400 28px/1.8 "Lato", sans-serif;
color: white;
font-weight: bold;
text-shadow: .06em .06em .025em black;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5
{
background-attachment: scroll;
}
}
/* Pull down menu bar CSS---------------------------------------------------- */
#navigation
{width:100%; 
height:60px; 
/* background:#006699; */
font: 32pt arial;
font-weight: bold;
text-shadow: .06em .06em .025em black;
background: rgba(4, 4, 142, 1.0);
}

#navigation ul
{margin:0px; padding:4px;}

#navigation ul li
{display:inline; float:left; list-style:none; margin-left:15px; position:relative; height:40px; margin-top: 0px;}

#navigation li a
{color:#fff; text-decoration:none;}

#navigation li a:hover
{color:#fff; text-decoration:underline;}

#navigation li ul
{margin:0px; padding:0px; display:none; position:absolute; left:0px; top:45px; background-color:#999;}

/*  This is the line to control pulldown menu item formatting */
#navigation li:hover ul
{font: 24pt arial;display:block; width: 325px;background: rgba(4, 4, 142, 0.8);position: absolute;
z-index: 1;}

#navigation li li
{list-style:none; display:list-item;margin-top: 5px;}

#navigation li li a
{color:#fff; text-decoration:none;}

#navigation li li a:hover
{color:#fff; text-decoration:underline;}
/* ----------------------------------------Picture Gallery CSS ----------------------- */
div.gallery {
    border: 1px solid #ccc;
	display: inline-block;	
	width: 400px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}
div.desc {
    padding: 2px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 45%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/* ----General heading styles ----------------------------*/
p
{
line-height: 50%;
font: 400 28px/1.8 "Lato", sans-serif;
color: white;
font-weight: bold;
text-shadow: 2px 2px 4px black;
}
p.meet, li.meet
{
line-height: 50%;
font: 400 28px/1.8 "Lato", sans-serif;
color: white;
font-weight: bold;
text-shadow: 2px 2px 4px black;
text-align: left;
/* background: rgba(150, 150, 150, 0.6); */
}
h1
{
text-shadow: .1em .1em .1em #037899;
font: 24pt times;
color: black;
}
h2
{
letter-spacing: 5px;
text-transform: uppercase;
font: 22px "Lato", sans-serif;
color: #111;
text-align:center;
}
h3
{
letter-spacing: 5px;
text-transform: uppercase;
font: 32px "Lato", sans-serif;
color: #111;
text-align:center;
text-shadow: .1em .1em .1em #037899;
font: 24pt times;
color: black;
}

/* text bar ------------------------------*/
div.textbar
{
color:#ddd;

background-color:#282E34;
padding-left: 30px;
letter-spacing: 8px;
height: 100px;
}
div.textbar p
{
line-height: 100px;
}
a.GoToTop
{
letter-spacing: 1px;
text-decoration: none;
border-radius: 5px;
background-color: green;
color: white;
padding: 8px;
}
a.GoToTop:hover
{
background-color: blue;
}
table.events
{
border: 0;background: rgba(150, 150, 150, 0.4);
table-layout: fixed;
width: 90%;
margin: auto;
margin: 0 auto;
}
table.events td, th
{
padding-left: 5px;
font: 400 16px/1.8 "Lato", sans-serif;
color: white;
font-weight: bold;
text-shadow: 2px 2px 4px blue;
text-align: left;
}

table.hotels
{
border: 0;background: rgba(150, 150, 150, 0.4);
table-layout: fixed;
width: 90%;
margin: auto;
margin: 0 auto;
border: 1px solid black;
border-collapse: collapse;

}
table.hotels td, th
{
padding-left: 5px;
font: 400 16px/1.8 "Lato", sans-serif;
color: white;
font-weight: bold;
text-shadow: 2px 2px 4px blue;
text-align: left;
border: 1px solid black;

}
.button 
{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 10px;
	letter-spacing: 2px;
}
.button:hover
{background-color: blue;}
/*  ---------------- for 1968 web page text bar ----------------- */	
.box 
{
float: left;
margin: 1em;
}
.after-box
{
clear: left;
}
.box2 
{
display: inline-block;
margin: 1em;
}
/*----------------------------- */
figcaption
{
	color: silver;
}




