﻿    .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: #222222;
      margin-bottom: 0px;
      text-align: center;
    }

    .infosection-subtitle {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 22pt;
      color: #0053a0;
      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: #222222 !important;
      font-size: 16pt;
    }

    .item-box-desc p {
      font-size: 12pt;
    }

    .item-box {
      height: 100%;
      background-color: #ffffff !important;
    }

    #exhibit {
      
      padding: 0 0 10px 0 !important;
      color: #ffffff;
      background-color: #ef4051;
    }

    .exhibit-title {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 60pt;
      color: #002e56;
      margin-bottom: 0px;
    }

    .btn-home {
      background-color: #ffffff !important;
      font-weight: bold;
      color: #0053a0 !important;
      border-color: #ffffff !important;
      margin: 5px;
    }

    #about {
    }

    .about-title {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 60pt;
      color: #0053a0;
      margin-bottom: 0px !important;
      line-height: 1.1 !important;
      text-align: center;
    }

    .about-subtitle {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 20pt;
      color: #0053a0;
      margin-bottom: 0px !important;
      /*margin-right: 10px;*/
      line-height: 1.1 !important;
      text-align: center;
    }


    #welcome {
      background-image: url('../../assets/images/welcome_home.jpg');
      background-position-x: center;
      height: 400px;
      padding-top: 40px;
      color: #ffffff;
    }

    .welcome-subtitle {
      font-family: Oswald,'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 20pt;
      color: #f6a320;
      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: #f6a320;
      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;
    }
