html {
  font-family: "Poppins", sans-serif;
  line-height: 2.5;
}
body {
  margin: 0;
  color: white;
}
#container {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
#wrapper {
  /* background-color: green;
    padding: 10px;
    width: 96%;
    margin: 0 auto;
    max-width: 1440px; */
}
#logoheader {
  background-image: url(Images/image7.jpg);
  height: 300px;
  width: 100%;
  background-position: bottom center;
  background-size: cover;
}
#topnav {
  min-height: 20px;
  padding: 2px;
  width: 60%;
  margin: auto;
}
#topnav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}
#topnav a {
  color: white;
  text-decoration: none;
}
#pageheader {
  min-height: 20px;
  padding: 1rem;
  background-color: #b9334a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#pagemain {
  background-color: #b9334a;
  min-height: 500px;
  margin-top: 200px;
  width: 80%;
  margin: auto;
  padding: 3rem;
}
#pagemain a {
  color: white;
}
#mjs1,
#trb1 {
  display: block;
  height: 300px;
  width: 100%;
  border: 2px solid white;
  margin-bottom: 1rem;
}
#st1,
#tt1 {
  border: 2px solid white;
  height: 350px;
  width: 100%;
  margin-bottom: 1rem;
}

p {
  text-align: justify;
}

#footer {
  background-color: blue;
  min-height: 80px;
  width: 80%;
  padding: 3rem;
  padding-top: 5rem;
  margin: auto;
  background-color: #b9334a;
}
#footer p {
  text-align: center;
}
#pagemain h2:hover,
#topnav a:hover {
  text-shadow: -1px 2px 10px white;
}
#homenav {
  background-image: url(Images/icon.png);
  background-size: cover;
  margin-top: 20px;
  width: 80px;
  height: 80px;
  transform: rotate(180deg);
  position: absolute;
  transition: all 0.8s;
}
#homenav:hover {
  transform: scale(1.2) rotate(180deg);
}

@media screen and (min-width: 700px) {
  #topnav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  #pageheader {
    position: fixed;
    display: flex;
    justify-content: space-around;
  }
  #topnav img {
    width: 4rem;
    position: absolute;
    top: 0;
    left: 100px;
  }
  #mjs1,
  #trb1 {
    float: left;
    margin: 1rem;
    height: 300px;
    width: 500px;
    border: 2px solid white;
    margin-bottom: 1rem;
  }
  #st1,
  #tt1 {
    border: 2px solid white;
    float: right;
    margin: 1rem;
    height: 350px;
    width: 550px;
    margin-bottom: 1rem;
  }
}
