/* Calendar Columns */
* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.col-1 {width: 33.33%;}
.col-2 {width: 66.66%;}


details {
  border-color: none;
  color: #000;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 0;
  transform-origin: top center;
  transform: rotate(0.1deg);
  }
details:hover {
  border-color: #fff;
  color: #000;
}
details:active {
  color: #fff;
  border-color: #FFF;
}
details ::-webkit-details-marker {
  display: none;
}
details + details {
  margin: 0px;
}
details p {
  color: #000;
  line-height: 1.7;
  margin:0;
  padding:5px;
}
details.primary {
  border-color: #fff;
  color: #000;
  background: #fff;
}
details.primary:hover {
  border-color: #fff;
  color: #000;
}
details.primary:active {
  color: #000;
  border-color: #fff;
}
details.success {
  border-color: #fff;
  color: #000;
  background: #fff;
}
details.success:hover {
  border-color: #fff;
  color: #000;
}
details.success:active {
  color: #000;
  border-color: #fff;
}
details.square {
  border-radius: 0;
}
details[open] {
  transition: all 0.6s;
  min-height: 10px;
  max-height: 300px;
}
clickfordetails {
  outline: none;
    padding: 0px;
font-size: small;
font-family: 'Permanent Marker', cursive;
text-align: center;
	
}
summary {
  outline: none;
    padding: 2px;
font-size: medium;
transition: 0.4s;
font-family: 'Permanent Marker', cursive;

}
summary:selection {
  background: transparent;
}
summary .close {
  display: none;
}
[open] summary .close {
  display: inline;
}
summary .open {
  display: inline;
}
[open] summary .open {
  display: none;
}
[open] summary {
  display: inline;
}

.marginauto {
    margin: 10px auto 20px;
    display: block;
}

.newspaper {
  -webkit-column-count: 3; 
  -webkit-column-width: 33%;
  -moz-column-count: 3;
  -moz-column-width: 33%;
  column-count: 3;
  column-width: 33%;
column-rule: 1px solid black;
padding: 15px;
}

 div.keeptogether {
    display: inline-block;
    width: 100%;
 }
.h22 {
  position:absolute;
  top:0;
}

/*card layout for sneak peek*/

* {
  box-sizing: border-box;
}

body {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}

/* Float three columns side by side */
.column {
  float: left;
  width: 33%;
  padding: 10px;
}


/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
/*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  padding: 20px;
  text-align: center;
/*  background-color: #02e6ea; */
}



hr { margin:  0px 0px; }

.tourspage p {
	font-size: 110%!important;
	line-height: 1.9!important;
}

#hotelbox {
	background-color: #CCFFFF;
	padding: 10px;
	border: 1px solid black;
	text-align:center;
	margin: 10px 0 15px 62px; 
	font-size: 75%;
	width: 575px;
      font-family: 'Arsenal', Arial, Helvetica, sans-serif;
    font-style: regular;
}

body {
	background: #efe0b7;
	/* background-image: url(images/webbackground.png);
	background-repeat: repeat; */
	color: #000000;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
	text-align: center;
	}

A:link {color: #b55d8e;
	text-decoration: underline}
A:visited {color: #8A16BD;
	text-decoration: underline}
A:active {color: #C6BCFF;
	text-decoration: underline}
A:hover {color: #01A7C4;
	text-decoration: underline;}

#wrapper {
	background: #fff;
	margin: auto;
	width: 750px;
	text-align: left;
	border: 5px solid #b55d8e;
	}

#header	{
	background: #fff url(images/banner.jpg) no-repeat;
	background-size: 100%;
	height: 323px;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #b55d8e;
	}

#content {
	background-color: #fff;
	padding: 0 20px 20px 20px;
	text-align: justify;
	}



#menu {
	border: 0;
	}

#menu ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #fff;
	border-bottom:  5px solid #b55d8e;
	width: 100%;
	/* fixes Firefox 0.9.3 */
	}

#menu ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 4px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#menu ul li a {
	padding: 5px 10px 5px 10px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border-right:  5px solid #b55d8e;
	width: 100%;
	font-family:'Lato', sans-serif;
	font-weight: 900;
	font-size: 95%;
	line-height: 17px;
		}

#menu ul li a:hover {
	background-color: #fff;
	color: #0b76b8;
	}

.button {
  background-color: #0c85d0;
  border: 2px solid #fff;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  /*margin: 4px 2px;*/
  cursor: pointer;
	border-radius: 6px;
	  transition-duration: 0.2s;
}

.button:hover {
  background-color: white;
  color: #0c85d0;
  border: 2px solid #0c85d0;
}

.one { 
	border-left:  5px solid #b55d8e;
	}


#rthilite {
	border: 1px solid #b55d8e;
	float: right;
	margin: 0 0 10px 20px;
	padding: 5px 5px 10px 10px; 
	width: 225px;
	text-align: left;
	}

#footer {
	background: #fff;
	margin-bottom: 0;
	}


#box {
	background-color: #02e6ea;
	border: 2px solid #b55d8e;
	margin: 10px 0 0 100px; 
	padding: 5px;
	font-size: 100%;
	width: 475px;
        font-family: 'Arsenal', sans-serif;
        font-style: regular;
	text-align: center;
	}

#boxleft {
	background-color: #02e6ea;
	border: 2px solid #b55d8e;
	margin: 10px 0 0 100px; 
	padding: 5px;
	font-size: 100%;
	width: 475px;
        font-family: 'Arsenal', sans-serif;
        font-style: regular;
	text-align: left;
	}

#pullquote {
	background: #02e6ea;
        text-align:center;
	padding: 10px;
	margin: 20px 30px;
	}

h1 {
	color: #000;
	font-family: 'Arsenal', sans-serif;
	text-transform: uppercase;
	
	font-size: x-large;
	text-align: center;
	}

h1 span {
	display: none;
	}

h2 {
    color: #000;
    font-family: 'Arsenal', sans-serif;
    /*text-transform: uppercase;
	font-stretch: extra-condensed;
	/* font-weight: bold;
	text-align: center; */
    font-size: xx-large;
    text-align: center;
	}

h3 {
	color: #000;
	font-family: 'Merriweather', serif;
	/* text-transform: uppercase;
	font-stretch: extra-condensed; */
	font-weight: 900;
	font-size: large;
	/*text-align: center;*/
	}

h4 {
	color: #b55d8e;
	font-family: 'Arsenal', serif;
	font-size: 150%;
	text-align: left;
	margin-bottom: 12px;
	}

h5 {	
	color: #b55d8e;
	font-family: 'Arsenal', sans-serif;
	font-size: x-small;
	text-align: center;
	margin-bottom: 0px;
	}

h6 {
	color: #000;
	font-family: 'Arsenal', serif;
	font-size: 120%;
	text-align: left;
	margin-bottom: 12px;
	}

blockquote {
	font-family: 'Lato', sans-serif;
}

p {
    margin-top: 0;
    font-family: 'Lato', sans-serif;
		line-height: 1.4;
	/*font-size: 85%;*/
}

vidtitle {
	color: #0c85d0;
	font-family: 'Arsenal', serif;
	font-size: 120%;
	text-align: left;
	margin-bottom: 12px;
	font-weight:900;
}
	
figure {
	text-size: 4;
}

figcaptionright {
	font-size: 75%;
	  float: right;
  width: 35%;
  text-align: center;
}

figcaptionleft {
	font-size: 75%;
	  float: left;
  width: 35%;
  text-align: center;
}

figcaption {
	font-size: 75%;
	  float: right;
  width: 25%;
  text-align: center;
}

.figcaptionctr {
	font-size: 75%;
	 margin:auto;
    text-align: center;
}

.letter {
	  display: block; 
	background-color:#f7f0f2;
	padding: 30px;
	border: 1px solid #b55d8e;
	position:relative;
	
}

.letter p {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 14px;
	
}
.letter:after {
  content: '';
  display: block;
  clear: both;
}

.juvpress {
	font-family: 'Lato', sans-serif;
	  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
	font-size: 85%;
}
p.clear {
  clear: both;
}
.toptext {
	  display: block; 
	padding: 0px 30px 0px 30px;
	position:relative;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 14px;
	}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: none;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.nos {
        padding-bottom: 0;
        margin-bottom: 0;
        }

.wis ul {
              }

.wis li {
        padding-bottom: 5px;
        margin-bottom: 5px;
        }

.nos ul {
              }

.nos li {
        padding-bottom: 0;
        margin-bottom: 0;
        }

.credit {
	margin: 0;
	padding: 5px;
	color: #000;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	}

.centeralign {
    text-align: center;
    /*font-size: 85%;*/
	}

.cntrsm {
	text-align: center;
	font-size: 80%;

	}


.floatleft { 
	float: left;
        margin: 0 10px 10px 0;
	clear: left;
	}

.floatright { 
	float: right;
        margin: 0 0 10px 10px;
	clear: right;
	}

div.left {
    float: left;
    margin: 0 15px 5px 0;
    }

div.right {
    float: right;
    margin: 0 0 5px 15px;
    }

div.left p {
    text-align: center;
    /* font-style: italic; */
    font-size: 85%;
    }

div.right p {
    text-align: center;

    font-size: 85%;
    }

.subhead {
	color: #0c85d0;
	font-family: 'Arsenal', serif;
	font-size: 120%;
	text-align: left;
	margin-bottom: 12px;
	font-weight:900;
	}

.subhead2 {
	color: #000;
	font-family: Georgia, Times, serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	}

.language {
	margin: 0;
	padding: 5px;
        color: #000;
	text-align: right;
        float: right;
	font-size: 70%;
	}

.h3 {
}
