h1
{
  color:orange;
}

.subtitle
{
  font-size:20px;
  font-family: serif;
  margin-top:-15pt;
  color: rgb(221,51,51);
}

.logotitle
{
    font-family: serif;
    font-size:36px;
    color: rgb(221,51,51);
}

li .limenu-item ::active
{
  border-bottom:3px solid blue;    
}

li.menu-item
{
   padding-top:30px;
    max-height:40%;
   vertical-align: middle;
}

div.mobile-navbar
{
    padding-bottom: 30px;
    margin-bottom:30px;
    clear:both;
}

div.consultation-basic
{

    background: linear-gradient(180deg,rgb(251,234,7) 0%,rgba(250,234,7,0.1) 68%);
    box-sizing:border-box;
    display:block; 
    float: none;
    line-height: 20px;
    position: static;
    padding:20px;
    margin-bottom:20px;
}

.consultation-basic h2
{
   border-bottom: 0px solid #ddd !important;
   margin-top: 1em !important;
}

a.menu-item-link
{
  font-family:sans-serif!important;
  font-size:12pt!important;
}

div.consultation-phone
{
    background: linear-gradient(180deg,rgb(241,75,35) 0%,rgba(242,78,36,0.15) 78%);
    box-sizing:border-box;
    display:block; 
    float: none;
    line-height: 20px;
    position: static;
    padding:20px;
    margin-bottom:20px;
}

.consultation-phone h2
{
   border-bottom: 0px solid #ddd !important;
   margin-top: 1em !important;
}

div.consultation-full
{
    background: linear-gradient(180deg,rgb(250,167,25) 0%,rgba(250,167,25,0.29) 52%);
    box-sizing:border-box;
    display:block; 
    float: none;
    line-height: 20px;
    position: static;
    padding:20px;
    margin-bottom:20px;
}

.consultation-full h2
{
   border-bottom: 0px solid #ddd !important;
   margin-top: 1em !important;
   margin-bottom:1em !important;
}

div.price-box
{
   padding:10px;
   background-color:white;
   font-weight:bold;
   max-width:100px;
   border-radius:10px;
   border: 2px solid black;
   text-align:center;
}

#header
{
    max-width:1080px;
    position:relative;
}


.logo-img
{
    padding-right:15px;
    margin-left:-20px;
    margin-bottom:10px;
}