/*******************************************************************************
 *
 * Galleco ---- Galleco module for Joomla v4.2
 *
 * @version     1.1.0
 * @author      Tymoa <sculpture@eus.bzh>
 * @link        https://www.eus.bzh
 * @copyright   Copyright (C) 2017-2022 Tymoa. All rights reserved.
 * @license     GNU General Public License version 3 or later; See LICENSE.txt.
 *
 * Galleco is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * Galleco is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Galleco.  If not, see <https://www.gnu.org/licenses/>.
 *
 ******************************************************************************/

/**
 * @file
 * @brief css file for galleco pages.
 *
 * @package     Joomla
 * @subpackage  mod_galleco
 */

#logo {
  background-image: url('../images/Logo-Galleco_97.jpg');
  background-size: 182px 64px;
  background-repeat: no-repeat;
  background-position: center;
  height: 64px;
  width: 100%;
}

#member {
  padding-top: 12px;
  font-weight: 700;
}
