/* CSS library for jQuery and flot.
 *
 * porLegend.css is a CSS file to specify styling
 *  information for proportional circles representing a value.
 *
 * version 2.01
 * December 25, 2023
 */

/*
###############################################################################
# Copyright (c) Office of Planning and Programming (OPP)
# 
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included
# in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
###############################################################################
*/


.title {
  clear: both;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  line-height: 1.3;
  color: #565b5f;
}

.title_1 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 1rem;
}

.title_top {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 4rem;
}

.title_2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.card-title {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 10pt;
  color: #565b5f;
}

.card-title > span > a {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 10pt;
  color: #329c98;
}

.card-text {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 10pt;
  color: #565b5f;
}

.card-text > span > a, .card-text > a  {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 10pt;
  color: #329c98;
}

.card-text > span > a:hover, .card-text > a:hover, a#contactEmail:hover   {
    color: #707811;
    text-decoration: underline;
}

.card-header {
  color: #ffffff;
}

.hydrographLogo {
  width: 40px;
  height: 40px;
  object-fit: scale-down;
}

.spaceme
{
    padding-bottom: 5px;
}
.spacemetop
{
    padding-top: 15px;
}
.spacemebottom
{
    padding-bottom: 5px;
}
