
 
 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;
}


.text-container {
  position: relative;
  font-family: tahoma;
    font-size : calc(10px + 0.8vw);
  width : 19.2vw;
  height : auto;
    border: 1.5vw solid #0F31F0;
    border-radius : 50px;
  text-align: center;
  top : 60px;  
  background-color : #ffffff;
  opacity : 0.9;
  margin-left : 0.9vw;
  margin-top : 20px;
  padding : 0 0.5vw 20px 0.5vw;
}



.text-container-icon {
    height: 50px;
    position: relative;
    top: 10px;
    margin-bottom : 20px;
}

.messenger-icon {
    height: 55px;
    position: relative;
    top: 10px;
    margin-bottom : 15px;
}

.mail-icon {
    height: 45px;
    position: relative;
    top: 10px;
    margin-bottom : 25px;
}


.contact-button {
    font-size : 15px;
    font-family: tahoma;
    position : relative;
    border-radius: 10px;
    width : 110px;
    padding : 5px 0 5px 0;
    background-color : #0f09ff;
    text-decoration: none;
    color: #ffffff;
    }
    
.contact-button:hover {
      background-color : #101080;
}
   
    

.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-container {
    padding : 0 20px 0 20px;
    display : block;
    position: relative;
    font-family: tahoma;
    font-size : 18px;
    width : calc(300px + 30vw);
    text-align: center;
    background-color : #ffffff;
    opacity : 0.9;
    margin : 70px  auto 0px auto;
    padding-bottom : 25px;
    border: 1.5vw solid #0f09ff;
    border-radius : 50px;

}


.mail-form-title {
    position : relative;
    padding : 10px 0 0 0;;
    opacity : 1.0;
    font-size : 50px;
    font-weight : normal;
}

.mail-form-invite {
    position : relative;
    padding : 10px;
    opacity : 1.0;
    font-size : 20px;
    font-weight : normal;
}



.mail-form {
    font-size : 16px;
    text-align: left;
    font-family : tahoma;
    background-color : #2020ff;
    border-style : solid;
    border-color : #2020ff;
    border-width : 20px 40px 20px 40px;
    border-radius : 20px;
}

.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: #101080;
  padding: 12px 20px;
  color : white;
  border: none;
  border-radius : 10px;
  cursor: pointer;
  resize: vertical;
}

.mail-form-submit:hover {
    background-color: #00e1e1;
    font-style : italic;
    color : black;
}
 

.contact-form-icon {
    width: 85px;
    position: relative;
    top : -60px;
}
   

.asub{
    width : 20px;
    position : relative;
    top : 5px;
}









@media screen and (max-width : 660px){
    
      
    
    #home-info-container {
        display : block;
        width : 100%;
        margin: 0 0 50px 0;
        top : 0;
    }

    .text-container {
        font-size : calc(10px + 1.5vw);
        width : 50vw;
        margin : 20px auto 0px auto;
        border: 20px solid #0F31F0;
        padding : 0 2vw 20px 2vw;
    }

    .mail-form-container {
        width : 65vw;
        border: 15px solid #0F31F0;
        margin-top : 100px;
    }

            
    .mail-form {
         border-width : 20px 30px 20px 30px;
    }
 

}



@media screen and (max-width : 440px){
    
   
 
 
     
    .mail-form-title {
        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;
    }

     

  

}


@media screen and (max-width : 320px){
    
     
     .text-container {
        top : 0px;  
     }
     
}











