.contactform{
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    background-color: whitesmoke;
    width:100%;
    height:fit-content;
}
.contactimage{
    align-self: center;
    width: 50%;
}
.contactcontainer {
    max-width: 10px;
    margin: 0 auto;
    padding: 20px;
   /* border: 1px solid #ccc;*/
   /* border-radius: 5px;*/
  }
  h1 {
    text-align: center;
    color: rgb(90, 18, 18);
    font-weight: bold;
    font-size: 25px;
  }
  h1 {
    line-height: 110% !important; 
    margin: -0.2rem 0 -0.32rem 0 !important;
  }
  h4 {
    text-align: center;
    color: rgb(90, 73, 18);
    font-size: 18px;
  }  
  h4 {
    line-height: 110% !important;
    margin: 0.52rem 0 -0.088rem 0 !important;
}
  .form-group {
    margin-bottom: 20px;
  }
  
  label {
    display: block;
    font-weight: bold;
    color: rgb(10, 10, 73);
    font-size: 15px;
  }
  
  input{
    width: 98%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid rgb(133, 145, 145);
    height:50%;
  }
  textarea {
    width: 98%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid rgb(133, 145, 145);
    resize:none;
  }
  
  button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    float: right;
  }
    .contactcontainer {
      flex: 1 3 auto;
      max-width: 35%;
      padding: 20px;
      /*border: 1px solid #ccc;*/
    /*border-radius: 5px;*/
    }
    @media (min-width: 320px) and (max-width: 480px) {
      .contactform{
        display: flex;
        flex-direction: column;
        flex-wrap:nowrap;
        background-color: whitesmoke;
        width:100%;
        height:fit-content;
    }
    .contactimage{
      align-self: center;
      width: 100%;
    }
    .contactcontainer {
        max-width: 10px;
        margin: 0 auto;
        padding: 20px;
       /* border: 1px solid #ccc;*/
       /* border-radius: 5px;*/
      }
      h1 {
        text-align: center;
        color: rgb(90, 18, 18);
        font-weight: bold;
        font-size: 25px;
      }
      h1 {
        line-height: 110% !important; 
        margin: -0.2rem 0 -0.32rem 0 !important;
      }
      h4 {
        text-align: center;
        color: rgb(90, 73, 18);
        font-size: 18px;
      }  
      h4 {
        line-height: 110% !important;
        margin: 0.52rem 0 -0.088rem 0 !important;
    }
      .form-group {
        margin-bottom: 20px;
      }
      
      label {
        display: block;
        font-weight: bold;
        color: rgb(10, 10, 73);
        font-size: 15px;
      }
      
      input{
        width: 98%;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid rgb(133, 145, 145);
        height:50%;
      }
      textarea {
        width: 98%;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid rgb(133, 145, 145);
        resize:none;
      }
      
      button {
        background-color: #4CAF50;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        float: right;
      }
        .contactcontainer {
          max-width: 100%;
          padding: 20px;
          /*border: 1px solid #ccc;*/
        /*border-radius: 5px;*/
        }


    }
    @media (min-width: 481px) and (max-width: 768px) {
      .contactform{
        display: flex;
        flex-direction: column;
        flex-wrap:nowrap;
        background-color: whitesmoke;
        width:100%;
        height:fit-content;
        align-items: center;
    }
    .contactimage{
      align-self: center;
      width: 77%;
    }
    .contactcontainer {
        max-width: 10px;
        margin: 0 auto;
        padding: 20px;
       /* border: 1px solid #ccc;*/
       /* border-radius: 5px;*/
      }
      h1 {
        text-align: center;
        color: rgb(90, 18, 18);
        font-weight: bold;
        font-size: 25px;
      }
      h1 {
        line-height: 110% !important; 
        margin: -0.2rem 0 -0.32rem 0 !important;
      }
      h4 {
        text-align: center;
        color: rgb(90, 73, 18);
        font-size: 18px;
      }  
      h4 {
        line-height: 110% !important;
        margin: 0.52rem 0 -0.088rem 0 !important;
    }
      .form-group {
        margin-bottom: 20px;
      }
      
      label {
        display: block;
        font-weight: bold;
        color: rgb(10, 10, 73);
        font-size: 15px;
      }
      
      input{
        width: 98%;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid rgb(133, 145, 145);
        height:50%;
      }
      textarea {
        width: 98%;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid rgb(133, 145, 145);
        resize:none;
      }
      
      button {
        background-color: #4CAF50;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        float: right;
      }
        .contactcontainer {
          max-width: 100%;
          padding: 20px;
          /*border: 1px solid #ccc;*/
        /*border-radius: 5px;*/
        }
    }
    @media (min-width: 769px) and (max-width: 1024px) {
      .contactform{
        display: flex;
        flex-direction: row;
        flex-wrap:nowrap;
        background-color: whitesmoke;
        width:100%;
        height:fit-content;
    }
    .contactimage{
      align-self: center;
      width: 60%;
    }
    .contactcontainer {
        max-width: 10px;
        margin: 0 auto;
        padding: 20px;
       /* border: 1px solid #ccc;*/
       /* border-radius: 5px;*/
      }
      h1 {
        text-align: center;
        color: rgb(90, 18, 18);
        font-weight: bold;
        font-size: 25px;
      }
      h1 {
        line-height: 110% !important; 
        margin: -0.2rem 0 -0.32rem 0 !important;
      }
      h4 {
        text-align: center;
        color: rgb(90, 73, 18);
        font-size: 18px;
      }  
      h4 {
        line-height: 110% !important;
        margin: 0.52rem 0 -0.088rem 0 !important;
    }
      .form-group {
        margin-bottom: 20px;
      }
      
      label {
        display: block;
        font-weight: bold;
        color: rgb(10, 10, 73);
        font-size: 15px;
      }
      
      input{
        width: 98%;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid rgb(133, 145, 145);
        height:50%;
      }
      textarea {
        width: 98%;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid rgb(133, 145, 145);
        resize:none;
      }
      
      button {
        background-color: #4CAF50;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        float: right;
      }
        .contactcontainer {
          max-width: 60%;
          padding: 20px;
          /*border: 1px solid #ccc;*/
        /*border-radius: 5px;*/
        }


    }
    @media (min-width: 1025px) and (max-width: 1200px) {
      .contactform{
        display: flex;
        flex-direction: row;
        flex-wrap:nowrap;
        background-color: whitesmoke;
        width:100%;
        height:fit-content;
    }
    .contactimage{
      align-self: center;
      width: 60%;
    }
    .contactcontainer {
        max-width: 10px;
        margin: 0 auto;
        padding: 20px;
       /* border: 1px solid #ccc;*/
       /* border-radius: 5px;*/
      }
      h1 {
        text-align: center;
        color: rgb(90, 18, 18);
        font-weight: bold;
        font-size: 25px;
      }
      h1 {
        line-height: 110% !important; 
        margin: -0.2rem 0 -0.32rem 0 !important;
      }
      h4 {
        text-align: center;
        color: rgb(90, 73, 18);
        font-size: 18px;
      }  
      h4 {
        line-height: 110% !important;
        margin: 0.52rem 0 -0.088rem 0 !important;
    }
      .form-group {
        margin-bottom: 20px;
      }
      
      label {
        display: block;
        font-weight: bold;
        color: rgb(10, 10, 73);
        font-size: 15px;
      }
      
      input{
        width: 98%;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid rgb(133, 145, 145);
        height:50%;
      }
      textarea {
        width: 98%;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid rgb(133, 145, 145);
        resize:none;
      }
      
      button {
        background-color: #4CAF50;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        float: right;
      }
        .contactcontainer {
          max-width: 60%;
          padding: 20px;
          /*border: 1px solid #ccc;*/
        /*border-radius: 5px;*/
        }


    }
    
    