/*header*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Indie Flower", cursive;
  line-height: 1.25em;
}

h1 {
  font-size: 3em;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 700px) {
  h1 {
    font-size: 6.66em;
  }
}

#c6 h1 {
  font-size: 2.46em;
  text-align: left;
}

h2 {
  font-size: 2em;
  line-height: 1.25em;
  padding: 20px 0;
}
@media (min-width: 700px) {
  h2 {
    font-size: 2.46em;
  }
}

h3 {
  font-size: 1.6em;
}
@media (min-width: 700px) {
  h3 {
    font-size: 2.46em;
  }
}

h4 {
  font-size: 1.33em;
}

/*link*/
a {
  text-decoration: none;
}

a:active, a:hover, a:visited, a:focus {
  text-decoration: none;
}

p {
  padding: 5px 0;
}
p a {
  color: blue;
}
p a:active, p a:hover, p a:visited, p a:focus {
  color: gray;
}

label a {
  color: blue;
}
label a:active, label a:hover, label a:visited, label a:focus {
  color: gray;
}

body {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.47em;
}
body .row ul {
  list-style-position: outside;
  padding-left: 25px;
}

#c11 .ce-textpic.ce-center .ce-media {
  margin: 0 auto 80px;
}

.ce-textpic.ce-center .ce-media {
  margin: 0 auto;
  width: 100%;
}
.ce-textpic .align-center {
  text-align: center;
}
.ce-textpic li {
  list-style-position: inside;
}
.ce-textpic img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}
.ce-textpic.ce-gallery {
  padding-top: 40px;
  max-width: 100%;
}
.ce-textpic.ce-center img {
  margin: 0 auto;
  display: block;
}
.ce-textpic.ce-left {
  display: flex;
  align-items: center;
}
.ce-textpic.ce-left .ce-gallery {
  float: left;
}
.ce-textpic.ce-right {
  display: flex;
  align-items: center;
}
.ce-textpic.ce-right .ce-gallery {
  float: right;
}

.catField {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
.catField:hover .footerText {
  position: relative;
  z-index: 1;
}
.catField:hover .footerText h2 {
  color: black;
}
.catField .flexIcon {
  z-index: 1;
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catField .flexIcon img {
  width: 100%;
  height: auto;
}
.catField .footerText {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.5s all;
  transition-timing-function: cubic-bezier(0.68, 0.01, 0.3, 1.01);
}
.catField .footerText:hover {
  backdrop-filter: blur(5px);
}
.catField .footerText h2 {
  font-size: 2.2em;
  color: white;
  transition: 0.5s all;
  transition-timing-function: cubic-bezier(0.68, 0.01, 0.3, 1.01);
}

/****
Content
 */
.yellow.catField .footerText {
  background-color: rgba(253, 196, 31, 0.5);
}

.green.catField .footerText {
  background-color: rgba(87, 173, 54, 0.5);
}

.blue.catField .footerText {
  background-color: rgba(29, 156, 216, 0.5);
}

.purple.catField .footerText {
  background-color: rgba(143, 32, 128, 0.5);
}

.orange.catField .footerText {
  background-color: rgba(239, 123, 11, 0.5);
}

.red.catField .footerText {
  background-color: rgba(225, 8, 34, 0.35);
}

.contenttable td {
  padding: 5px;
  border-bottom: 1px solid;
}
.contenttable td:last-child {
  font-weight: bold;
  text-align: right;
  padding-left: 20px;
}

/*# sourceMappingURL=content.css.map */
