/*
 Theme Name:   Best Life For Seniors
 Version:      0.1
 Description:  Fully custom theme.
 Author:       Nate McAbee
*/

@font-face {
  font-family: "Gatteway Signature";
  src: url("fonts/gatteway-signature.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --dark-blue: #042d62;
  --gray-yellow: #b5a66b;
  --serif-font: times new roman, georgia, serif;
  --standard-font: "Poppins", sans-serif;
  --small-space: 0.5rem;
  --medium-space: 1rem;
  --large-space: 2rem;
  --xlarge-space: 5em;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#info_bar {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  background-color: var(--dark-blue);
  color: white;
  font-family: var(--standard-font);
  padding: var(--small-space) var(--xlarge-space);
}
#info_bar a {
  text-decoration: none;
  color: white;
  font-weight: 800;
}
.float-right {
  margin-left: auto;
  margin-right: var(--xlarge-space);
}
.float-left {
  justify-self: flex-start;
}
.menu-main-menu-container {
  width: 100%;
}
#menu-main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--large-space);
}
