.container.brand{
    margin-top: -9px;
}
#brand{
    color: blue;
    /* width: 210px; */
    /* height: 80px; */
}

.nav-item > a.nav-link > .Content > ul{
    list-style: none; 
    margin: 0; 
    padding: 0
}
.nav-item > a.nav-link {
    text-align: center;
}
.nav-item > a.nav-link  .subtitle {
    color: rgb(126, 126, 255);
    /* margin-top: -4px; */
}
.nav-item > a.nav-link .subtitle:hover {
    color: blue;
}
main.site-content{
    margin-top: 60px;
}
ul.case {
    list-style:none;
list-style-type: none; 
}
/* contact area*/
 .container.case .row h4,.container.case .row h5{
    color: blue;    
    font-weight: 700;
}
a.email{
    color: blue;
}


div.container.about h5{
    font-size: 1.4rem;
}

@media (max-aspect-ratio: 3/4){
    div.pr-0{
        /* max-width: 180px;  impact mobile image width on safari*/
        min-width: 180px;
    }
    div.pr-0.safari-fix img{
        max-width: 180px;
    }
    div.mb-3 > div.col-md-4{
        max-width: 180px;
        min-width: 180px;
    }

    nav#MagicMenu {
      /* background-image: url("../images/bg.svg"); */
      background-repeat: no-repeat;
      background-position: left top;

    }
    img{
        object-fit:scale-down;
    }
    
    div.about-row{
        background-color: lightblue;
    }
    table.case-table{
        width: 340px;
    }
    table.case-table td{
        font-size:14px;
    }
}

p.excerpt{
    color: black;
    font-size: 18px;
}
span.navbar-brand > strong{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

nav#MagicMenu {
    /* background-image: url("../images/bg.svg"); */
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: left top;
}

div.Content li.menu-item {
    font-size: 1.4rem;
    color: black;
}
img.contact-bird{
    /* width: 150px; */
    /* height: 150px; */
    margin-top:10px;
}



h3.cat, h4.cat.spanborder span{
    font-size: 1.6em;
    color:blue;
}
div.row.imagerow{
    flex-direction: column;
    margin-top:4px;
}
div.col-md-4  .sticky-top-offset h4 {
    margin-top:17px;
}

table.tableizer-table {
    font-size: 1.2em;
    border: 1px solid #CCC;
    font-weight: 600;
    /* font-family: Arial, Helvetica, sans-serif; */
    background-color: aliceblue;

  }

  .tableizer-table td {
    padding: 4px;
    margin: 3px;
    border: 1px solid #CCC;

  }

  .tableizer-table th {
    background-color: rgb(0, 105, 209);
    color: rgb(181, 225, 255);
    font-weight: bold;
  }
div.col-md-8> h5, h2.h2, h2 > a, h1.article-headline{
    line-height: 1.5em;
}

/* 
table.case-table{
        width: 681px;
    } */