
@font-face {
  font-family: "DOSVGA";
  src: url("./fonts/MorePerfectDOSVGA.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: "DOSVGA", "Fixedsys", monospace;
  font-optical-sizing: auto;
  font-weight: 400; /* You can change this to 100–900 */
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
    background-color: black;
    color: white;
}
li {
    text-decoration: none;
    list-style: none;
}
.nav {
    margin: 0;
    padding: 0;
/*    display: inline-block;
    margin-top: 21px; */
}

.ulnav img {
  all: unset; /* removes inherited CSS */
  display: inline-block;
}


.ulnav {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;

}

.navbtnselected {
    text-decoration: none;
    border-color: white;
    color: white;
    background-color: #1d1d1d;
    border-style: none;
    border-radius: 5px;
    padding: 10px;
    border-width: 2px;
    width: 50px;
    height: auto;
    margin-right: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
} 
.navbtn {
    text-decoration: none;
    border-color: white;
    color: white;
    background-color: #000000;
    border-style: none;
    border-radius: 5px;
    padding: 10px;
    border-width: 2px;
    width: 50px;
    height: auto;
    margin-right: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.navbtn:hover {
    text-decoration: none;
    border-color: white;
    color: white;
    background-color: #1d1d1d;
    border-style: none;
    border-radius: 5px;
    padding: 10px;
    border-width: 2px;
    width: 50px;
    height: auto;
    margin-right: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


html, body {
  height: 100%;
  display: flex;
  flex-direction: column; /* stack elements vertically */
}

main {
  flex: 1; /* fills available space between header and footer */
}

footer {
  margin-top: auto; /* pushes footer to bottom when content is short */
  border-style: solid;
  border-color: white;
  border-radius: 5px;
  border-width: 1px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.logo {
    all: unset
}

.footericons {
    width: 40px;
    height: auto;
    margin-left: 5px;
}

.invert {
    filter: invert(100%);
}

.section1 {
    border-style: solid;
    border-radius: 25px;
    border-color: white;
    border-width: 1px;
    padding: 10px;
    margin-top: 20px;
}
header {
    border-style: solid;
    border-radius: 20px;
    border-color: white;
    border-width: 1px;
    padding: 10px;
    margin-top: 10px;    
    background-image: url(./img/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 80px;
}
.sectiontitle1 {
    text-align: center;
}
.headerimgowntxt {
    text-align: right;
    text-decoration: none;
    color: white;
}
.headlnk {
    text-decoration: none;
    color: #a8e3ff;
}
header h1 {
    padding-bottom: 100px;
}