
body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    padding-top: 50px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color:#19b9ee;/* color: #3bc492; */
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background-color: #eee;
	/* background: url(../img/everestline_bg.png) no-repeat bottom center; */
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 20px;
	/* padding-top: 600px; */
	/* margin-bottom: -3px; */
	position: relative;
	width:100%;
	z-index:1;
}

#headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 70px;
	
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: white
}

#headerwrap img {
	max-width: 500px;
}

@media (max-width: 768px) {
#headerwrap img {
	max-width: 90%;
	}
}

.navbar-brand {
	font-size: 24px;
}

/* intro Wrap */

#intro {
	padding-top: 50px;
	border-top: #bdc3c7 solid 2px;
}

#features {
	/* background: url(../img/bg1.jpg) no-repeat top center; */
	background-size: cover;
	position: relative;
	width:100%;
	padding-top: 20px;
	padding-bottom: 50px;
}

#features .ac a{
	font-size: 20px;
}

#features .accordion-group h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

/* Services Wrap */

#services{
	padding-top: 60px;
	/* padding-bottom: 60px; */
}

/* Team Wrap */

#team{
	padding-top: 60px;
	padding-bottom: 60px;
}

/* Showcase Wrap */

#showcase {
	display: block;
	/* background-color: #34495e; */
	background: url(../img/bg1.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 50px;
}

#showcase h1 {
	color: white;
}

.tour-name a {
	color: white;
}

#footerwrap {
	background-color: #111;
	color: white;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: left;
}

#footerwrap h1 {
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footerwrap h3 {
	font-size: 28px;
	color: white;
}

#footerwrap p {
	color: white;
	font-size: 18px;
}

/* Copyright Wrap */

#c {
	border-top: solid 1px #3c3c42;
	background: #111;
	padding-top: 15px;
	font-size: 14px;
	text-align: left;
}

#c p {
	color: #ccc;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

