/*
 * Globals
 */

/* Links */
a,
a:focus {
  color: #ec685b;
}

a:hover {
  color: #e9938a;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #374440;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: transparent;
  border: 1px solid #374440;
}

.btn-custom {
  color: #f6f6f6;
  text-shadow: 0 2px 4px rgba(47,57,73,.5);
  background-color: transparent;
  border: 1px solid #f6f6f6;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 300;
  box-shadow: none;
}

.btn-custom:hover {
  color: #f6f6f6;
  text-shadow: none;
  background-color: #ec685b;
  background-color: rgba(236,104,91,1);
  border: 1px solid #ec685b;
  border-radius: 0px;
  box-shadow: 0 2px 4px rgba(47,57,73,.5);
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #f6f6f6;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0 2px 4px rgba(47,57,73,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  background-image: url("../images/travel/greek-boat.png");
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
  background: #08656e; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right bottom, rgba(8, 101, 110, 0.8), rgba(204, 227, 228, 0.8)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, rgba(8, 101, 110, 0.8), rgba(204, 227, 228, 0.8)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, rgba(8, 101, 110, 0.8), rgba(204, 227, 228, 0.8)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top left, rgba(8, 101, 110, 0.8), rgba(204, 227, 228, 0.8)); /* Standard syntax */
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  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: 300;
  color: #f6f6f6; /* IE8 proofing */
  color: rgba(246,246,246,1);
  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: #f6f6f6;
  border-bottom-color: #f6f6f6;
}

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


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: 400;
}

.cover-heading {
	color: #08656e;
	font-size: 72px;
	font-family: 'Limelight', cursive;
}

/*
 * Footer
 */

.mastfoot {
  color: #f6f6f6; /* IE8 proofing */
  color: rgba(246,246,246,1);
}

br {
	color: #374440;
	background-color: #374440;
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    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: 970px;
  }
}

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