@charset "utf-8";
/* CSS Document */
/*pages tour policies, website usage*/
/*Style sheet for Hello Tour Guide Copyright 2018*/

body{ 
	padding-top: 50px;
	 -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    color: #6c6f73;
}

@media (max-width: 600px) { 
	body{padding-top: 65px;}
}


/*Navbar*/

.navbar-brand {padding-right:2;}

.navbar-toggler{color:#FFF;}

ul.topnav {
  list-style-type:none;
  margin: 0;
  padding: 0;
  background-color: #097db1;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: left;
  padding: 14px 15px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

@media screen and ( max-width : 767px ) {
    
    ul.topnav li a {
  		display: inline-block;
  		color: #f2f2f2;
  		text-align: left;
  		padding: 14px 18px;
  		text-decoration: none;
  		transition: 0.3s;
  		font-size: 17px;
}

}

ul.topnav li a:hover {
	background-color: #009933;
	color:#FFFFA6;
}

ul.topnav li.icon {display:none}

.dropdown-menu a {color:#b5432c;}

div .dropdown-menu {background-color:#039}

/*End Nav*/


/*Encabezado tour policies*/


#title{
	margin-top:-3rem;
	margin-bottom:-2rem;
}


#title{
    background: url('image/cancellation.jpg') center center no-repeat;
    background-size: cover;
}

.title-text{
    background: rgba(195,51,8,0.6);
    color: yellow;
	text-shadow: 2px 2px #060;
}

/*End Encabezado*/


/*reiews*/

#reviews{
	margin-top:-3rem;
	margin-bottom:-2rem;
}


#reviews{
    background: url('image/reviews.jpg') center center no-repeat;
    background-size: cover;
}

.reviews-text{
    background: rgba(0, 102, 34, 0.28);
    color: yellow;
	text-shadow: 2px 2px #060;
}

span.board {
    color: #103891;
}

span.green {
    color: #006622;
}

/*Social Media*/

.feature-content{
	background-color:#FFE79E;
	padding:4rem 0;
	overflow; hidden;
	margin-top:2rem;
	
}

.feature-content h5{
	color:#039;
}

.feature-content h2{
	color: #006622;
}

.feature-content p{
	color:#039;
}

.feature-content img{
	margin-top:-3rem;
	padding-bottom: -5rem;
}
.feature-dark {
	padding-top: 25px;
	color: white;
}

.feature-content a.btn {
	box-shadow: 8px 6px 0px #098A0C;
	border-bottom-style: outset;
}


/* Media Queries */

@media screen and ( min-width : 991px ) {
    
    .feature-content {
        display: flex;
        align-items: center;
    }
    
}

.feature-content a.btn {
	box-shadow: 8px 6px 0px #098A0C;
	border-bottom-style: outset;
}

/*End Social Media*/



/*Footer*/

#main-footer {
    background: #097db1;
    color: white;
    padding: 3rem 0rem;
    font-size: 0.8rem;
	margin-top:-2.50rem;
}

#main-footer h6 {
    color: #FFFF00;
}

#main-footer a {
    color: #FFFFFF;
}


/*End Footer*/


