/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/* Optional Accent Fonts */
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital@1&display=swap');

:root {
  --secondary-color: #75989A;
  --accent-color: #ddb766;
  --rgba-color: rgba(117,152,154,0.85);
  --accent-font: 'Source Serif Pro', serif;
}

/* Misc */
.flexslider .slides .views-field-field-feature-image::before {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--rgba-color);
    z-index: 100;
}

.page-node-42 .view-content.row {
    flex-direction: column;
}

.site-footer {
  background: var(--rgba-color) !important; 
}