/*
Theme Name: LangstonAgResearch
Author: bonatech
Author URI: https://wordpress.org
Description: wordpress theme for Langston Ag Research
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: LangstonAgResearch
*/

body{
    /* background: #bbbbbb;  */
    font-family: 'Bembo';
    font-style: normal;
    font-weight: normal;
} 


.main-color{
    color:#f38327;
}
.main-color-blue{
    color:#2b4a61;
}
.main-background-color{
    background-color:#f38327;
}
.main-background-color-blue{
    background-color:#2b4a61;
}

.page-header h2 {
    font-size: 30px;
}

.uppercase{
    text-transform: uppercase;
}

.page-content .wp-block-heading{
    color:#f38327;
    text-transform: uppercase;
    text-align: center;
    margin: 2rem 0rem
}
/*#############################################################################*/
.fontStyle2 {
    font-family: 'Manrope', sans-serif;
  }

  .fontStyle1 {
    font-family: 'Anton', sans-serif;
  }

  .compact {
    line-height: 1.5em
  }

  a.customNav {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    min-width: 80px;
    text-align: center;
    border-right: 1px solid #f38327;
    padding: 8px 10px;
  }

  a.active,
  a.customNav:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: transparent
  }

  @media screen and (min-width:797px) {
    #bottomNavbar.collapse {
      display: block
    }
  }

  @media screen and (max-width:796px) {
    #bottomNavbar {
      padding: 14px;
    }

    #bottomNavbar a.customNav {
      display: block !important;
      border: none;
      background: rgba(0, 0, 0, 0.2);
      margin-top: 4px;
      margin-bottom: 4px;
      margin-left: -5px;
      margin-right: -5px;
    }

    #removeFlex {
      display: block !important;
      text-align: center
    }
  }