/*
 * Affordable Travel
 * CSS File
 * Created by: Jim Waldrum
 * Last Update: February 6, 2023
 */
body {
	font-family: 'Open Sans', 'Railway', sans-serif;
	
	font-size: 62.5%;
	font-size: 1.2 em;
	background-color: #ffffff;
}

/*
 * Layout
 */
.container-fluid > .row {
	margin-left: -10px;
	margin-right: -10px;
}
.container-fluid {
	width: 100%;
	margin: auto;
}
.row {
	margin-top: 20px;
	margin-bottom: 20px;
}
.no-gutters > [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
}


figure {
    margin: 0px 0px 30px;
	float: left;
	display:table;


}
figcaption {
    color: #858585;
	background-color: #fff;
	#border-top: 1px rgb(46, 46, 46) dashed;
	border: 1px rgb(46, 46, 46) dashed;
	border-radius: 10px;
	box-shadow: 3px grey;
    padding: 10px;
    max-width: 300px;
    font-size: 12px;
	#hovmax-height: 100px;
	margin-top: 20px;
	margin-bottom: -20px;
}





.tag {
	text-align: center;
}
header {
	width: 100%;
	background-color: #003a71;
	background-color: #4c4c4c;
	background-color: #9cb7be;
	min-height: 40px;
	margin-bottom: -40px;
	border-bottom: 2px solid black;
}
footer {
	#width: 100%;
	color: white;
	background-color: #000;
	font-size: 10px;
	border-top: 1px dotted #ccc;
	margin-top: 20px;
	#margin: 20px -20px;
	padding-top: 20px;
	text-align: center
}
.places {
	margin: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: -20px;
	background-color: #222;
}
.places h2 {
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	margin: 10px 0px;
}


/*
 * Styling
 */


h1,h2,h3,h4,h5,h6 {
	font-family: 'Railway', sans-serif;
	font-family: 'Merriweather';
	letter-spacing: .03em;
	font-weight: 400;
	clear: none !important;
}
h1 {
    color: #858585;
    #text-transform: uppercase;
    font-size: 22px;
	clear: left;
	margin-top: 0px;
}
h2 {
    color: #858585;
	#color: rgb(103, 88, 5);
    #text-transform: uppercase;
    font-size: 1.6rem;
	#clear: left;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
h3 {
    color: #858585;
	color: rgb(103, 88, 5);
   # text-transform: uppercase;
    font-size: 1.8rem;
	clear: left;
	margin-bottom: 20px;
}
h4 {
    color: #858585;
	color: rgb(103, 88, 5);
    #text-transform: uppercase;
    font-size: 14px;
	clear: left;
}

p {
    color: #303030;
	color:#000000;
	color: #585858;
    #font-family: Arial;
    font-size: 18px;
    line-height: 1.5; 
	line-height: 1.6;
	font-weight: 200;
	#clear: both;
}

.breadcrumbs {
	#border: 1px solid rgb(123, 123, 123);
	#margin-bottom: 30px;
	font-size: 0.8rem;
	color: black;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: -30px;
	margin-bottom: -80px;
	padding: 10px;
}
.breadcrumbs a {
	color: purple;
	font-weight:800;
}
.breadcrumbs a:hover {
	color: purple;
	font-weight:800;
}
.breadcrumbs a:visited {
	color: purple;
	font-weight:800;
}
.textmenu {
	line-height: 10px;
	margin: 0px 0px;
}
.description_content {
	color: black;
}
img {
	max-width: 100%;
	max-height: 100%;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	border: 1px solid black;
}
.things {
	float: left;
	margin-right: 20px;
}
.thingstodo {
	margin-bottom: 50px;
}
.clearboth {
	clear: both;
}
/*
 * Image Wrapper
 */
.imagewrapper a:link, a:visited, a:hover, a:active {
	color: black;
	text-decoration: none;			
}
footer a:link, a:visited, a:hover, a:active {
	color: #fff;
	text-decoration: none;	
}
p a {
	color:rgb(225, 0, 0);
	font-weight:400;
	text-decoration: underline;
}
p a:hover {
	color: rgb(225, 0, 0);
	font-weight:400;
	text-decoration: underline;
}
p a:visited {
	color: rgb(42, 53, 147);
	font-weight:400;
	text-decoration: underline;
}
h2.didyouknow {
	font-size: 1.2rem;
	color: #303030;
	color: rgb(103, 88, 5);
	margin-top: 0px;
}
h4,h4.didyouknow {
	clear: both;
}
h3.topdestinations {
	font-size: 1.2rem;
	color: #303030;
}
p.didyouknow {
	font-size: 1.0rem;
	color: #131313;
	color: #585858;
	font-size: 18px;
    line-height: 1.5; 
	line-height: 1.6;
	font-weight: 200;
}
ol {
	margin-top: -20px;
}
ul {
	list-style: none; /* Remove default bullets */
	margin-bottom: 20px;
	#margin-left: auto;
	#margin-left: 20px;
	margin-right: auto;
	//text-indent:-30px; 
	margin-left:20px;
  }
ul li .navbar-nav::before {
	display: none;
  }

  #ul li .navbar-nav::before {
	#content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	#color: purple; /* Change the color */
	#font-weight: bold; /* If you want it to be bold */
	#display: inline-block; /* Needed to add space between the bullet and the text */
	#width: 2em; /* Also needed for space (tweak if needed) */
	#margin-left: -2em; /* Also needed for space (tweak if needed) */
  #}
  
li {
  float: left;
  clear: both;
  margin-bottom: 5px;
  font-size: 1.0rem;
}
li a {
  #display: block;
  color: black;
  text-align: center;
  padding: 10px;
  text-decoration: underline;
}
.pagemenu li {
	font-size: 1.2rem;
}
li a:hover {
  color: purple;
}
.quickfacts ul {
	color: #666;
	margin: 0px;
	margin-left: -20px;
	list-style-type: none;
}
.quickfacts li {
	color: blue;
	margin-left: 0px;
	margin-bottom: 10px;
}
.quickfacts {
	text-decoration: initial;
	color: purple;
	font-size: 1.0em;
	padding: 0px;
}
.quickfacts a {
	text-decoration: underline;
	margin-left: -20px;
}
.quickfacts a:visited {
	text-decoration: underline;
	color: blue;
}
.quickfacts a:hover {
	text-decoration: underline;
	color: blue;
	background-color: none;
}
.imagecourtesy {
    font-size: 10px;
    color: #666;
    padding: 10px 0px ;
  }
.responsive {
  height: auto;
  max-width: 100%;
 }
 .mainimage { 
	width: 100%; 
	height: auto; 
}
 #frequentlyvieweditem {
	max-width: 100%;
 }
 blockquote {
	font-size: 1.5rem;
	font-style: italic;
	color: #858585;
	border-left: 2px grey solid;
	padding-left: 20px;
 }
 #slideshow {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}
#slideshow img {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	#display: none;
}
h5 a:link, a:visited, a:hover,a:active{
	color: #fff;
	#text-transform: uppercase;
	#font-size: 12px;
	#line-height: 10px;
	clear: left;
}
.read-more { 
	-moz-border-radius: 50%;
	-moz-transition: all 0.2s ease-in-out; 
	-webkit-border-radius: 50%; 
	-webkit-transition: all 0.2s ease-in-out; 
	background: #111; 
	border-radius: 50%; 
	border: 10px solid #fdfdfd; 
	color: #fff; 
	display: block; 
	font-family: 'Open Sans', sans-serif; 
	font-size: 14px; 
	height: 80px; 
	line-height: 80px; 
	position: absolute; 
	bottom: 0px; 
	left: 50%; 
	text-align: center; 
	text-transform: uppercase; 
	width: 80px; 
}
.more {
	color:#fff;
	background-color:#090540;
	font-size: 14px;
	text-align: center;
	padding: 20px;
	#border-radius: 100%; 
	#border: 10px solid #fdfdfd; 
	#width: 80px;  
	text-transform: uppercase; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	box-shadow: 5px 10px;
	#display: inline-block;
}
.line {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(50%, 0%);
	width: 100%;
	height: 2px;
	background-color:#000;
	border: 2px solid blue;
  }
