.trek-travel-wrapper {
 height: 100%;
 margin: 0;
 text-shadow: none;
 margin: 0 auto;
}

.trek-travel-bgimg-1 {
 position: relative;
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 height: 400px;
 background-position: 50%;
 display: table;
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
}

.trek-travel-bgimg-2, .trek-travel-bgimg-3, .trek-travel-bgimg-4, .trek-travel-bgimg-5 {
 position: relative;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 min-height: 400px;
 background-attachment: fixed;
 max-width: 1200px;
 background-position: 50%;
 margin: 0 auto;
}

.trek-travel-caption {
 width: 100%;
 display: table-cell;
 vertical-align: bottom;
}

.trek-travel-caption h1 {
 color: #fff;
 text-transform: uppercase;
 text-align: center;
 font-size: 7em;
 line-height: 1em;
 font-weight: 900;
 margin-bottom: 0px;
 text-shadow: 1px 1px 3px black;
 margin-bottom: 0px;
}

.trek-travel-caption h3 {
 color: #fff;
 text-align: center;
 font-size: 3em;
 line-height: 1em;
 font-weight: 800;
 margin-bottom: 120px;
 text-shadow: 1px 1px 3px black;
 margin-top: 0px;
}

.blue-color-line {
 background-color: #25A7DB;
 height: 10px;
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
}

.tt-section-wrapper {
 display: table;
 height: 100%;
}

.tt-section-text {
 padding: 60px 0;
 display: table-cell;
 vertical-align: middle;
}

.tt-section-text-first {
 padding-top: 0;
}

.tt-section-text p {
 margin-top: 0;
}

.tt-section-text a:hover {
 opacity: 0.7;
}

.tt-blue-footer {
 text-align: center;
 margin: 0 auto;
 background-color: #1B7FA7;
 padding: 25px;
}

.tt-blue-footer p {
 font-weight: 700;
 font-size: 18px;
}

@media (max-width: 640px) {
 .trek-travel-bgimg-1, .trek-travel-bgimg-2, .trek-travel-bgimg-3, .trek-travel-bgimg-4, .trek-travel-bgimg-5 {
 background-attachment: initial;
 background-size: initial;
 }

 .trek-travel-bgimg-1 {
 background-position: 42% 25%;
 }

 .trek-travel-bgimg-2 {
 background-position: 60% 40%;
 }

 .trek-travel-bgimg-3 {
 background-position: 88% 45%;
 }

 .trek-travel-bgimg-4 {
 background-position: 60% 20%;
 }

 .trek-travel-bgimg5 {
 background-position: 50% 50%;
 }

 .tt-section-wrapper {
 width: 80%;
 margin: 0 auto;
 }

 .tt-intro-text {
 padding: initial;
 }

 .trek-travel-caption {
 font-size: 1em;
 margin: 0 auto;
 }

 .tt-section-text {
 width: 90%;
 padding: 8% 3%;
 }

 .tt-section-text h2 {
 font-size: initial;
 margin: initial;
 }

 .tt-section-text p {
 font-size: initial;
 margin-top: 10px;
 }

 .tt-intro-text {
 text-align: justify;
 padding: 10px 10px;
 }

 .trek-travel-caption h1 {
 font-size: 3.5em;
 margin-bottom: 0px;
 }

 .trek-travel-caption h3 {
 font-size: 1.5em;
 margin-bottom: 30px;
 }

 .trek-travel-button {
 width: 60%;
 }
}

.vcc-page-header {
 border-bottom: 10px solid #E51937;
 padding: 90px 15px 0px;
}

.vcc-page-header h1 {
 font-size: 2.5em;
 margin-bottom: 10px;
}

.vcc-page-header-sub {
 padding-left: 15px;
}