/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/*  text-shadow: horiz vert blur colour */
/*  color: #eb3812; red */
/*  color: #4381ee; deep blue */
/*593724 brown*/
/*3aa2d8 sky blue*/

html,
body {
  height: 100%;
  width: 100%;
}


/**
//  FONTS //
**/
@font-face {
    font-family: keystone-title-font;
    src: url("../fonts/AlegreyaSans-Bold.ttf");
}
@font-face {
    font-family: keystone-font-light;
    src: url("../fonts/Mari-Light.ttf");
}
@font-face {
    font-family: keystone-font-medium;
    src: url("../fonts/Mari-Bold.ttf");
}
@font-face {
    font-family: keystone-font-regular;
    src: url("../fonts/Mari-Regular.ttf");
}
@font-face {
    font-family: keystone-font-bold;
    src: url("../fonts/AlegreyaSans-Bold.ttf");
}
@font-face {
    font-family: keystone-tagline-font-regular;
    src: url("../fonts/Mari-Bold.ttf");
}



body {
  font-family: 'keystone-font-regular', sans-serif;
  color: rgba(0,0,0,0.75);
  background-color: #f8f8f8;
  letter-spacing: 1px;
}
hr {
  border-color: rgba(58,162,216,0.9);
  border-width: 1px;
  max-width: 150px;
}
hr.light {
  border-color: white;
}
/* a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
  /* color: #ff9736; */
  /* color: rgba(58,162,216,0.9); */
/*} */
a:hover,
a:focus
/* ,#about a:hover  */
{
  color: rgba(0,0,0,1.0);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'keystone-font-light', sans-serif;
}
p strong {
  font-family: 'keystone-font-medium', sans-serif;
}
#footer{
  padding-bottom: 12px;
  background: rgba(20,20,20,0.9);

  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;

  text-align: center;
  /* text-shadow: 0.5px 0.5px 0.5px #d1d1d1; */
}
#footer .section-heading {
  font-size: 32px;
  font-family: 'keystone-title-font', sans-serif;
  color: rgba(58,162,216,0.9);
  text-transform: uppercase;
  letter-spacing: 4px;
}
#footer .footer-location {
  font-size: 16px;
  font-family: 'keystone-font-light', sans-serif;
  color: rgba(241,241,241,0.9);
  letter-spacing: 2px;
  margin-bottom: 24px;
}
#footer .footer-info {
  margin: 0 auto;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#footer .footer-info .footer-link a {
  font-size: 18px;
  font-family: 'keystone-font-regular', sans-serif;
  color: rgba(241,241,241,0.9);
  letter-spacing: 2px;
}
#footer .footer-info .footer-email a {
  font-size: 18px;
  font-family: 'keystone-font-regular', sans-serif;
  color: rgba(241,241,241,0.9);
  letter-spacing: 2px;
}
#footer .footer-copyright {
  font-size: 16px;
  font-family: 'keystone-font-light', sans-serif;
  color: rgba(241,241,241,0.9);
  letter-spacing: 2px;
  margin-top: 12px;
  margin-bottom: 4px;
}
/* #about a{
    color: #ff9736;
} */
.footer{
    padding: 5px 0;

}
/* p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
} */
/** main sections on the page **/
section {
  padding-top: 30px;
}

/** a thinner section that repeats the CTA **/
aside {
  padding: 50px 0;
}

/**
//    NAVBAR    //
**/
/** Everything within the navbar **/
.navbar-content {
  margin-left: 4%;
  margin-right: 4%;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.15);
  font-family: 'keystone-font-light', sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/** The Name of the Business Unit **/
.navbar-default .navbar-header .navbar-brand {
  color: rgba(58,162,216,0.9);
  font-family: 'keystone-title-font', sans-serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  /* text-transform: uppercase; */
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
}
.navbar-default .navbar-header .navbar-toggle {
/*  font-weight: 700;*/
  font-size: 12px;
  color: rgba(58,162,216,0.9);
  text-transform: uppercase;
  border-color: rgba(58,162,216,0.9);

  margin-top: 8px;
  margin-bottom: 6px;
}
.navbar-default .navbar-header .navbar-toggle:hover {
  color: #fff;
  background-color: rgba(58,162,216,0.9);
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  /* text-transform: uppercase; */
/*  font-weight: 700;*/
  font-size: 14px;
  letter-spacing: 1.2px;
  padding: 15px 10px;
  color: #222222;
}
/*menu items*/
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: rgba(58,162,216,0.9);
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus
.navbar-default.affix .nav > li.active > a,
.navbar-default.affix .nav > li.active > a:focus {
  color: rgba(58,162,216,0.9) !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
/*CTA in menu*/
.navbar-default .nav .call-to-action-menu-item {
  font-family: 'keystone-font-medium';
  font-size: 14px;
  color: rgba(255,151,54,0.9);
  text-transform: uppercase;
}
/* shrinks the links in the menu */
@media (max-width: 820px) {
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    font-size: 12px;
    padding: 15px 8px;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.0);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255,255,255,0.9);
    font-size: 27px;
    letter-spacing: 1.3px;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  /*CTA in menu*/
  .navbar-default .nav .call-to-action-menu-item {
    color: rgba(0,0,0,0.9);
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: rgba(58, 162, 216, 0.9);
    font-size: 20px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: rgba(58,162,216,0.9);
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: rgba(58,162,216,0.9);
  }
  .navbar-default .nav > li.active > a,
  .navbar-default .nav > li.active > a:focus {
    color: rgba(255,255,255,0.9) !important;
    background-color: transparent;
  }
  .navbar-default.affix .nav > li.active > a,
  .navbar-default.affix .nav > li.active > a:focus {
    color: rgba(58,162,216,0.9) !important;
    background-color: transparent;
  }
  /*colour of menu CTA when page is scrolled down*/
  .navbar-default.affix .nav > li > .call-to-action-menu-item,
  .navbar-default.affix .nav > li > .call-to-action-menu-item:focus {
    color: rgba(255,151,54,0.9);
  }
}
header {
  position: relative;
  width: 100%;
  height: 60%;

  /* rgba(48,142,250,0.9),
  rgba(49,148,7,0.9) */
  background: linear-gradient(
    -45deg,
    rgba(255,255,255,0.3),
    rgba(255,255,255,0.3)
    ),
    linear-gradient(
    -45deg,
    rgba(35,176,162,0.7),
    rgba(49,169,228,0.7)
    );
  /* background: rgba(35,176,162,0.1), url('../img/portfolio/fullsize/6.jpg'); */
}
header.gict {
  background: linear-gradient(
      180deg,
      rgba(40,40,40,0.3),
      rgba(240,240,240,0.3)
    ),
    url('../img/header.png')
    ;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: top;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
  top: -5%;
}
header .header-content .header-content-inner .tagline {
/*  font-weight: 700;*/
  width: 80%;
  margin: 0 auto;
  font-family: 'keystone-tagline-font-regular', serif;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
  text-shadow: 0.5px 0.5px 1px rgba(0,0,0, 0.6);
  /* color: rgba(58, 162, 216, 0.9); */
  color: rgba(255,255,255,0.9);
}

header .header-content .header-content-inner .date {
  color: rgba(0,0,0, 0.6);
}
.tagline>h3 {
  font-size: 32px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
/*  font-weight: 300;*/
  width: 80%;
  line-height: 1.5;

  font-family: 'keystone-font-light', sans-serif;
  color: #000;
  font-size: 18px;

  margin: 30px auto;
  /* text-shadow: 0.5px 0.5px 0.5px rgb(0,0,0); */
}

@media (min-width: 768px) {
  header {
    height: 90%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner .tagline {
    /*margin-top: 20px;*/
    width: 90%;
    font-size: 96px;
    line-height: 1.2;
  }
  header .header-content .header-content-inner p {
    font-size: 28px;
    max-width: 100%;
    line-height: 1.4;
    /* font-family: 'keystone-font-light', sans-serif; */
  }
}
@media (max-width: 468px) {
  header .header-content .header-content-inner .tagline {
    font-size: 36px;
  }
  .events .header-content .header-content-inner .tagline {
    font-size: 24px;
  }
  header .header-content .header-content-inner p {
    width: 90%;
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  header .header-content .header-content-inner .tagline {
    font-size: 32px;
  }
  header .header-content .header-content-inner p {
    width: 90%;
    font-size: 14px;
  }
}
@media (max-height: 640px) and (max-width: 468px) {
  header {
    height: 70%;
  }
}
@media (max-height: 550px) {
  header {
    height: 80%;
  }
}
@media (max-height: 480px) {
  header {
    height: 90%;
  }
}
@media (max-height: 436px) {
  header {
    height: 100%;
  }
}
.bob {
  font-family: 'keystone-font-medium';
}
}
.service-box {
  max-width: 90%;
  margin: 10px auto;
  padding: 24px 0;

  /* box-shadow: 0 5px 15px rgba(34, 23, 17, 0.47); */
}
.service-box img {
  padding: 0px;
  /* width: 80px;
  height: 80px; */
}
.service-box h3 {
  padding: 5px 0;
}
.service-box .service-description {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: -4px;
  /*line-height: 2.0;*/
  padding: 15px 0;
  color: rgba(0,0,0,0.7);
}
.room {
  margin-top: 32px;
  margin-bottom: 32px;
  /*max-height: 240px;*/
}
.service-box .room-img {
  border-radius: 5px;
  /*max-height: 240px;*/
}
.service-box .room-link {
  color: rgba(58,162,216,0.9);
  font-family: 'keystone-font-bold';
  padding: 0px;
  font-size: 28px;
  margin-top: 12px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.service-box .room-price-link {
  font-family: 'keystone-font-regular';
  color: rgba(0,0,0,0.7);
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 16px;
  margin-left: 12px;
  margin-right: 12px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .service-box .room {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .service-box .room-img {
    /*max-height: 320px;*/
    margin-bottom: 20px;
  }
  .service-box .room-link {
    font-size: 32px;
    margin-top: -2px;
    margin-bottom: 28px;
    line-height: 1.6;
  }
  .service-box .room-price-link {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .service-box .room-img {
    /*max-height: 320px;*/
    margin-bottom: 10px;
  }
}
.service-link {
  color: rgba(58,162,216,0.9);
  font-family: 'keystone-font-bold';
  margin-bottom: 20px;
}
.service-link:focus,
.service-link:hover {
  color: rgba(255,151,54,0.9);
}
@media (min-width: 768px) {
  .service-box {
    max-width: 100%;
    /* margin: 10px auto; */
  }
  .service-box .service-link,
  .service-box .service-description {
    font-size: 20px;
    line-height: 1.5;
  }
}
.call-to-action-menu-item {
  font: 'keystone-font-medium';
  font-size: 2px;
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: rgba(58,162,216,0.9);
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/* .btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
} */
.btn-primary {
  color: white;
  background-color: #ff9736;
  border-color: #ff9736;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  box-shadow: 0 5px 10px rgba(89, 55, 36, 0.38);
  padding: 10px 40px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ff9736;
  background-color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: rgba(58,162,216,0.9);
  border-color: rgba(58,162,216,0.9);
}
.btn-primary .badge {
  color: rgba(58,162,216,0.9);
  background-color: white;
}
.btn {
  font-family: 'keystone-font-light', sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 4px;
/*  font-weight: 700;*/
  text-transform: uppercase;
}
@media (min-width: 768px){
  .btn-primary {
    padding: 15px 100px;
    margin-top: 15px;
  }
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
