/*
$color-1: #1A1A1A; // Cod Gray
$color-2: #DB6356; // Roman
$color-3: #FFFFFF; // White
$color-4: #548c7e; // Patina
*/
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box; }

body {
  font-size: 1.0rem;
  font-family: "Lato", sans-serif;
  color: #212529;
  background-color: #FFFFFF; }

a {
  color: #9b0000;
  text-decoration: none; }

h1.page-title {
  text-align: center;
  font-size: 2vw;
  font-weight: bolder;
  color: #24293e;
  text-transform: uppercase; }

h3 {
  color: #ff0; }

footer {
  background-color: #f1f1f1;
  padding: 10px; }

footer p {
  margin: 0;
  padding: 0;
  font-size: 12px !important; }

h2.row-title {
  color: #990000;
  text-transform: none;
  text-transform: uppercase;
  border-bottom: none !important;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px auto;
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-size: 17px; }

h2.row-title::after {
  content: " ";
  display: block;
  border-bottom: 2px solid #666;
  width: 50px;
  margin: 0 auto;
  margin-top: 10px; }

h2 {
  font-size: 18px; }

h3 {
  color: #990000; }

h4 {
  font-size: 1rem; }

blockquote {
  font-style: italic;
  font-size: 2rem;
  color: #990000;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 3px solid #f1f1f1;
  padding: 30px; }

.text-image-plugin H2, .text-plugin H2 {
  color: #990000;
  margin-bottom: 10px;
  line-height: 140%; }

.btn {
  font-size: 1.0rem;
  padding: 10px; }

.cd-morph-dropdown {
  background-color: #24293e;
  color: #ffffff; }

.logo-bar {
  background: #0d101c;
  height: 100px; }

.logo-bar img {
  margin: 26px auto; }

.card h3.card-title {
  font-size: 1.5rem; }

.cd-morph-dropdown .main-nav > ul > li > a {
  text-transform: uppercase;
  font-size: 14px; }

@media only screen and (min-width: 1000px) {
  .cd-morph-dropdown {
    position: absolute;
    height: 70px;
    left: 0;
    top: 100px;
    width: 100%;
    padding: 0;
    text-align: center; } }
@media only screen and (min-width: 1000px) {
  .cd-main-content {
    padding-top: 100px; } }
/* =============== MEDIA QUERIES ================ */
/*  Extra small devices (portrait phones, less than 576px)
  No media query since this is the default in Bootstrap

Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  H2 {
    font-size: 22px; } }
/*  Medium devices (tablets, 768px and up)*/
/*  Large devices (desktops, 992px and up)*/
/*  Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  H2 {
    font-size: 25px; } }

/*# sourceMappingURL=pluto.css.map */
