H1 {
   font-family: arial,verdana,sans-serif;
   font-size: 30px;
   background: #ffffff;
   color: black;
}

H2 {
   font-family: arial,verdana,sans-serif;
   font-size: 16px;
   background: #ffffff;
   color: black;
   margin-top: 2em;
}

P {
   font-family: arial,verdana,sans-serif;
   font-size: 13px;
   background: #ffffff;
   color: black;
}

LI {
   font-family: arial,verdana,sans-serif;
   font-size: 13px;
   background: #ffffff;
   color: black;
}

TH {
    font-weight: bold;
	vertical-align: bottom;
	text-align: left;
}

TH, TD {
	padding: 8px;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
}

TD {
	vertical-align: top;
}

.Portrait {
	max-width: 300px;
}

.subheader {
    margin-top: -1.2em;
    font-style: italic;
}

.Important {
    font-size: 15px;
    font-weight: bold;
    color: maroon;
}

.LanguageSelectorDiv {
    width: 24em;
    margin-top: -40px;
    text-align: right;
    position: absolute;
}

.Selector {
    font-size: 11px;
    font-family: arial,verdana,sans-serif;
}

.Italic {
    font-style: italic;
}

.Bold {
    font-weight: bold;
}

.SmallCaps {
    font-variant: small-caps;
}

.Unimportant {
    font-size: 10px;
    color: grey;
}

.close {
    margin-bottom: -1em;
}

.Tight {
   margin-top: 1em;
}

.ContentBlock {
    margin-left: 20px;
}

.pIndentBlock {
    margin-left: 1.2em;
}

.nIndentText {
    text-indent: -1.3em;
}

.bannerTable {
    display: table;
    width: 100%;
    cursor: pointer;
}

.bannerTableRow {
    display: table-row;
    vertical-align: middle;
}

.tableCell {
    display: table-cell;    
}

.bannerLogo {
    background-image: url('images/LogoDirectorioCongregacional.png');
	background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    height: 100px;
}

.bannerGradient {
    width: 5%;
    background-image: linear-gradient(to right, white, #541226);
}

.bannerTitle {
    background-color: #541226;
    color: white;
    font-weight: bold;
    font-family: arial,verdana,sans-serif;
    font-size: 16px;
    padding-left: .7em;
    padding-top: .5em;
    padding-bottom: .5em;
}

.bannerSubTitle {
    font-style: italic;
    color: #CCCCCC;
    font-size: 13px;    
}

.anchorHeading {
    margin-left: -18px;
    /* These settings below are if we have a sticky navbar */
    /* margin-top: -1em;
    padding-top: 2em; */
    margin-top: -.5em;
    padding-top: 1.5em;}

ul.navbar {
  /* For sicky menu only */
  position: sticky;
  top: 0;
  /* end sticky */
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* this next one makes the sticky menu not work */
  /*overflow: hidden;*/
  background-color: white;
}

li.navbar {
  float: left;
}

li.navbar a, .dropbtn {
  display: inline-block;
  color: #541226;
  text-align: center;
  /* padding: 5px 10px; */
  padding: 5px 8px;
  text-decoration: none;
}

li.selector {
  display: inline-block;
  padding: 5px 8px;
}

li.navbar a.navbar:hover, .dropdown:hover .dropbtn {
  background-color: #541226;
  color: white;
}

li.dropdown {
  display: inline-block;
  border-right: 1px solid #bbb;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 145px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: -148px;
}

.dropdown-content a.navbar {
  color: #541226;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a.navbar:hover {
	background-color: #541226;
    color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}
#active {
  background-color: #541226;
  color: white;
}

/* Add a gray right border to all list items, except the last item (last-child) */
li.navbar {
  border-right: 1px solid #bbb;
}

li.navbar:last-child {
  border-right: none;
}

@media (min-width: 393px) {
    H1 {
       font-size: 36px;
    }
    
    H2 {
       font-size: 20px;
    }
    
    P {
       font-size: 14.5px;
    }
    
    LI {
       font-size: 14.5px;
    }
    
    .Important {
        font-size: 18px;
    }
    
    .Selector {
        font-size: 12px;
    }

    .Unimportant {
        font-size: 10px;
    }
    
    .bannerTitle {
        font-size: 18px;
    }
    
    .bannerSubTitle {
        font-size: 14.5px;    
    }
    
    li.navbar a, .dropbtn {
      padding: 5px 10px;
    }
}

@media (min-width: 800px) {
    P {
       font-size: 16px;
    }

    H2 {
       font-size: 24px;
    }

   .LanguageSelectorDiv {
        width: 27.5em;
    }
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  /* background-color: #eee; */
  /* color: #444; */
  cursor: pointer;
  padding: 5px;
  /* width: 100%; */
  border: 1px;
  /* text-align: left; */
  outline: solid;
  /* font-size: 15px; */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  /* padding: 0 18px; */
  display: none;
  overflow: hidden;
  /* background-color: #f1f1f1; */
}