:root {
  --link-color: #99CC66;
  --header-color: #666869;
  --header-hover: #131213;
}


h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

.navbar li{
  display: inline-block;
  vertical-align: text-top;
  margin-left: 15px;
  margin-right: 15px;
  list-style-type:none;
  font-size: 1.25em;
}

.navbar a {
    color: var(--header-color) !important;
}
.navbar a:hover {
    color: var(--header-hover) !important;
  text-decoration: none;
}
.navbar-brand {
  font-size: 1em;
}

body	{
      font-size: 16px;
}

p		    { font-size: 1em;
		    text-indent: 1em}


ul.no-indent {
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside; /* keeps bullets inside the content box */
  margin-bottom: 0;
}

.circled_section {
    border-radius: 25px;
    border: 5px solid var(--link-color);
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.one_branch_display {
  margin: 30px;
  width: 35%;
}

.two_branch_display {
  margin: 20px;
  width: 35%;
}

.four_branch_display {
  margin: 5px;
  width: 23%;
}

.mobile_index_page_display {
  margin: 15px;
  width: 90%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  max-width: 1320px !important;
}
  .container:before,
  .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }


/* Adjust font on mobile devices */
@media screen and (max-width: 600px) {
.container {
  padding-left: 0px;
  padding-right: 0px;
  }

body {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
}
.navbar li{
  font-size: .85em;
}
}


/* family generation display colors */
.g3 { font-size: 1em; text-decoration: underline;  color: #8b8378; }
.g4 { font-size: 1em; text-decoration: underline;  color: #FFCC66; }
.g5 { font-size: 1em; text-decoration: underline;  color: #FF66CC; }
.g6 { font-size: 1em; text-decoration: underline;  color: #99CC66; }
.g7 { font-size: 1em; text-decoration: underline;  color: #000066; }
.g8 { font-size: 1em; text-decoration: underline;  color: #663300; }
.g9 { font-size: 1em; text-decoration: underline;  color: #8A5C8A; }
.g10 { font-size: 1em; text-decoration: underline;  color: #75A3A3; }
.g11 { font-size: 1em; text-decoration: underline;  color: #000000; }
.g12 { font-size: 1em; text-decoration: underline;  color: #8A5C5C; }
.g13 { font-size: 1em; text-decoration: underline;  color: #006699; }
.g14 { font-size: 1em; text-decoration: underline;  color: #CC9933; }
.g15 { font-size: 1em; text-decoration: underline;  color: #5C8A73; }
.g16 { font-size: 1em; text-decoration: underline;  color: #CC99B3; }

/*Styles for image gallery hover text:*/
.image_container {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: var(--link-color);
}

.image_container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#center_parents {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}
#center_parents img {
  vertical-align: middle;
}

.notes-pictures-card {
  background-color: #fafafa;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}
