/*

Theme Name: PSSL
Author: Derek Olalehe (EBi Programming)
Author URI: https://www.codeable.io/developers/derek-olalehe/
Description: Security Company
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: pssl

*/

/* GENERAL */
body {
    margin: 0;
    background: #fff;
}

#header-menu ul#menu-main {
    list-style-type: none;
}

#header-menu ul#menu-main > li {
    display: inline-block;
    margin: 0 20px;
    background-color: #5890ba;
    padding: 8px 16px;
}

#header-menu ul#menu-main > li > a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.heading-underline {
  width: 300px;
  height: 2px;
}

.heading-underline-patriot {
  background: linear-gradient(
    to right,
    #5890ba 0%,
    #5890ba 50%,
    #c1965c 50%,
    #c1965c 100%
  )
}

.heading-underline-white {
  background: linear-gradient(
    to right,
    rgba(255,255,255,.35) 0%,
    rgba(255,255,255,.35) 50%,
    #fff 50%,
    #fff 100%
  )
}