/* 
Theme Name: Lion Roofing Theme
Theme URI: https://cekuubi.com/lion-roofing-theme
Author: Mamadou Faye
Author URI: https:/fayedev.com
Description: A custom WordPress theme for a construction company.
Version: 0.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, responsive, blog
*/
/* TODO: update license */

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: #0073aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.header {
  background: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.text-bold {
  font-weight: bold;
}

header .logo {
  width: 200px;
  height: 200px;
}

footer nav.footer-nav ul {
  flex-direction: column;
  gap: 0;
}
footer .logo {
  background: white;
  border-radius: 50%;
}