/* Copyright of Grat1s.com */
@font-face{
        font-family:'CCSB';
        font-style:normal;
        font-display:block;
        src:url('CascadiaCode-SemiBold.ttf') format('truetype');
}
* {
  margin:0;
  padding:0;
}
body {
    font-family:'CCSB';
    font-size:18px;
    line-height:115%;
    color:#000;
    background:#EAEDED;
    margin: 0 0 0px 25px;
}
h1 {
    font-family:'CCSB';
    font-size:32px;
    line-height:115%;
    font-color:#000;
}
h2 {
    font-family:'CCSB';
    font-size:28px;
    line-height:115%;
    font-color:#000;
}
h3 {
    font-family:'CCSB';
    font-size:24px;
    line-height:115%;
    font-color:#000;
}
h4 {
    font-family:'CCSB';
    font-size:16px;
    line-height:115%;
    font-color:#000;
}
p {
    font-family:'CCSB';
    font-size:18px;
    line-height:115%;
    font-color:#000;
}
a {
    font-family:'CCSB';
    font-size:18px;
    line-height:115%;
    font-color:#000;
}
.header {
    height:100%;
    width:100%;
    text-align:center;
    margin:0;
    color: #000;
    background:#EAEDED;
    padding-top:10px;
}
.object-header {
    height:100%;
    width:100%;
    text-align:left;
    margin:0;
    color: #000;
    background:#EAEDED;
    padding-top:10px;
    margin: 0 0 0px 200px;
}
.wrapper {
  padding-top:2px;
  width:100%;
  margin:auto;
  overflow:hidden;
}
.menu {
  float:none;
  background:#EAEDED;
}
.menu ul {
  margin-left:0;
  list-style:none;
  text-align:center;
}
.menu ul li {
  display:inline-block;
}
.menu ul li a {
  display:block;
  padding:0px;
  color:#000;
  text-decoration:none;
}
.menu ul li a:hover {
  background:#EAEDED;
  color:blue;
}
.links {
  float:none;
  background:#EAEDED;
}
.links ul {
  margin-left:0;
  list-style:none;
  text-align:left;
}
.links ul li {
}
.links ul li a {
  padding:0px;
  color:#000;
  text-decoration:none;
}
.links ul li a:hover {
  background:#EAEDED;
  color:blue;
}
.content {
    height:100%;
    width:100%;
    text-align:left;
    margin:0;
    color: #000;
    background:#EAEDED;
    padding-top:10px;
    margin: 0 0 0px 125px;
}
.object {
    height:100%;
    width:100%;
    text-align:left;
    margin:0;
    color: #000;
    background:#EAEDED;
    padding-top:10px;
    margin: 0 0 0px 200px;
}
.footer {
    height:100%;
    width:100%;
    text-align:center;
    margin:0;
    color: #000;
    background:#EAEDED;
    padding-top:150px;
}
.column {
  float: left;
  width: 48%;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.row {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.row::after {
  content: "";
  clear: both;
  display: flex;
}
/* Copyright of Grat1s.com */
