/*!
Theme Name: jeffwebsys
Theme URI: http://underscores.me/
Author: Jeffrey Garcia
Author URI: https://jeffwebsys.com
Description: Personal Web AI portfolio
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jeffwebsys
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

jeffwebsys is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


html, body {
	margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(140%) blur(10px);
  background: rgba(246, 242, 236, .82);
  border-bottom: 1px solid rgba(28, 26, 23, .07);
}

.site-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.brand-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #E8612C;
  display: inline-block;
}

.brand-name {
  font-weight: 700;
  letter-spacing: -.02em;
  font-size: 17px;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-links {
  display: flex;
  gap: 30px;
  font-size: 14.5px;
  font-weight: 500;
  color: #564E45;
}

.nav-links a {
  text-decoration: none;
  color: inherit;
}

.nav-cta {
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  color: #1C1A17;
  background: #fff;
  border: 1px solid rgba(28, 26, 23, .12);
  padding: 10px 18px;
  border-radius: 999px;
}