h1{font-family: 'Slabo 27px', serif;}
h2{font-family: 'Slabo 27px', serif;}
h3{font-family: 'PT Serif', serif;    font-weight: 700;  font-size: 25px; color: #333;}
h4{font-family: 'Balthazar', serif; font-weight: auto;   font-size: 25px; color: #333;  font-style: auto;}
h5{font-family: 'Slabo 27px', serif; font-size:22px; font-weight:700;  text-transform: uppercase; color: #333; }

#cssmenu { background: #fff;}
#cssmenu > ul li a { color: #555; font-family: 'Balthazar', serif;}
#cssmenu > ul > li > a { font-size: 20px;}
#navBar{position:relative;   border-bottom: 1px dashed #aaa;  margin-bottom: 13px; border-top: 1px dashed #aaa;  margin-top: 12px;}
#cssmenu ul ul li a {font-size: 17px; color: #fff;}
#cssmenu ul ul li { box-shadow: 7px 7px 5px 0px rgba(30, 30, 30, 0.35); }
#layout{margin-top:0px;}

p{font-size:15px;     line-height: 1.6em;}

.lei-page-button{
    -moz-box-shadow: 0px 0px 0px 2px #1a3c62;
    -webkit-box-shadow: 0px 0px 0px 2px #1a3c62;
    box-shadow: 0px 0px 0px 2px #1a3c62;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1a3c62), color-stop(1, #1a3c62));
    background:-moz-linear-gradient(top, #1a3c62 5%, #1a3c62 100%);
    background:-webkit-linear-gradient(top, #1a3c62 5%, #1a3c62 100%);
    background:-o-linear-gradient(top, #1a3c62 5%, #1a3c62 100%);
    background:-ms-linear-gradient(top, #1a3c62 5%, #1a3c62 100%);
    background:linear-gradient(to bottom, #1a3c62 5%, #1a3c62 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3c62', endColorstr='#1a3c62',GradientType=0);
    background-color:#1a3c62;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:1px solid #4e6096;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:19px;
    padding:12px 37px;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;
}


@media (min-width: 921px){
   #cssmenu > ul {
    display: flex;
    justify-content: space-between;
   }
}

@media (max-width: 750px) and (min-width: 321px)
.lei-row {
    background-size: cover;
}

@media screen and (max-width: 750px){
     .button.menu-opened:after {background: #bbb;}
     .button.menu-opened:before {background: #bbb;}
     #cssmenu ul li {width: 100%; border-top: 1px dashed #ccc; }
    #cssmenu .submenu-button{border-left: 1px solid #bbb;}
     .button:before { background: #bbb;     }
     .button:after {    border-top: 2px solid #bbb; border-bottom: 2px solid #bbb;}
}

.lei-page-desc{
  margin: 16px auto;
  color: #555;
  font-family: Metrophobic,sans-serif;
}
a.lei-page-btn {
    background: #4dafbb;
    padding: 7px 19px;
    border-radius: 4px;
    color: #fff;
    font-family: Metrophobic,sans-serif;
    position: relative;
    top: 14px;
}