@font-face {
    font-family: 'main_font';
    src: url(fonts/raspoutinemedium_tb.otf);
  }

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #E2E2E2;
    overflow-x: hidden;
    scroll-padding-top: 140px
  }

  .Header {
    background-color: #ffffff;
    height: 130px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    box-shadow: 0px 2px 8px #acacac;
    position: sticky;
    top: 0;
  }

  .MainLogo {
    height: 110px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .Header button {
    background-color: #C2F2FE;
    width: 200px;
    height: 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: main_font;
    font-size: 1.5rem;
  }

  .Header button:hover{
    background-color: #a8d7e2; 
    width: 200px;
    height: 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: main_font;
    font-size: 1.5rem;
  }

  .B1Head {
    margin-right: 5px;
  }

  .HeadButtons {
    margin-right: 10px;
    margin-bottom: 10px;
  }


  .bodyBlock_1 {
    display: flex;
    padding: 10px;
    background-color: #ffffff;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .hero1 {
    margin-top: 10px;
    margin-bottom: 6px;
    margin-left: 10px;
    width: 40vw;
  }

  .text1 {
    font-family: main_font;
    font-size: 1.5rem;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text2 {
    font-family: main_font;
    font-size: 1.7rem;
    line-height: 40px;
    padding-left: 20px;
    padding-top: 20px;
  }


  .bodyBlock_2 {
    /* height: 400px; */
    display: flex;
    background-color: #ffffff;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 0px 5px 0px;
  }

  .bodyBlock_2 img {
    width: 16vw;
    margin-top: 20px;
  }

  .B2Colem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25vw;
    min-height: 400px;
    font-family: main_font;
    font-size: 1.1rem;
    padding: 20px;
    margin: 10px 5px 10px;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 10px;
  }

  .B2Colem p {
    max-height: 200px;
  }


  .bodyBlock_3 {
    padding-bottom: 140px;
    padding-top: 20px;
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    font-family: main_font;
  }

  .B3Colem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50vw; 
  }

  .B3Colem img {
    width: 8vw;
    padding: 20px;
  }

  .contactOps {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }


  .footer {
    display: flex;
    height: 30px; 
    background-color: #ebebeb;
    color: #9e9e9e;
    justify-content: center;
    align-items: center;
  }