@charset "UTF-8";
/*--- RESET/NORMALIZE ---*/
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

main,
figure,
figcaption,
img,
footer,
header,
nav,
section {
  display: block;
}

fieldset {
  border: 0;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
body,
form,
p,
ul {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

blockquote, q {
  quotes: none;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

img,
video {
  height: auto;
  width: 100%;
}

input,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  width: 100%;
  border: 1px solid #CCC;
}

input {
  overflow: visible;
}

textarea {
  overflow: auto;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

strong {
  font-weight: 600;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

#page-wrap {
  float: none;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 3em;
}

#page-header {
  margin: 0 auto 3em;
  box-shadow: 0px 1px 7px #aaaaaa;
}

section.content {
  padding: 0 1rem;
}

/* base for flex elements */
.flex {
  display: flex;
  flex-direction: row;
}

.flex > * {
  flex-grow: 1;
  flex-basis: 0;
}

.flex .gutter + .gutter {
  margin-left: 32px;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex {
    flex-direction: column;
    flex-grow: 1;
  }

  .flex .gutter + .gutter {
    margin-left: 0;
    margin-top: 32px;
  }
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #2b2b2b;
  font-family: "Merriweather", Georgia, serif;
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2,
h3 {
  font-family: "Merriweather", Georgia, serif;
  font-weight: 300;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.sub-h2 {
  color: #918f8f;
  font-size: 0.8rem;
  font-family: "Merriweather", Georgia, serif;
}

p {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Merriweather", Georgia, serif;
}

blockquote {
  line-height: 120%;
  color: #585858;
  quotes: "“" "”";
  position: relative;
  width: 80%;
  margin: 2rem auto;
  font-style: italic;
}

blockquote strong {
  font-weight: 600;
}

blockquote p {
  font-family: "Lora", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}

a {
  color: #000a14;
}

a.em {
  font-style: italic;
  color: #215a97;
  text-decoration: underline;
}

a.em:hover {
  color: #2aa586;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    /* max-width: 80%; */
  }

  h3 {
    font-size: 2rem;
    line-height: 1.5;
  }

  ul li {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
/* ========= styling post =============== */
.post {
  font: 400 1.2rem/1.5 "Merriweather", Georgia, serif;
  color: #505050;
}

.post h1,
.post h2,
.post h3 {
  color: #655c5c;
  margin: 4.5rem 0 1rem;
}

.post p {
  margin-bottom: 2rem;
}

.post a {
  text-decoration: underline;
}

.post img {
  max-width: 100%;
}

.post ul,
.post ol {
  margin-bottom: 1.2em;
  padding-left: 2.5em;
  list-style-position: outside;
}

.post ul {
  list-style: disc;
}

.post ol {
  list-style: decimal;
}

.post li {
  margin-bottom: 0.5em;
}

.post .mention {
  font-style: italic;
  font-size: 1rem;
}

.post hr {
  background: none !important;
  border: none;
  margin: 2rem;
  text-align: center;
  width: none;
  line-height: 1;
  height: auto;
}

.post hr:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}

/* start contact section */
#contact-wrap {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin: 50px 0;
}

/* first col */
#contact-wrap .contact-col1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  background: linear-gradient(42deg, #166f8a, rgba(0, 255, 31, 0.34));
  /* background-size: cover; */
}

#contact-wrap .contact-col1 .info-container div {
  margin: 2rem;
}

#contact-wrap .contact-col1 .info-container div h3 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 10px;
}

#contact-wrap .info-container div p,
#contact-wrap .info-container div a {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

/* second col */
#contact-wrap .contact-col2 {
  padding: 30px;
  flex: 2;
}

#contact-wrap .contact-col2 h2 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

/* contact form */
#contact-form {
  display: flex;
  flex-direction: column;
}

#contact-form .form-group {
  margin-bottom: 10px;
}

#contact-form .form-group label {
  width: 100%;
  font-size: 0.8rem;
  color: #333;
}

#contact-form .form-group input,
#contact-form .form-group textarea {
  width: 100%;
  font-size: 1rem;
  padding: 0 0.8rem;
  min-height: 55px;
}

#contact-form .input-row {
  display: flex;
  justify-content: space-between;
}

#contact-form .input-row > * {
  flex: 1;
}

#contact-form .gutter + .gutter {
  margin-left: 12px;
}

#contact-form .form-group input::placeholder,
#contact-form .form-group textarea::placeholder {
  color: #999;
}

#contact-form .form-group textarea {
  min-height: 120px;
  max-height: 300px;
  resize: vertical;
  padding: 0.8rem;
}

#contact-form button {
  width: 200px;
  height: 50px;
  background: #1ace7d;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  position: relative;
  left: calc(50% - 100px);
  cursor: pointer;
}

#contact-form button:hover {
  background: #333;
}

@media screen and (max-width: 700px) {
  #contact-wrap {
    flex-direction: column-reverse;
  }

  #contact-wrap > * {
    width: 100%;
  }

  #contact-wrap .contact-col1 {
    padding: 40px 0;
  }

  #contact-wrap .contact-col2 {
    padding: 20px 0;
  }
}
/* === required styles for form-validate.js ======== */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.has-error .help-block {
  color: #a94442;
  font-style: italic;
  font-size: 85%;
}

.has-error input, .has-error textarea {
  border-color: #a94442;
}

/* ---------------- notification ------------ */
div.message {
  position: relative;
  padding: 20px 20px 20px 35px;
  margin: 30px 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background: #bbb;
  color: #fff;
  transition: all 0.5s ease;
  border-radius: 5px;
  font-family: sans-serif;
}

div.message h3 {
  color: inherit;
  font-family: inherit;
  font-size: 2rem;
  margin: 0 0 1rem;
}

div.message.information {
  background: #39b;
}

div.message.warning {
  background: #e74;
}

div.message.success {
  background: #5a6;
}

div.message.announcement {
  background: #ea0;
}

div.message.error {
  background: tomato;
}

.pgfooter {
  margin: 0;
  padding: 23px 0;
  text-align: center;
  width: 100%;
  background-color: #edeff0;
}

.pgfooter a {
  color: #808080;
  text-decoration: none;
  font-weight: bold;
}

.pgfooter a:hover {
  color: #000;
}

.pgfooter p {
  margin: 2rem 0;
  color: #808080;
}

.pgfooter .tagline {
  font-size: 0.75rem;
  font-family: sans-serif;
}

.pgfooter h4 {
  margin-bottom: 1rem;
}

.navbar {
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  width: 100vw;
  min-height: 4rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
}

.navbar .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navbar .brand .c1 {
  position: relative;
  transform-origin: center;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
}

.navbar .brand .c2 {
  color: goldenrod;
}

.navbar .brand .c1:hover::before {
  animation: 1s spin;
}

.navbar .brand .c1::before {
  position: absolute;
  content: "";
  top: 0.2rem;
  right: 0;
  width: 2px;
  height: 1.25rem;
  border-left: solid 2px #CF450B;
}

/*Styling Hamburger Icon*/
.hamburger div {
  width: 30px;
  height: 3px;
  background: #252e33;
  margin: 5px;
  transition: all 0.3s ease;
}

.hamburger {
  display: none;
}

/*Styling Links*/
.nav-links {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  align-items: center;
}

.nav-links li a {
  text-decoration: none;
  padding: 1rem;
  font-size: 1rem;
}

.nav-links li a:hover {
  color: #16a1e7;
}

.nav-links li {
  position: relative;
}

@media screen and (min-width: 800px) {
  .nav-links ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 170px;
    background-color: #fff;
    border: 1px solid #ccc;
  }

  .nav-links ul li a {
    width: 100%;
    display: inline-block;
    padding: 0.5rem;
    text-align: center;
  }

  .nav-links ul li a:hover {
    background-color: #e6e6e6;
  }

  /* the pointer tip */
  .nav-links ul:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border: 5px solid transparent;
    border-bottom-color: #313131;
    left: 50%;
    top: -10px;
    margin-left: -5px;
  }

  /* Display Dropdown on Hover */
  .nav-links li:hover > ul {
    display: inherit;
  }

  .nav-links li a.nav-btn, span.nav-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #16a1e7;
    margin: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
  }

  .nav-links li .nav-btn:hover {
    color: #fff;
    background-color: #c5c5c5;
  }
}
/*Stying for small screens*/
@media screen and (max-width: 800px) {
  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }

  .nav-links {
    display: block;
    background: #eaeaea;
    padding: 1rem;
  }

  .nav-links li {
    display: inline-block;
  }

  .nav-links li a {
    display: inline-block;
    margin: 3px;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #ccc;
  }

  .nav-panel {
    position: absolute;
    left: 0;
    top: 4rem;
    width: 100%;
    transition: all 0.3s ease-in;
    overflow: hidden;
    height: 0;
  }

  .nav-panel.open {
    height: 300px;
  }

  .nav-btn {
    display: none;
  }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* logo animation*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ------------- pagination -------------- */
.pagination {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

.pagination ul {
  list-style: none;
  margin: 0 1em;
  padding: 0;
  display: flex;
  justify-content: center;
}

.pagination li {
  margin: 0px 5px;
  padding: 0px;
}

.pagination li + .pagination li {
  margin-left: 5px;
}

.pagination a {
  color: #9b9b9b;
  border: 2px solid #e4e4e4;
  border-radius: 0.2rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 0.9rem;
  margin: 0;
}

.pagination a:hover {
  border-color: #9b9b9b;
}

.pagination li.current a {
  background: #dde1e7;
}

.pagination span.inactive {
  color: #ccc;
}

.pagination .prev, .pagination .next {
  display: block;
  text-transform: uppercase;
  min-width: 50px;
  flex: 1;
}

/* === tags === */
.tag {
  background: #b8dcdb;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  margin: 3px 5px 0 0;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  color: #777;
}

.tag:hover {
  background: #47d4d0;
}

@media (max-width: 992px) {
  .post-body {
    margin-left: 0;
  }
}
/* block-list used with blog  */
.block-list {
  margin: 2rem 0;
}

.block-list-item {
  margin-top: 16px;
  transition: all 0.3s cubic-bezier(0, 0.71, 0.41, 1);
  border: 1px solid transparent;
}

.block-list > li:first-child {
  margin-top: 0;
}

.block-list-item:hover {
  background: #f3f3f3;
  border-color: #dedede;
}

.block-list-item > a {
  display: block;
  color: #000a14;
}

.block-list-content {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 16px 6%;
  transition: all 0.1s ease-out;
  flex-direction: column;
}

/* add a gutter between rows */
.block-list-content .gutter + .gutter {
  margin-bottom: 2%;
}

@media (min-width: 768px) {
  .block-list-content {
    flex-direction: row;
  }

  .block-list-content .col1 {
    width: 28%;
    min-width: 28%;
  }

  .block-list-content .col3 {
    align-self: flex-start;
    min-width: 16%;
    max-width: 16%;
    text-align: right;
  }

  /* add a gutter between columns */
  .block-list-content .gutter + .gutter {
    margin-left: 2%;
  }
}
.block-list-content .col2 {
  flex-grow: 1;
  /* Set the middle element to grow and stretch */
}

.block-list-content h3 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1.2rem;
  font-weight: 500;
}

.btn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.btn-more:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #df6060;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.btn-more:hover:after {
  width: 100%;
  left: 0;
}

/* svg */
svg.svg-small {
  height: 1.2rem;
}

/* list of links */
.post .catalog {
  list-style: none;
  font-weight: bold;
  padding: 1.5rem;
  background-color: #edeff0;
}

.post .catalog ul {
  list-style: outside;
  margin-top: 1rem;
}

.post .catalog li {
  margin-bottom: 1.2rem;
}

.post .catalog a {
  color: tomato;
  transition: 0.2s;
}

.post .catalog a:hover {
  color: darkred;
}

/* breadcrumbs */
.cd-breadcrumb {
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: 0.25em;
}

.cd-breadcrumb::after {
  clear: both;
  content: "";
  display: table;
}

.cd-breadcrumb li {
  display: inline-block;
  margin: 0.5em 0;
}

.cd-breadcrumb li::after {
  /* this is the separator between items */
  display: inline-block;
  content: "»";
  margin: 0 0.6em;
  color: #959fa5;
}

.cd-breadcrumb li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}

.cd-breadcrumb li > * {
  /* single step */
  display: inline-block;
  font-size: 1rem;
  color: #2c3f4c;
}

.cd-breadcrumb li a:hover {
  text-decoration: underline #96c03d;
}

.cd-breadcrumb li.current > * {
  /* selected step */
  color: #96c03d;
}

/*   centered, three-column grid cards. */
.card-container {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, 300px);
  justify-content: center;
}

.card {
  background-color: #ec551a;
  text-decoration: none;
  border-radius: 5px;
  min-height: 300px;
  color: white;
  padding: 24px 16px;
  text-align: center;
  transition: 0.2s;
}

.post a.card {
  text-decoration: none;
}

.card:hover {
  background-color: #ecc51a;
  transform: translateY(-0.5%);
  box-shadow: 0.2rem 0.5rem 0.3rem rgba(0, 0, 0, 0.3);
}

.card h3 {
  font-size: 1.5rem;
  color: black;
  margin: 0;
  padding: 0;
  min-height: 5rem;
}

.card p {
  margin-top: 2rem;
  text-shadow: 1px 1px 0 #555;
}

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