@font-face {
    font-family: 'GothamThin';
    src: url('../fonts/GothamThin.eot');
    src: url('../fonts/GothamThin.eot') format('embedded-opentype'),
         url('../fonts/GothamThin.woff2') format('woff2'),
         url('../fonts/GothamThin.woff') format('woff'),
         url('../fonts/GothamThin.ttf') format('truetype'),
         url('../fonts/GothamThin.svg#GothamThin') format('svg');
}
@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot') format('embedded-opentype'),
         url('../fonts/GothamLight.woff2') format('woff2'),
         url('../fonts/GothamLight.woff') format('woff'),
         url('../fonts/GothamLight.ttf') format('truetype'),
         url('../fonts/GothamLight.svg#GothamLight') format('svg');
}


body {
  color:#231f20;
  background-color:#f9f9f9;
  font-family:"GothamLight";
  overflow-x: hidden;
}

a {
  color:#0a9b4a;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, #0a9b4a, transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:#217058;
  font-family:"GothamLight";
}

.term-wrap {
  display: flex;
  justify-content: space-around;
/*  align-items: center;*/
  box-sizing: border-box;
  height: 100%;
  padding: 2rem;
  background-color: #eee;
}

.term-container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 2rem;
  background-color: #fff;
  width: 1140px;
  height: 100%;
  border-radius: 0.25rem;
  box-shadow: 0rem 1rem 2rem -0.25rem rgba(0, 0, 0, 0.25);
  
  }
.container__nav{
	margin-bottom: 1rem;
	padding-top: 1rem;
}

.small, small {
    font-size: 1.1rem;
}