:root
{
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}

@supports (font-variation-settings: normal)
{
  :root { font-family: InterVariable, sans-serif; }
}

body
{
  background: #F1F1E9;
  margin: 0;
  padding: 0;
  /* font-family: sans-serif; */
  font-size: 20pt;
}

h1
{
  color: #BE4520;
  font-weight: 1000;
}

h2
{
  color: #BE4520;
  font-weight: 900;
}

a
{
  text-decoration: none;
  color: #263DC8;
  font-weight: 450;
}

#page-container
{
  background-color: #F1F1E9;
  max-width: 1400px;
  padding: 10px 30px;
  margin: auto;
}

#logo
{
  width: 100%;
}

#services-list
{
  display: flex;
  list-style-type: none;
  justify-content: start;
  flex-flow: row wrap;
  align-items: center;
}

#services-list li
{
  color: #065808;

  width: 9em;
  padding: 1em 2em;
  margin: auto;
  /* border: solid; */

  font-weight: bold;
  font-size: 21pt;
}

#contact-list
{
  color: #303030;
  list-style-type: none;

  font-weight: 500;

  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
}

.icon-container
{
  display: flex;
  align-items: center;
  margin-bottom: 0.7em;
  position: relative;
}

#contact-list li
{
  display: flex;
  flex-direction: column;
  margin: 1em 0;
  align-items: center;
}

.icon
{
  display: inline;
  height: 1.1em;
  padding: 0 0.3em;
  margin: 0;

  position: absolute;
  left: -1.6em;

  color: #BE4520;
}

#gallery-container
{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.gallery-image
{
  width: 200px;
  margin: 1em 0;
}
