.navbar {
    background-color: #4371C2;
    overflow: hidden; 
    padding-left: 60px;
    padding-right: 60px;
    max-height: 75px; 
    min-height: 75px;   
}

.gap {
    margin-bottom: 10px;
}

.title1 {
    font-size: 1.2em;
    font-weight: bold;
}

.title2 {    
    font-weight: bold;
}

html {
    align-content: center;    
    width: 100%;
    font-family: 'Open Sans';
    font-size: 15px;    
}
@media only screen and (min-width: 1100px) {
    html {
        max-width: 900px;
    }
}


.firstsection {
    margin-top: 30px;
    padding-right: 60px;
    padding-left: 60px;
}

.firstsection {
    margin-bottom: 30px;
    padding-right: 60px;
    padding-left: 60px;
}

.section {
    margin-top: 120px;
    padding-right: 60px;
    padding-left: 60px;
}

img.title {
    max-width:100%;
    min-width: 100%;
    max-height:240px;
    display: block;
}

img {
    max-width:100%;
    max-height:100%;
    display: block;
}

html {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.headerA {
    color: white;
    background-color: transparent;
    border: 1px;    
    font-size: 16pt;    
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
    /* margin-left: 10px; */
    min-width: 30px;
    text-decoration: none;
}

a.disabled {
    pointer-events: none;
    cursor: default;
 }

ul {
    margin: 0;
}
ul.dashed {
    list-style-type: none;
}
ul.dashed > li {
    text-indent: 5px;
}
ul.dashed > li:before {
    content: "- ";
    text-indent: -5px;
}

body {
    display: table-cell;
    align-content: center;    
    margin: 0px;
}

.listing {
    margin-top: 15px;
}

h1 {
    font-family: 'Open Sans';
    font-size: 36pt;    
    color:  #4371C2;
    font-weight: 300;
}

footer { 
    margin-top: 50px;
    display: block;
}
.row {
    display: flex;    
}

.column {
    flex: 50%;    
}

.columngap {
    margin-right: 35px;
}


.rowgap {
    margin-bottom: 30px;
}

p {
    margin-top: 0px;
}

.column10 {
    flex: 5%;
    margin: 15px;
}

.column90 {
    flex: 95%;
    margin: 15px;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
}

@media only screen and (min-width: 1100px) {
    .sticky {
        max-width: 900px;
    }
}

  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 102px;
}

/* ============================================================= */

#listnav li {
    width: auto; 
    margin-right: 25px; 
    padding: 23px 0;    
    display: inline-block;
    float: left;
}

ul,li { list-style-type: none;
    list-style-position:inside;
    margin:0;
    padding:0; }