.navcontainer{
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
  }
  .header {
      width: 100%;
      height: 44px;
      background-image: linear-gradient(to bottom right, #115604, black);
  }
  .headertext{
      position: relative;
      font-size: 19px;
      padding: 10px;
  }
  .header2 {
      width: 100%;
      height: 140px;
      background-color: #ffffff;
      position: relative; 
      margin: 0;
  }
  .headerlogo{
      width:150px;
      height:100px;
      position: relative;
      padding: 12px;
  }
  .navbar {
      display: flex;
      justify-content: center;
      width: 100%;
      overflow: auto;
      position: relative;
      top:-85px
  }
  .navbar a {
      float: left;
      text-align: center;
      padding: 12px;
      color: rgb(0, 0, 0);
      text-decoration: none;
      font-size: 22px;
  }
  .navbar a:hover {
      text-decoration: none;
      color: #929090;
      cursor: pointer;
    }
    
  @media screen and (max-width: 500px) {
      .navbar a {
        float: none;
        display: block;
      }
    }
  .quote {
      background-image: linear-gradient(to bottom right, #125604b9, black);
      border-radius: 2px;
      color: rgba(255, 255, 255, 0.829);
      padding: 20px;
      text-align: center;
      text-decoration: none;
      top:35px;
      font-size: 16px;
      margin: 6px 3px;
      position: absolute;
      left: 75%;
  }
  .quote:hover {
      background-image: linear-gradient(to bottom right, #115604, black);
      color: rgb(255, 255, 255);
  }
  .contact{
      text-decoration: none;
      color: rgb(255, 255, 255);
  }
  .contactbl{
      text-decoration: none;
      color: rgb(0, 0, 0);
  }
  .contactnoclick{
      text-decoration: none;
      color: rgb(255, 255, 255);
  }
  .contact:hover{
      text-decoration: none;
      color: rgb(179, 179, 179);
  }
  .mainpageimg {
      width: 100%;
      height: 550px;
      display: block
  }
  
  @media screen and (max-width: 600px) {
  
      .mainpageimg {
       display:none;
      }
  
      .headertext{
          display:none;
      }
      .header{
          display:none;
      }
  }