/*
Theme Name: xvue-child
Theme URI:  
Description: Child theme for astra to customize xVue website.
Author: Your Joe Wize
Author URI:  
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xvue-child
Template: astra 
*/

/* Your custom CSS goes below */

body {
    font-family: 'Open Sans', sans-serif !important;
}

/* Astra: align main menu to the RIGHT (desktop) */
@media (min-width: 921px) {
  /* push the nav area to the right */
  .ast-primary-header-bar .main-header-bar-navigation {
    margin-left: auto;
  }

  /* make the menu items right-justified */
  .ast-primary-header-bar .main-header-menu {
    justify-content: flex-end;
  }
}

@media (min-width: 921px) {
  .ast-primary-header-bar .main-header-menu,
  .ast-primary-header-bar .main-header-menu > li {
    text-align: right;
  }
}