body{
    margin: 0px;
   
}
.header{
    background-color: #222222;
    padding-bottom:10px ;
}
#head{
    display:flex;
    justify-content: space-between;
}
.header i{
    font-size: 50px;
   
}
.navbar{
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    font-size: 1.2em;
    padding-top: 40px;
    padding-right: 80px;
     font-family: Arial, Helvetica, sans-serif;
}
.navbar a{
   color: rgb(206, 206, 206);
   text-decoration:none ;
   padding-left: 50px; 
}
.navbar a:hover{
    color: white;
}
#header-logo{
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    order:-1;
    padding-top: 20px;
    padding-left: 80px;
    font-size: 1.3em;
    font-weight: bold;
}
#header-logo p{
    margin-left: 20px;
    font-size: 1.2em;
}
#main-head{
    margin-top: 50px;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
      
}
#title{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#title h2{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.5em;
    margin: 0px;
    
}
#title p{
    margin: 0px;
    font-size: 1.5em;
    color: #a9a9a9;
    font-family: Arial, Helvetica, sans-serif;
}
#button1{
    height: 55px;
    width: 150px;
    margin-top: 30px;
    margin-left:2px;
    border-radius: 5px;
    background-color: #c59c51 ;
}
#button1 a{
    display: flex;
    justify-content: center;
    padding-top: 16px;
    font-weight: bold;
    font-size: 18px;
    color: #311d10;
    text-decoration:none ;
    font-family: Arial, Helvetica, sans-serif;
}
#button1:hover{
    background-color: #6d6d6d;
}
#button1:hover a{
    color: white;
}
#main-img {
    display: flex;
    justify-content: center;
    margin-left:10px ;
    width: 50%;
}
#main-img img{
    width: 80%;
    height: auto;
}

.info{
    
}
#info-text{
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30px;
    font-size: 2.2em;
    padding-bottom: 40px;
}
#box-container{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    
    
}
.box{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    width:250px;
    margin: 30px;
}
.box-img img{
    border: 5px #422716 solid;
    border-radius: 5px;
    width: 100%;
    height: auto;
    margin: 0px 20px 5px 0px;
    padding: 0px;
}
.box-text h2{
    text-align: center;
    font-family:"Noto Rashi Hebrew",Arial, Helvetica, sans-serif
}
.box-text p{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.quotes{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #c4c4c5;
    padding-top: 50px;
    padding-bottom: 20px;
}
.quote{
    width: 65%;
    padding-bottom: 50px;
    margin-right: 0px;
    border-bottom: 1.5px solid #422716;
}
.quotes .qtext{
    text-align: left;
    font-size: 2em;
    color: #555555;
    font-family: "Instrument Serif";
    font-style: italic;
    padding: 0px;
    margin-bottom: 0px; 
}
.qname{
    font-size: 1.5em;
    font-weight: bold;
    font-family:  "Playfair Display",Arial, Helvetica, sans-serif;
    color: black;
    margin:0px;
    text-align: right;
    padding-right:50px;  
}
#lastquote{
    border:none;
    
}

.call{
    display: flex;
    justify-content: center;
    align-items: center;
        
}
.call-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width:50%
}
#button2{
    height: 55px;
    width: 200px;
    border-radius: 5px;
    border: 2px solid #311d10 ;
}
#button2 a{
    display: flex;
    justify-content: center;
    padding-top: 16px;
    font-weight: bold;
    font-size: 18px;
    color: #311d10;
    text-decoration:none ;
    font-family: Arial, Helvetica, sans-serif;
}
#button2:hover{
    background-color: #311d10;
}
#button2:hover a{
    color: #c59c51;
}
.call-box{
    display: flex;
    justify-content: space-between;
    background-color: #c59c51;
    border-radius: 5px;
    width: 70%;
    height:auto;
    margin: 30px;
}
.call-text2{
     display: flex;
    justify-content: center;
    align-items: center;
    width:50%;
   
    
}
#call-text{
    padding-bottom: 30px;
    padding-top: 30px;
    width:80%;
    font-family: Arial, Helvetica, sans-serif;
    
}
.call-box h2{
    color: #311d10;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
.call-box p{
    color: #311d10;
    padding: 0px;
    margin: 0px;
}
.footer{
    display: flex;
    justify-content: space-between;
    background-color: #222222;   
}
.footer p{
    padding: 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}