body {
  font-family: sans-serif;
  /*width: 70%;
  max-width: 100000px;*/
  /*margin: 10px auto;*/
  margin-top: 0px;
  font-size: 16px;
}


.navlist {
    display: flex;
    list-style-type: none;
    /*align-items: center;*/
    /*line-height: 28px;*/
    /*box-sizing: border-box;*/
    column-gap: 16px;
    /*accent-color: rgb(25 100 180);*/
    flex-flow: row wrap;
    /*align-items: center;*/
    justify-content: space-between;
    /*@media (width <= 1250px) {
	width: 50%;
    }  */

}

.navlinks {
    text-decoration: none;
    color: black;
    background: lightblue;
    border-radius: 3px;
    padding-left: 2px;
    padding-right: 2px;
}

/*nav {
    display: flex;

}*/

/*
.topbar {
    display: flex;
    flex-direction: row;
    color: orange;
} */

header {
    display: flex;
    /*align-items: center;*/
    position: sticky;
    align-items: center;
    justify-content: center;
    left: 2%;
    width: 96%;
    height: 64px;
    top: 0px;
    background: white;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid black;
    z-index: 1;
   /* @media (width <= 1250px) {
	padding-top: 2px;
    }*/
}

h1 {
    font-size: 16px;
    /*font-weight: bold;*/
    /*color: black;
    background: lightblue;*/
}

h2 {
    text-align: center;
}

a {
        /*text-decoration: none;*/
  /*display: inline-block;
  background: #69c;
  color: #fff;*/
  /*padding: 5px 10px;*/
}

.companyinfo {
    font-size: 10px;
    text-align: center;
    padding-left: 10px;
}

.mainbody {
    /*display: flex;*/
    position: relative;
    width: 90%;
    left: 5%;
    /*align-items: center;
    justify-content: center;*/
    /*flex-direction: column;*/
    /*color: red;*/
}

.img_logo {
    /*height: 100%;*/
    max-height: 64px;
    max-width: 10%;
}

.cname {
    font-style: italic;
    font-size: 24px;
    color: black;
    background: lightblue;
    border-radius: 5px;
    padding-right: 3px;
}

.homelink {
    text-decoration: none;
}

.maindescription {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 20px;
    text-align: center;
}

.researchdescription {
        width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    /*font-size: 20px;*/
    text-align: center;
}

.pastworkdescription {
        width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    /*font-size: 20px;*/
    text-align: center;
}

.productsheader {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.productscontainer {
    display: flex;
    align-items: left;
    /*justify-content: center;*/
    flex-direction: column;
    /*flex-wrap: wrap;*/
}


.product {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid black;
    /*display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 120px;*/
        /*justify-content: center;*/
    /*min-height: 64px;*/
/*text-indent: 2em;*/
}

.fp_img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.productname {
    font-weight: bold;
}

.productdescription {
    padding-top: 0px;
    margin-top: 0px;
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
    /*justify-content: center;*/
    /*min-height: 64px;*/
    /*min-height: 120px;*/
/*text-indent: 2em;*/
}

.otherproductsheader {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.otherproductscontainer {
    /*display: flex;
    flex-direction: row;*/
    columns: 500px;
    /*margin-top: 0;
    padding-top: 0;*/
}

.otherproducts {
    margin-top: 0;
}


table {
    border: 2px solid rgb(140 140 140);
    text-align: center;
}

th, td {
  border: 1px solid rgb(160 160 160);
}

.centeritem {
    display: flex;
    align-items: center;
    justify-content: center;
}

.centerparagraph {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.imagecontainer {
    width: 30%;
    height: 240px;
    float: left;
    padding-right: 10px;
}

[id] {
    scroll-margin-top: 81px;
}

[name] {
    scroll-margin-top: 81px;
}

