@charset "utf-8"; /* CSS Document */
* {
  transition: all 0.2s cubic-bezier( 0.42, 0, 0.58, 1 );
  transition: opacity 0.4s cubic-bezier( 0.42, 0, 0.58, 1 );
}

html, body, #page {
  height: 100%;
}

body > #page {
  height: auto;
  min-height: 100%;
}

html, #brownbar, #content, #content_splash, #nav ul {
  color: black;
}

html, #content, #content_splash, #nav ul {
  background-color: white;
}

html {
  /*  overflow-x: hidden;*/
}

.current_link {
  font-size: 2.5em;
  margin-top: 14px;
  opacity: 0.5;
  padding-bottom: 0.3em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 0.3em;
  position: inherit;
}

#main-nav ul li a, a {
  color: #9D694A;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s cubic-bezier( 0.42, 0, 0.58, 1 );
  /* border-bottom: solid thin rgba( 255, 65, 0, 0 ); */
}

#main-nav ul li a.active, a.active {
  color: #28e6a8;
  /* border-bottom: solid thin #28e6a8; */
}

a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: solid thin #9D694A;
}

#main-nav ul li a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}

a.lightbox:hover {
  text-decoration: none;
  border: none;
}

.section a, .collection a, .image_section a {
  color: #9D694A;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.4s cubic-bezier( 0.42, 0, 0.58, 1 );
}

.section a:hover, .collection a:hover, .image_section a:hover {
  color: #306659;
  text-decoration: none;
}

.social a {
  border: none;
}

.social a:hover {
  border: none;
}

#footer_bar a {
  color: #306659;
}

a img {
  border: none;
  text-decoration: none;
  transition: all 0.4s cubic-bezier( 0.42, 0, 0.58, 1 );
}

img a {
  text-decoration: none;
  transition: all 0.4s cubic-bezier( 0.42, 0, 0.58, 1 );
}

.g_maps_info_window a {
  color: #9D694A;
}

.g_maps_info_window a:hover {
  color: #000;
}

html, body {
  margin: 0;
  padding: 0;
}

#content, #content_splash {
  font-size: 15px;
/*  font-size: 2.2vw;*/
  font-family: "roseau_slabfree";
}

html, #brownbar, #nav_slide, #footer, body .mceContentBody, .full_container, .medium_container, .thumb_container {
  font-size: 14px !important;
  font-family: "roseau_slabfree";
}

#menu_bar {
  font-family: "timeburnerregular";
}

.admin_control, .admin_frontend_inline_image {
  font-family: "roseau_slabfree";
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "timeburnerregular";
  /*  margin: 0;*/
  color: #22A282;
  font-size: 2.4em;
}

h1 {
  border-bottom: solid thin rgb(241, 104, 35);
  border-bottom: solid thin #62D3B7;
}

.page_title h1, .section_heading, .thumb_title, .collection_heading, .news_item_headline, .news_item_byline {
  font-family: "timeburnerregular";
}

.clearfix {
  clear: both;
}

/*input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
  background-color: rgba(255, 65, 0, 0.5) !important;
  border:none;
  padding-top:0.5em;
  padding-bottom:0.5em;
  text-align: center;
  font-family: "latin_modern_roman", serif;
  font-weight: bold;
}*/
.ebitions_e {
  text-shadow: 0px 0px 10px #8bc2ff;
  text-shadow: -3px -7px 12px rgba( 139, 194, 255, 1 );
  opacity: 1 !important;
  font-style: italic;
  font-size: .9em;
}
