/*
 * Globals
 */
 /* Links */
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Lobster&subset=latin-ext');
html, body{
  height: 100%;
  width: 100%;
  margin: 0 !important;
  background: #eff6f8;
  font-family: helvetica;
  text-shadow: none;
  color: black;
  /*overflow: hidden;*/
}

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/*
 * Base structure
 */
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  min-height: 500px;
  background-image: url(img/trip.jpg);
  background-size: 100% auto;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Poppins', sans-serif;
}



/*
 * Header
 */
.masthead-brand {
  margin-top: 15px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 800px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: absolute;
    top: 0;
  }
  .mastfoot {
    position: absolute;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}
.parallax {
  display: block;
  text-align: center;
  padding: 2em 1em;
  color: white; overflow: hidden;
  text-shadow: 1px 0px 2px black;
  color: #CFF0DA;
}
.parallax h1 {
  font-size: 6em;
  text-shadow: 1px 1px 2px black;
  margin-bottom: 15px;
  font-family: 'Lobster', cursive;
  color: #FFE00B;
}

.headWrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slideshow {
  width: 200%;
  overflow: auto;
  -webkit-animation: slide-show 32s linear infinite;
  -moz-animation: slide-show 32s linear infinite;
  animation: slide-show 32s linear infinite;
}

.slideshow img {
  width: 11.11%;
  float: left;
  border: solid .5px;
  overflow: hidden;
}

@keyframes slide-show {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%);
  }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    color: black;
}

.float-right {
    float: right!important;
}

.box{
  border: 2px solid #E2C97C;
  display: inline-block;
  width: 330px;
  height: 500px;
  padding: none;
  margin-left: 10%;
  background-color: #FF8F7A;
  margin-top:20%;
  border-radius: 2%;
  position: absolute;
}

.box h1{
  font-size: 40px;
  text-align: center;
  text-decoration: underline;
}

.box img{
  width: 200px;
  border-radius: 2px;
  height: auto;
}
p{
  text-align: center;
  line-height: 1.4;
  /*text-shadow: none;*/
  font-size: 19px;
  padding-left: 5px;
  padding-right: 5px;
}


.feedback-input {
  color:black;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #CC6666;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #CC4949; }

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#CC6666;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover {
  background:#CC4949;
}
form {
  max-width:420px;
  margin:50px auto;
}
