

/* SIMPLER Regular */
@font-face {
  font-family: 'SimplerPro';
  src: url('/fonts/SimplerPro_Leumi_H-Regular.woff') format('woff'); /* Pretty Modern Browsers */

  font-weight: normal;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'SimplerProLight';
  src: url('/fonts/SimplerPro_Leumi_H-Light.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: 200;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'SimplerProLight';
  src: url('/fonts/SimplerPro_Leumi_H-Light.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: 300;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'SimplerProBold';
  src: url('/fonts/SimplerPro_Leumi_H-Bold.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: bold;
  font-display: swap;
}

/* Bolder */
@font-face {
  font-family: 'SimplerProBold';
  src: url('/fonts/SimplerPro_Leumi_H-Bold.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: bolder;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'SimplerPro';
  src: url('/fonts/SimplerPro_Leumi_H-Light.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: 300;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'SimplerPro';
  src: url('/fonts/SimplerPro_Leumi_H-Bold.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: bold;
  font-display: swap;
}

/* English Regular */
@font-face {
  font-family: 'SimplerPro';
  src: url('/fonts/SimplerPro_Leumi_H-Regular.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: normal;
  unicode-range: U+0041-007a;
  font-display: swap;
}

/* English Light */
@font-face {
  font-family: 'SimplerPro';

  src: url('/fonts/SimplerPro_Leumi_H-Regular.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: 300;
  unicode-range: U+0041-007a;
  font-display: swap;
}

/* English Bold */
@font-face {
  font-family: 'SimplerPro';

  src: url('/fonts/SimplerPro_Leumi_H-Bold.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: bold;
  unicode-range: U+0041-007a;
  font-display: swap;
}

body{
  background:#EBF2FB;
  direction:rtl;
}
.mainDiv{
  background:#EBF2FB;
  padding-top:24px;
  display:flex;
  flex-direction:column;
}
.imgDiv{
  margin: 24px 0px 16px 0;

}
.imgDiv img {
  width:100px;
  max-width: 100px;
}

#compContainer{
  flex:1;
}
.footer{
  height: 103px;
  display: flex;
  flex-direction: column;
  align-items:center;
  margin-top: 16px;
}
.linkDiv{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;

}

.linkDiv a{
  color: #070762;
  text-decoration: none;
  margin:0px 24px;
  text-align: center;
  font-size:16px;
  font-weight:700;
  font-family: 'SimplerPro';


}
.logo  {
  width: 100%;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 60px;
  height:auto;
  margin-right: 8px;

}
@media (min-width: 768px) {
  .mainDiv{
    min-height:90%;
    padding-top:40px;


  }
  .imgDiv{
    margin: 0 0 16px 0;

  }
  .imgDiv img {
    width:auto;

  }
  .logo  {
    width: auto;
  }
  .logo img {
    max-width:40px;
    width: auto;
  }
  .linkDiv{
    margin: 32px 0 0 0;
  }
}
@media (min-width: 1280px) {
  .mainDiv{
    margin: auto;
    width:1280px;
  }
}
