body {
background-color: rgb(26,26,26);
}
.container {
background-color: #fff;
//padding-bottom:25px;
}

a {
  color: rgb(101,45,145);
  text-decoration: none;
//  font-weight: bold;
}

a:hover,
a:focus {
  color: rgb(79,143,0);
  text-decoration: underline;
//  font-weight:bold;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.navbar {
border-top:10px solid rgb(26,26,26);
text-align:center;
}

.navbar .navbar-nav > li > a {
    color: #000;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    background-color: #fff;
    color: rgb(79,143,0);
    text-decoration: none;
    text-align:center;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: rgb(0,0,0);
    background-color: rgb(112,51,100,.1);
    text-decoration: none;
}

.navbar-toggle .icon-bar {
    background-color: rgb(0,0,0);
}

.dropdown-menu {
text-align: center;
}

.row {
padding-left:50px;
padding-right: 50px;
padding-top: 15px;
//padding-bottom: 25px;
}

.banner {
    margin-top: 125px;
    margin-bottom: 25px;
    background-color:rgb(101,45,145);
    padding-left:25px;
    padding-right:25px;
    font-family: 'Caveat Brush', sans-serif;
    color: rgb(255,255,255);
    font-size:3em;
}

.sponsors {
font-size:0.9em;
text-align:center;
}
.sponsorp {
padding-top:10px;
padding-bottom:10px;
line-height:1.25em;
}

.sponsorsize {
max-width:200px;
width:100%;
height:auto;
}
.lilink {
line-height:2em;
}
.purple {
color: rgb(101,45,145);
}

.green {
color: rgb(79,143,0);
}

.heading-title {
margin-bottom:20px;
margin-top:0;
//color:rgb(79,143,0);
}

.heading-subtitle {
margin-top:3px;
margin-bottom:20px;
font-size:1.5em;
}

.section-title {
margin-top:0;
margin-bottom:20px;
//color:rgb(79,143,0);
font-weight:bold;
}

.presented {
margin-top:0;
margin-bottom:20px;
color:rgb(79,143,0);
//font-size:1em;
font-weight:bold;
}

.btntitle {
font-size:1.25em; font-family: 'Caveat Brush', sans-serif;
}
.btnsubtitle {
font-size:1.25em; 
font-weight: bold
}

.footer {
background-color:rgb(26,26,26);
color: #fff;
font-size:.9em;
line-height:1.75;
}

// footer alt link style
alt {
color:rgb(230, 204, 255);
}

a.alt {
  color: rgb(230, 204, 255);
  text-decoration: underline;
//  font-weight: bold;
}

a.alt:hover,
a.alt:focus {
  color: rgb(217, 140, 217);
  text-decoration: underline;
//  font-weight:bold;
}

a.alt:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
// end footer alt link style



/* caption custom */
.captioncustom {
background-color:rgb(112,51,100);
color:#fff;
width:250px;
padding: 2px 2px 2px 2px;
text-align: center;
}

.custom-bg-opacity {
     background-color: #fff;
     opacity: 0.7;
     padding: 10px;
}

.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
padding-left: 5px;
right: 0;
width: 40px;
height: 40px;
z-index: 100;
display: none;
text-decoration: none;
//color: #ffffff;
background-color: rgba(26,26,26,0);
}

.spacer {
padding: 5px;
border: 0;
color: #fff;
}
.back-to-top i {
font-size: 40px;
}

.gap-left {
  margin-left: 10px; 
}

//test
.div-border {
  width:100%; 
//  height:125%;
//  margin-top:5%; 
//  text-align:center;
}
.p-div-border {
  display:inline-block;
  width:275px;
//  margin:5% auto;
margin:auto;
//margin-left:15px;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding:10px;
//  line-height:1.5em;
  font-size:.95em;
//  font-weight: bold;
  background:hsla(0, 0%, 100%, 1);
text-align:center;
}
#one {
//  border:solid 5px hsla(120, 100%, 30%, 1);
  border:solid 7px hsla(87, 100%, 28%, 1);

}
#two{
   border:dotted 5px hsla(120, 100%, 25%, 1);
}
#three{
   border:dashed 5px hsla(120, 100%, 25%, 1);
}

//#4f8f00 hex green
//87,100%,28% hsl
//https://www.rapidtables.com/convert/color/index.html


/* THE BOX INSET TEXT
<div class="div-border">
 <!-- pull right on larger screens -->
<p class="p-div-border pull-right hidden-xs" id="one">
Naples Grape Festival 2022 is Proudly Presented by the Naples Grap testNaples Grape Festival 2022 is Proudly Presented by the Naples Grap</p>
<!-- center on small screens -->
<p class="p-div-border center-block visible-xs" id="one">
Naples Grape Festival 2022 is Proudly Presented by the Naples Grap testNaples Grape Festival 2022 is Proudly Presented by the Naples Grap</p>
</div>
*/

