/*
Theme Name: Matex Theme
Version: 1.0
Description: Theme for MATEX
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/** TYPOGRAPHY **/

@font-face {
    font-family: 'Galano Grotesque';
    src: url('fonts/GalanoGrotesque-Bold.woff2') format('woff2'),
        url('fonts/GalanoGrotesque-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('fonts/GalanoGrotesque-SemiBold.woff2') format('woff2'),
        url('fonts/GalanoGrotesque-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('fonts/GalanoGrotesque-Medium.woff2') format('woff2'),
        url('fonts/GalanoGrotesque-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('fonts/GalanoGrotesque-Light.woff2') format('woff2'),
        url('fonts/GalanoGrotesque-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

body {
    font-family: 'Galano Grotesque', Verdana, Arial, sans-serif;
	font-weight:400;
	font-size:18px;
	line-height: 3rem;	
}

a {
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Galano Grotesque', Verdana, Arial, sans-serif;
}

.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
    font-family: 'Galano Grotesque', Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a {
	text-decoration:none;
	color:#333;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover {
	text-decoration:underline;
	color:#666;
}

/*.hidethumb .pp-thumbnails-swiper.swiper-container {
    display: none;
}*/