body
{
  margin: -1px;
  padding: -1px;
}

.navbar 
{
    overflow: hidden;
    top: 0;
    left: 0;
    position: fixed;
}
  
  .navbar a 
  {
    float: left;
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }
  
  .navbar a:hover 
  {
    background-color: #ddd;
    color: black;
  }
  
  /* Clear floats after the navbar */
  .navbar:after 
  {
    content: "";
    display: table;
    clear: both;
  }

.background
{
  background-image: url('jackoffhome1.png');
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(5px) brightness(40%);
  height: 100vh;
  width: 100vw;
  margin: 0px;
}

.title
{
  font-size: 60px;
  color: white;
  font-style: italic;
  font-style: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}

.subtitle
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  color: white;
  font-style: italic;
  font-style: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

@media (max-width: 1500px) {
  .title 
  {
    font-size: 40px;
  }
  .subtitle
  {
    font-size: 10px;
  }
}

.container {
  position: relative;
}

.page
{
  position: absolute;
}

.landing
{
  position: relative;
}

.pastworks
{
  position: relative;
  display: flex;

}

.testimonials
{
  position: relative;
}

.ourstory
{
  position: relative;
}

.pastworks div.display
{
  display: inline-block;
  width: 48%;
  overflow: visible;
  background-color: rgb(47, 47, 47);
  inline-size: 49%;
}

div.pastworks div.display p
{
  font-size: 12px;
  color: white;
  font-family: 'Arial Narrow Bold', sans-serif;
  width: 90%;
  margin: 20px;

}

.pastworks div.display img
{
  width: 90%;
  height: fit-content;
  margin: 20px;
}

.main
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);

  margin: 0px;
  padding: 0px;
  /* transform: translate(0%, -220%); */
}

.header
{
  color: white;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  overflow: visible;
  padding: 20px;
  margin: 0;
}

.testimonials
{
  display: flex;
  flex-direction: column;
  position: relative;
}

.testi
{
  display: flex;
  padding: 10px;
  background-color: rgb(82, 82, 82);
}

.testi img
{
  max-width: 200px;
}

.testi p
{
  color: white;
  font-family: 'Arial Narrow Bold', sans-serif;
  padding: 20px;
}

.story p
{
  color: white;
  font-family: 'Arial Narrow Bold', sans-serif;
  padding: 20px;
  background-color: rgb(125, 125, 125);
  margin: 0;
}

