.programtext .main {width:600px; font-family: "Times New Roman",  serif;}
.programtext .text {padding-right:10px}
.programtext h1, .programtext h2 {
    color: #e96804;
    font-weight: bold
}

.programtext .imgJon {
   
    box-shadow: 2px 2px 2px #888888;
    border-radius: 7px
}

.programtext .banner{
box-shadow: 1px 1px 1px #888888;
    border-radius: 5px
    }
    
@media (min-width: 992px) {
.programtext #second {
        margin-top: 50px;
    }
.programtext #third {
        margin-top:100px;
    }
}

.programtext #active {
        background: #D9EDF7;
    }

.programtext textarea:hover, 
.programtext input:hover, 
.programtext textarea:active, 
.programtext input:active, 
.programtext textarea:focus, 
.programtext input:focus,
.programtext button:focus,
.programtext button:active,
.programtext button:hover
{
    outline:0px !important;
    /*-webkit-appearance:none;*/
}



.programtext .imgAbout {
  width: 135px;
  box-shadow: 7px 7px 7px #888888;
  border-radius: 7px;
}
    
@media (min-width: 769px) {
.programtext .imgAboout{
    width: 135px;
}
}
@media (max-width: 768px) {
.programtext .imgAbout{
    width: 70px;
}
}

.programtext a:hover, .programtext a:focus  {
    text-decoration:none;
    color:#003665;
}


.programtext .btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
} 
.programtext .btn-benny {
    background-color: #dff0d8;
    border: none;
    text-align: center;
    font-size: 20px;
    width: 100%;
   color: #468847;
    font-family: Arial !important;
    
}

.programtext .btn-liora {
    background-color: #d9edf7;
    border:none;
    text-align: center;
    font-size: 20px;
    width: 100%;
    color: #3a87ad;
    font-family: Arial !important;
    
}
.programtext .exampleimg {
   
    box-shadow: 2px 2px 2px #888888;
    border-radius: 7px
}

@media (min-width: 769px) {
.programtext .imgJon{
    width: 135px;
}
    
.programtext .exampleimg {
    width: 100%
}

.programtext .video {
        width:420px;
        height:315px
    }
    
}
@media (max-width: 768px) {
.programtext .imgJon{
    width: 70px;
}
    
.programtext .exampleimg {
    width: 30%
}

.programtext .video {
        width:100%;
        height: ;
    }
}


