﻿/* header styles*/
h3.btl-rteElement-H3 {
    -ms-name: תת כותרת 3;
/*    color: #397C9B;*/
        color: var(--heading3);
    font-size: 1.05em;
    font-weight: bold;
    margin: 2em 0 0em 0;
}

h3.btl-rteElement-H3 + p {margin-top:0.5em}



th h3.btl-rteElement-H3 {
	color:white
}

h2.btl-rteElement-H2 {
    -ms-name: תת כותרת 2;
    font-size: 1.22em;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
    border-bottom: 1px solid var(--headingborder);
    padding-bottom: .5em;
    color: var(--heading2);
}
/*normal style*/

div.btl-rteElement-regularText {
    -ms-name: טקסט רגיל;
    font-size: 1em;
}



p.btl-rteElement-regularParagraph {
    -ms-name:פסקה ;
    font-size: 1em;
}


/* font family*/
.btl-rteFontFace-1
{
    -ms-name : Arimo;
	font-family:Arimo;
}

/* font size*/

.btl-rteFontSize-1
{
    -ms-name : 1em;
	font-size: 1em;
}
.btl-rteFontSize-2
{
    -ms-name : 1.1em;
	font-size: 1.1em;
}

.btl-rteFontSize-3
{
    -ms-name : 1.2em;
	font-size: 1.2em;
}

/* table */
.btl-rteTable-default {
   -ms-name:טבלה צבעונית;
    border: 1px solid #88B7E2;
}


a.btl-rteElement-regularHyperlink1
{
    -ms-name: 1 קישור כפתור;
    background-color: var(--button1bg);

    color: white!important;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    padding: .5em 1em;
    box-sizing: border-box;
    border-radius: 0.2em;
    text-decoration: none!important;
    text-align: center;
    justify-content: center;
   }



a.btl-rteElement-regularHyperlink2
{

    -ms-name: 2 קישור כפתור;
    background-color: #35a3aa;

    color: white!important;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    padding: .5em 1em;
    box-sizing: border-box;
    border-radius: 0.2em;
    text-decoration: none!important;
    text-align: center;
    justify-content: center;
   }



a.btl-rteElement-regularHyperlink3
{
    -ms-name: 3 קישור כפתור;
    background-color: #6751b6;

    color: white!important;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    padding: .5em 1em;
    box-sizing: border-box;
    border-radius: 0.2em;
    text-decoration: none!important;
    text-align: center;
    justify-content: center;
   }



a.btl-rteElement-regularHyperlink1:hover
{
    background-color: var(--button1hoverBg);
    color: white!important;
    text-decoration: none!important;
}

a.btl-rteElement-regularHyperlink2:hover
{
    background-color: var(--button1hoverBg);
    color: white!important;
    text-decoration: none!important;
}

a.btl-rteElement-regularHyperlink3:hover 
{
    background-color: var(--button1hoverBg);
    color: white!important;
    text-decoration: none!important;
}



@media (max-width:500px) {
	
h2.btl-rteElement-H2 {
    border-bottom: 0;
    color: var(--mobile-heading);
    padding-bottom:0;
}

}
}