﻿    .hesperiden.tparrows {
      display: none !important;
    }

    #infosection-boxes .col-md-6, #infosection .col-sm-6, #infosection .col-lg-4 {
      margin-top: 20px;
    }

    .infosection-title {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 30pt;
      color: #001c83;
      margin-bottom: 0px;
      text-align: center;
    }

    .infosection-subtitle {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 22pt;
      color: #001c83;
      margin-bottom: 0px;
      text-align: center;
      text-transform: uppercase;
    }


    .item-box-desc h4 {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      color: #001c83 !important;
      font-size: 16pt;
    }

    .item-box-desc p {
      font-size: 12pt;
      margin-bottom: 20px !important;
    }

    .item-box {
      height: 100%;
      background-color: #ffffff !important;
    }

    #exhibit {
      background-image: url('../../assets/images/exhibits-background.webp');
      background-position-x: center;
      height: 400px;
      padding-top: 5%;
      color: #ffffff;
    }

        .exhibit-title-sm {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      color: #ff4398;
      margin-bottom: 0px;
      padding-bottom: 0px;
    }

    .exhibit-title {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 60pt;
      color: #ff4398;
      margin-bottom: 0px;
      margin-top: 0px;
      padding-top: 0px;
      line-height: 1;
    }




    .btn-home {
      background-color: #ff4398 !important;
      font-weight: bold;
      color: #ffffff !important;
      border-color: #ff4398 !important;
      margin: 5px;
    }

    #about {
      padding-left: 5px;
      padding-right: 5px;
    }

    .about-title {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 60pt;
      color: #001c83;
      margin-bottom: 0px !important;
      line-height: 1.1 !important;
      text-align: center;
        text-align: right;
  }

    .about-subtitle {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 20pt;
      color: #001c83;
      margin-bottom: 0px !important;
      /*margin-right: 10px;*/
      line-height: 1.1 !important;
      text-align: right;
    }


    #welcome {
      background-image: url('../../assets/images/nashville-background.webp');
      background-position-x: center;
      height: 400px;
      padding-top: 80px;
      color: #ffffff;
    }

    .welcome-subtitle {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 20pt;
      color: #ff4398;
      margin-bottom: 0px !important;
      margin-right: 10px;
      line-height: 1.1 !important;
      text-align: center;
    }

    .welcome-title {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 60pt;
      color: #ff4398;
      margin-bottom: 0px !important;
      line-height: 1.1 !important;
      text-align: center;
    }

    #welcome p {
      color: #ffffff;
      padding: 20px 20% 20px 20%;
      margin-bottom: 0px !important;
    }

      #welcome p a {
        font-weight: bold !important;
      }

    @media (max-width: 768px) {
      .about-title {
        text-align: center;
      }

      .about-subtitle {
        text-align: center;
        margin-bottom: 10px !important;
      }

      .welcome-title {
        font-size: 40pt;
      }

      #welcome p {
        font-size: 11pt;
        padding: 20px;
      }
    }


    /*
 * Row with equal height columns
 * --------------------------------------------------
 */
    .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
