/*
Theme Name: BLANK TEMPLATE 2022
Theme URI: http://cybercomdigital.com
Author: Cybercom Digital
Author URI: http://cybercomdigital.com
version 1.0
Description: BLANK TEMPLATE
*/
header, nav, main, footer, article, section, aside {
  display: block;
  margin: 0;
  padding: 0;
}
*, *::before, *::after {
	box-sizing: border-box;
	margin-top: 0;
}
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: visible;
}
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: 100vh;
  background: #050505;
  color: #fff;
  font-family: roboto;
  letter-spacing: 1px;
  font-size: calc(18px + (26 - 18) * ((100vw - 300px)/(1600 - 300)));
  line-height: calc(1.25em + (5 - 2) * ((100vw - 300px)/(1600 - 300)));
  overflow: visible;
}
.bg-base {
  background: #000;
}
.bg-second {
  background: #ccc;
}
.bg-third {
  background: #ccc;
}
.bg-highlight {
  background: #fff;
}
.clr-base {
  color: #fff;
}
.clr-second {
  color: #fff;
}
.clr-third {
  color: #000;
}
.clr-highlight {
  color: #000;
}
h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
p {
  font-size: 1em;
}
a, a:visited {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
li {
  text-decoration: none;
  list-style-type: none;
}
li.menu-item {
  display: inline-flex;
  padding: 10px .5vw;
}
/* This sets the hamburger menu color */
.navbar-toggler-icon {
  color: #fff;
}