
 
 body {
      margin: 0 0 0 0;
 }      


.background {
    z-index : -10;
    position: fixed;
    object-fit : cover;
    object-position : 80% 50%;
    width : 100%;
    height : 100vh;
    right : 0px;
}





#home-info-container {
        display: flex;
        display:-webkit-flex;
        float: none;
        position: relative;
        margin: auto;
        width : 100%;
        margin: 0 0 150px 0;
}


.house-container {
  position: relative;
  font-family: tahoma;
  font-size : calc(10px + 0.8vw);
  width : 20vw;
  height : auto;
  text-align: center;
  top : 100px;  
  background-color : #ffffff;
  opacity : 0.9;
  margin-left : 3.6vw;
  padding : 20px 0 10px 0;
}

.house-container:before {
    content: '';
    position: absolute;
    top: -60px; right: 0;
    border-bottom: 60px solid white;
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
    width: 0px;
}


.house-container-icon {
    width: calc(30px + 2vw);
    position: absolute;
    left : calc(9vw - 15px);
    top : -30px;
}


.email-button {
    font-size : 15px;
    font-family: tahoma;
    position : relative;
    border-radius: 10px;
    width : 110px;
    padding : 5px 0 5px 0;
    background-color : #ff7f00;
    text-decoration: none;
    color: #ffffff;
    }
    
.email-button:hover {
     background-color: #ff5f00;
}


.mail-button {
    font-size : 15px;
    font-family: tahoma;
    position : relative;
    border-radius: 10px;
    width : 110px;
    padding : 5px 0 5px 0;
    background-color : #ff7f00;
    text-decoration: none;
    color: #ffffff;
    }

.mail-button:hover {
     background-color: #ff5f00;
}
    

.email-buttons {
    position : absolute;
    bottom : 15px;
    width : 100%;
    display : inline-block;
    left : 0px;
}    


.info-text-container a {
    font-weight : normal;
    opacity : 1.0;
}



#mail-form-container {
        display: block;
        float: none;
        position: relative;
        margin: 0 0 500px 0;
        width : 100%;
}


.mail-form-house-container {
  display : flex;
  position: relative;
  font-family: tahoma;
  font-size : 18px;
  width : 600px;
  text-align: center;
  top : 120px;     
  background-color : #ffffff;
  opacity : 0.9;
  margin : 20px  0px 0px calc(50% - 300px);
  padding-bottom : 25px;
}

.mail-form-house-container:before {
    content: '';
    position: absolute;
    top: -80px; right: 0;
    border-bottom: 80px solid white;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    width: 0px;
    
}

.mail-form-text-container {
    padding : 0 20px 0 20px;
}


.mail-form-title {
    position : relative;
    top : -40px;
    opacity : 1.0;
    font-size : 50px;
    font-weight : normal;
}

.mail-form-invite {
    position : relative;
    top : -20px;
    opacity : 1.0;
    font-size : 20px;
    font-weight : normal;
}



.mail-form {
    font-size : 16px;
    text-align: left;
    font-family : tahoma;
    background-color : #ffaf30;
    border-style : solid;
    border-color : #ffaf30;
    border-width : 20px 40px 20px 40px;
    border-radius : 5px;
}

.mail-form-email, .mail-form-name {
  font-size : 17px;
  font-family : tahoma;  
  text-decoration : none;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.mail-form-message {
  font-size : 17px;
  font-family : tahoma;  
  width: 100%;
  height: 200px;
  padding: 8px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
 }


.mail-form-submit {
  font-size : 18px;
  font-family : tahoma;  
  width : 100%;  
  background-color: #ff6f00;
  padding: 12px 20px;
  color : white;
  border: none;
  cursor: pointer;
  resize: vertical;
}

.mail-form-submit:hover {
    background-color: #ff5f00;
    font-style : italic;
}
 

.contact-form-icon {
    width: 85px;
    position: relative;
    top : -60px;
}

.asub{
    width : 20px;
    position : relative;
    top : 5px;
}








@media screen and (max-width : 1000px){
    
     



   .email-container .asub{
         width : 14px;
         top : 3px;
    }

   .email-button {
       width : 90px;
       font-size : 12px;
   }

   .mail-button {
       width : 90px;
       font-size : 12px;
   }
    
    
     
}



@media screen and (max-width : 660px){
    
    
    #home-info-container {
        display : block;
        width : 100%;
        margin: 0 0 100px 0;
        top : 0;
    }

    .house-container {
        font-size : calc(10px + 2vw);
        width : 60vw;
        margin : 0 auto 100px auto;
     }

    .house-container:before {
         border-left: 30vw solid transparent;
         border-right: 30vw solid transparent;
    }
    
    .house-container-icon {
       width: calc(30px + 4vw);
       left : calc(28vw - 15px);
     }
 



    .email-container {
         font-size : 22px;
     }

   .email-container .asub{
         width : 20px;
         top : 5px;
    }

   .email-button {
       width : 110px;
       font-size : 15px;
   }

   .mail-button {
       width : 110px;
       font-size : 15px;
   }
    
    .phone-container {
         padding-top : 20px;
         font-size : 20px;
     }
    
    .address-container {
          font-size : 22px;
     }

    .mail-form-house-container {
       width : 80vw;
       margin : 20px  0px 0px calc(50% - 40vw);
    }
    
    .mail-form-house-container:before {
           border-width: 0 40vw 80px 40vw;
    
    }
    
    .mail-form-title {
        top : -30px;
        font-size : 40px;
    }

    .mail-form {
         border-width : 20px 30px 20px 30px;
    }
 

}



@media screen and (max-width : 440px){
    
   

  
     .mail-form-house-container {
         top : 150px;
     }
     
    .mail-form-title {
        top : -30px;
        font-size : 30px;
    }

   .mail-form-invite {
       font-size : 15px;
    }



    .mail-form {
        font-size : 13px;
        border-width : 20px 20px 20px 20px;
    }

    .mail-form-email, .mail-form-name {
      font-size : 13px;
    }

    .mail-form-message {
      font-size : 13px;
      height: 150px;
    }


    .mail-form-submit {
      font-size : 13px;
    }

     

  

}











