@import url("https://use.typekit.net/kqe1fgh.css");
@import url("https://use.typekit.net/kqe1fgh.css");
html {
  height: 100%;
  background-attachment: fixed;
}
body {
  background-color: #bf3952;
  background-position: center center;
  font-family: "Courier New", Courier, monospace;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "novecento-slab-wide", serif;
  font-weight: 500;
  font-style: normal;
}
nav {
  min-height: 20px;
  padding: 1rem;
  background-color: none;
  margin: auto;
  width: 60%;
  text-align: center;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  font-family: "novecento-slab", serif;
  font-weight: 300;
  font-style: normal;
}
nav a {
  color: #fff;
}
nav a:hover {
  color: silver;
}
#container {
  background-color: none;
  width: 98%;
  margin: 0 auto;
  padding: 0.5rem;
  padding-top: 110px;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#wrapper {
  background-color: none;
  width: 96%;
  max-width: 1250px;
  margin: 0 auto;
}
#pageheader {
  min-height: 40px;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#media1 {
  min-height: 500px;
  padding: 1rem;
  background-color: #2e2f28;
  background-image: url(Images/image6.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
}
#media2 {
  min-height: 500px;
  padding: 1rem;
  background-color: #2e2f28;
  background-image: url(Images/TST4.JPG);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
}
#media3 {
  min-height: 500px;
  padding: 1rem;
  background-color: #2e2f28;
  background-image: url(Images/TRB1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
}
#media4 {
  min-height: 500px;
  padding: 1rem;
  background-color: #2e2f28;
  background-image: url(Images/ST1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
}
#media5 {
  min-height: 500px;
  padding: 1rem;
  background-color: #2e2f28;
  background-image: url(Images/MJSimage1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
}
#pagemain {
  min-height: 120px;
  padding: 1rem;
  background-color: white;
  line-height: 1.5;
  color: #333;
}
#pagemain > img {
  background-color: none;
  width: 90%;
  margin: auto;
  display: block;
  padding: .5rem;
  border-radius: 1.5rem;
}
#logofooter {
  width: 100px;
  height: 100px;
  background-color: none;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  bottom: 0;
  background-image: url(Images/headerlogo.png);
  background-size: cover;
  background-position: center center;
}
#pagefooter {
  min-height: 50px;
  padding: 1rem;
  background-color: #212126;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  #container {
    padding-top: 150px;
  }
  #pageheader {
    position: fixed;
    display: flex;
    justify-content: space-around;
  }
  nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  #pagemain {
    flex-basis: 80%;
  }
  #pagemain > img{
    width: 30%;
  }
  .right{
    float: right;
  }
  .left{
    float: left;
  }
  .clearfix::after{
    content:"";
    display: table;
    clear: both;
  }
}
