@font-face{ 
    font-family: 'CormorantTitle';
    src: url('../webfonts/CormorantSC-Regular.woff') format('woff');
}

@font-face{ 
    font-family: 'CormorantBody';
    src: url('../webfonts/CormorantInfant-SemiBold.woff') format('woff');
}

.navIcon {
  font-size: 18pt;
}

.navTextIconLeft, .navTextIconRight {
  font-size: 18pt;
  font-family: "Open Sans";
}

.navTextIconLeft {
  padding-left: 10px;
}

.navTextIconRight {
  padding-right: 10px;
}

.navArea {
  background-color: grey;
  padding-top: 10px;
  padding-bottom: 0px;
  width: 100%;
}

.navShadow1 {
  width: 100%;
  background-color: #222;
  height:2px;
}
	
.navShadow2 {
  width: 100%;
  background-color: #555;
  height: 2px;
}

.shadow0 {
  width: 100%;
  background-color: #000;
  height:1px;
}

.shadow1 {
  width: 100%;
  background-color: #222;
  height:1px;
}

.shadow2 {
  width: 100%;
  background-color: #444;
  height:1px;
}

.shadow3 {
  width: 100%;
  background-color: #666;
  height:1px;
}

.shadow4 {
  width: 100%;
  background-color: #888;
  height:1px;
}

.shadow5 {
  width: 100%;
  background-color: #aaa;
  height:1px;
}

.shadow6 {
  width: 100%;
  background-color: #ccc;
  height:1px;
}

.shadow7 {
  width: 100%;
  background-color: #eee;
  height:1px;
}

.pageContainer {
  width: 100%;
}

.pageImage {
  width: 100%;
}

.navItem {
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  cursor: pointer;
}

.headerImgSmall {
  width: 100%;
}

.headerImgMedium {
  width: 100%;
}

.headerImgLarge {
  width: 100%;
/*  max-width: 1600px; */
}

.headerDiv {
  width: 100%;
  background-color: black;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.6);
}

.leftMarginSmall {
  margin-left: 20px;
}

.rightMarginSmall {
  margin-right: 20px;
}

.bottomMarginSmall {
  margin-bottom: 20px;
}

.topMarginSmall {
  margin-top: 20px;
}

.color1 {
  color: #aa3231;
}

.color2 {
  color: #aa3231;
}

.color3 {
  color: #aa3231;
}

.color4 {
  color: #aa3231;
}

.color5 {
  color: #aa3231;
}

.boldFont {
  font-weight: 600;
}

.smallFont {
  font-size: 10pt;
}

.backwards {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.browserTablePart > td:first-child a,
.browserTablePart > td:first-child + td a {
  font-weight:bold;
}

.browserTableSection > td:first-child + td {
  padding-left: 20px;
}

.browserTablePart > td:first-child + td ~ td,
.browserTableSection > td:first-child + td ~ td {
  text-align: center;
}

.title {
    font-size: 150%;
    font-weight: 200;
    margin-bottom: 0.5em;
    line-height: 1.25;
}

.subtitle {
    font-size: 125%;
    font-weight: 200;
    margin-bottom: 0em;
}

.special {
    color: #221cff;
}

.description {
    font-size: 110%;
    font-weight: 100;
    margin-bottom: 0em;
}

.headspace {
    margin-top: 0.5em;
}

.boldCapsFont {
    font-weight: 600;
    font-size: 95%;
    text-transform: uppercase;
}

.boldFont {
    font-weight: 600;
}

.alertColor {
    color: #DC143C;
}

.thumbcontainer {
    padding-top: 0px;
    padding-bottom: 0px;
}

.thumbcontainer .row > div {
    margin: 0px;
    padding: 1px;
}

.carouselContainer {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  color: #333;
  position: relative;
}

.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
}

.slick-prev {
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
}

.carousel.small .slick-prev,
.carousel.medium .slick-prev {
    left: 2px;
}

.slick-next {
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
}

.carousel.small .slick-next,
.carousel.small .slick-next {
    right: 2px;
}

.close-modal {
    top: 0px;
    right: 0px;
}

#pictureModal.reveal {
    background-color: rgba(10, 10, 10, 0.75);
}

.carousel img {
    width: 100%;
}

.pictureThumbs > div {
    cursor: pointer;
}

ul.amenities {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 5px;
  margin-right: 5px;
}
ul.amenities > li {
  padding-left: 1.3em;
  font-family: "Roboto", "OpenSans";
  font-weight: 500;
}
ul.amenities > li:before {
  content: "\f14a"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1779ba;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.carousel.small div {
    background-color: white;
}

.carousel.small img {
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}

.top-bar {
    padding-left: 0;
    padding-right: 0;
}

.top-bar input {
    margin-right: 0;
}

.top-menu {
    background-color: #221C35;
}

.top-menu a {
    margin-left: 10px;
    color: white;
    font-family: "Roboto", "OpenSans";
    font-weight: 500;
    margin-left: 0;
    margin-right: 0;
}
.top-menu a:hover {
    background-color: white;
    color: #221C35;
}

.top-bar {
    padding-top: 0;
    padding-bottom: 0;
}

.menu .button {
    padding: 0;
}

@media print, screen and (min-width: 640px) {
    .menu .button {
        padding: 0.7rem 1rem;
    }
}

#submitComplete {
    display: none;
}

#contactForm input {
    max-width: 200px;
}

#bookModal .container {
    width: 100%;
    height: 100%;
}

#bookingContainer .widget-bar__title-section > div {
    display: none;
}

.textbox:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
}
