#p1{
    font-size: 18px;
    padding-top: 200px;
    padding-left: 310px;
}
#p2{
    font-size: 70px;
    padding-left: 310px;
}
#p3{
    font-size: 18px;
    padding-left: 310px;
    margin-top: -60px;
    color: aquamarine;
}
#p4{
    font-size: 18px;
    padding-left: 310px;
    margin-top: -0px;
}
#p5{
    padding-top: 10px;
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
}
p{
    margin-top: -20px;
    color: white;
    font-family: monospace
}
.logo {
    height: 80px;
    width: 80px;
    padding-left: 15%;
}
.box{
    background-color: rgba(118, 230, 193, 0.61);
    height: 40px;
    width: 40px;
    float: left;
    outline: none;
    position: relative;
    margin-left: 850px;
    margin-top: -300px;
}
.box2{
    background-color: rgba(196, 180, 91, 0.795);
    height: 40px;
    width: 40px;
    float: left;
    outline: none;
    position: relative;
    margin-left: 230px;
}
#buttonred {
    border-radius: 50%;
    background-color: rgb(199, 58, 58);
    height: 40%;
    width: 1.3%;
    margin-left: 1%;
    margin-top: 0.8%;
    border: none;
}
#buttonyellow {
    border-radius: 50%;
    background-color: rgb(255, 196, 32);
    height: 40%;
    width: 1.3%;
    margin-left: 0.5%;
    margin-top: 0.8%;
    border: none;
}
#buttongreen {
    border-radius: 50%;
    background-color: rgb(146, 216, 41);
    height: 40%;
    width: 1.3%;
    margin-left: 0.5%;
    margin-top: 0.8%;
    border: none;
}
#searchbar{
    position: absolute;
    width: 30.5%;
    height: 50%;
    background-color: rgb(197, 197, 197);
    margin-left: 23%;
    margin-top: 0.7%;
    border-radius: 15px;
}
#stparagraph {
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    font-size: 75%;
    margin-left: 2%;
    margin-top: 0.8%;
}
.windowbar{
    height: 40px;
    width: 1270px;
    position: relative;
    background-color: rgb(230, 226, 226);
    float: left;
}
.stwindow {
    margin-top: 2%;
    margin-left: 14%;
    height: 600px;
    width: 75%;
    background-color: white;
    border-radius: 10px;
}
div {
    overflow: hidden;
    width: auto;
    height: auto;
}
body{
    background-color: rgb(24, 26, 26);
}
footer{
    left: 0;
    right: 0;
    bottom: 0;
    height: 7%;
    position: fixed;
    width: 100%;
    background-color: rgb(39, 41, 41);
}
.divteam{
    margin-left: 20%;
    margin-top: 3%;
    background-color: white;
    width: 15%;
    border-radius: 8px;
}
.team ul{
    font-family: Georgia, 'Times New Roman', Times, serif;
    list-style-type: none;
    overflow: hidden;
}
.team a{
    text-decoration: none;
    text-align: center;
    color: grey;
}
.team li{
    text-decoration: none;
    list-style-type: none;
    padding: 10px;
  }
.navbar ul{
    font-family: Georgia, 'Times New Roman', Times, serif;
    float: right;
    font-weight: 600;
    list-style-type: none;
    padding: 2%;
    padding-right: 12%;
    margin: 0px;
    overflow: hidden;
    color: white;
}
.navbar a{
    text-decoration: none;
    padding: 30px;
    text-align: center;
    color: white;
}
.navbar a:hover{
    color: aqua;
}
.navbar a.active{
    color: aqua;
}
.navbar li{
    float: left;
}
.footnavbar li{
    float: left;
    text-decoration: none;
    list-style-type: none;
    margin: 0%;
    margin-left: 17%;
}
.footnavbar a{
    font-size: 17px;
    text-decoration: none;
    margin: 0%;
    text-align: center;
    color: white;
}
.pseudonavbar{
    background-color: lightslategrey;
    width: 100%;
    height: 12%;
    
}
.pseudonavbar p{
    color: white;
    font-size: 150%;
    float: left;
    margin-top: 1%;
    padding: 3%;
}
.project{
    height: 80%;
    width: 30%;
    background-color: rgb(82, 82, 82);
    margin-left: 15%;
    border-radius: 4%;
    float: none;
    position: absolute;
}
.project2p{
    position: absolute;
    margin-left: 52%;
    margin-top: 1.8%;
    color: white;
    font-family: monospace;
    font-size: 150%;
    text-decoration: underline;
}
#pjdiv1{
    background-color: rgb(53, 53, 53);
    height: 33.3333%;
    width: 100%;
    position: relative;
}
#pjdiv2{
    background-color: rgb(78, 78, 78);
    height: 33.33333%;
    width: 100%;
}
#pjdiv3{
    background-color: rgb(53, 53, 53);
    height: 33.3333%;
    width: 100%;
}
#pjbutton {
    background-color: rgb(53, 52, 52);
    position: relative;
    text-decoration: none;
    color: white;
    border: none;
    height: 100%;
    width: 100%;
    font-size: 25px;
}
#stplanh2{
    text-align: center;
    color: white;
    text-decoration: underline;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.pseudosite{
    background-color: lightsteelblue;
    width: 100%;
    height: 100%;
}
table{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 2%;
    margin-left: 1%;
    border: 1px solid;
    background-color: white;
    border-collapse: collapse;
    color: white;
    height: 67%;
    width: 98%;
}
thead{
    background-color: #34495e;
}
tbody tr:nth-child(odd){
    background-color: #f2f2f2;
}
tr td {
    text-align: center;
    font-size: 100%;
    width: 5%;
    height: 12%;
}
th{
  width: auto;
  height: auto;
}
.video {
    position: absolute;
    top: 25%;
    left: 40%;
    border: 10px, solid;
    border-radius: 20px;
    width: 300px;
    height: 300px;
}
.maintenance{
    margin-left: 40%;
    margin-top: 6%;
}
#mainth1{
    color: white;
    font-family: monospace;
    margin-left: 28%;
    text-decoration: underline;
}
