/* CSS for Lariviere Society */

/* Applies broadly. */

* {
  box-sizing: border-box;
}

/* Applies to standard elements  */
body {
    font-family: Arial, sans-serif;
    font-size: 13pt;
    padding: 10px;
}

h1 {
  font-size: 35px;
  font-weight: normal;
  margin-top: 5px;
}

ul {
  display: block;
  list-style-type: square;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.ula {
  display: block;
  list-style-type: square;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  line-height: 35px;
}


/* Applies to elements with class specified. */
    
.header {
  width: 100%;
  padding: 5px;
  background-image: url("images/bag.jpg");
  padding-bottom: 0%;
  overflow: hidden;
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position:top;    
  # background: blue;              /*Alternative to image */                     
  color: white;
}

.topnav a {
  float:left;
  display:block;
  color:white;
  font-family: Arial
  font-size: 18px;
  text-align: center;
  padding: 14px 16px;
  text-decoration:none;
}

.topnav a:hover {
  background-color:white;
  color:#002e56;
}

.toptitle {
  font-family: sans-serif;
  font-size: 32pt;
  font-style: italic;
  color: firebrick;
  text-align: center;
  padding-bottom: 10px;
}

.subh {
  font-size: 18pt;
  font-weight:bold;
  text-align: center;
}

.byline {
  text-align: center;
  font-style: italic;
}

.ahscolor {
    background-color: 03194D;
    color: white;
}
.ahscolor a:link    {color:white;}
.ahscolor a:visited {color:white;}
.ahscolor a:hover   {color:white;}
.ahscolor a:active  {color:red;}
.ahscolor a:hover   {background-color:03194D;}