@charset "UTF-8";
@font-face {
  font-family: 'gothic';
  src: url('../fonts/gothic.woff2') format('woff2'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype');
  font-display: auto;
}
@font-face {
  font-family: 'hellohoney';
  src: url('../fonts/hellohoney.woff2') format('woff2'), url('../fonts/hellohoney.woff') format('woff'), url('../fonts/hellohoney.ttf') format('truetype');
  font-display: auto;
}
@font-face {
  font-family: 'heart-warming';
  src: url('../fonts/heart-warming.woff2') format('woff2'), url('../fonts/heart-warming.woff') format('woff'), url('../fonts/heart-warming.ttf') format('truetype');
  font-display: auto;
}
/* DEFAULT */
@media only screen {
  * {
    color: #848484;
    font-size: 16px;
    line-height: 1.4em;
    font-family: "gothic", 'TrebuchetMS', Helvetica, sans-serif;
  }
  a:hover, .cta a:hover, #header a:hover, #mswd a:hover, #nav2 a:hover, #footer a:hover, #submit:hover {
    color: #FF0000;
    text-decoration: underline;
    text-decoration-color: #FF0000;
  }
  blockquote {
    margin: 1em;
  }
  blockquote, .italic {
    font-style: italic;
  }
  body {
    background: #FFFFFF;
    font-size: 100%;
    scroll-behavior: smooth;
    width: 100%;
  }
  body, div, img, .zero {
    border: 0;
    margin: 0;
    padding: 0;
  }
  dd {
    border-bottom: 2px solid #D2D2D2;
  }
  dt {
    border-bottom: 2px solid #D2D2D2;
    font-size: 1.2em;
  }
  footer, #footer2 {
    background-color: #8DD4D9;
  }
  footer * {
    color: #FFFFFF;
  }
  form {
    margin: 0 1%;
  }
  h1, .h1 {
    font-family: "heart-warming", 'TrebuchetMS', Helvetica, sans-serif;
    color: #848484;
    font-size: 1.5em;
    margin: 1.5em 0;
  }
  h2, .h2 {
    color: #848484;
    font-family: "heart-warming", 'TrebuchetMS', Helvetica, sans-serif;
    font-size: 1.3em;
  }
  h3, .h3 {
    color: #848484;
    font-family: "heart-warming", 'TrebuchetMS', Helvetica, sans-serif;
    font-size: 1.1em;
  }
  h4, .h4 {
    color: #848484;
    font-size: 1.1em;
  }
  h5, .h5, h6, .h6 {
    color: #848484;
    font-size: 1em;
  }
  header {
    background-color: #FFFFFF;
  }
  hr {
    border: 1px solid #848484;
    height: 4px;
    margin: 4px 0;
  }
  input, select, textarea {
    background: #FFFFFF;
    border: 1px solid #848484;
    font-size: 1em;
    margin: .4em;
    padding: .3em;
    width: 20vw;
  }
  /* 
  label, .hidden {
    display: none;
  }
     */
  li {
    list-style-image: url('../images/li.png');
    margin: .3em .5em .3em 0;
  }
  p, td, th {
    margin: 1em 0;
  }
  ol, ul {
    margin: 0;
  }
  .begin {
    color: #8DD4D9;
    font-family: "heart-warming", 'TrebuchetMS', Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
  }
  .button {
    background-color: #EDD582;
    border: 0;
    border-radius: 10px;
    padding: 4px 10px;
  }
  .button, dt:hover, #submit {
    cursor: pointer;
    text-decoration: underline;
  }
  .button1 {
    background-color: #FFFFFF;
    border-radius: 5px;
    color: #8DD4D9;
    font-family: "heart-warming", 'TrebuchetMS', Helvetica, sans-serif;
    font-size: 1.4rem;
    padding: 4px 20px;
  }
  .button2 {
    background-color: #EDD582;
    border-radius: 5px;
    color: #205B60;
    padding: 6px 20px;
  }
  .center {
    text-align: center;
  }
  .cta {
    margin: 0 0 -6px 16px;
  }
  .cz {
    margin: 0;
    text-align: center;
  }
  .end {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .flex-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sub {
    font-family: "heart-warming", 'TrebuchetMS', Helvetica, sans-serif;
  }
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
  }
  .hidden {
    display: none;
  }
  .justify {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .larger {
    font-size: 1.2rem;
  }
  .left {
    text-align: left;
  }
  .link {
    padding: 0 12px;
  }
  .middle {
    align-items: center;
    display: flex;
  }
  .middle-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  .nap {
    padding: 4px 0 4px 40px;
    text-align: left;
  }
  .nav-p {
    padding: 1px 12px;
    text-align: center;
  }
  .nav2-p {
    margin: 2px auto;
    padding: 0 12px;
    text-align: center;
  }
  .nav-p a {
    color: #E6C6E4;
    font-family: "heart-warming", 'TrebuchetMS', Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
  }
  .noline {
    text-decoration: none;
  }
  .normal {
    font-weight: normal;
  }
  .right {
    text-align: right;
  }
  .smaller {
    font-size: 17px;
  }
  .social {
    height: 32px;
    margin: 0;
    width: 44px;
  }
  .strong {
    font-weight: bold;
  }
  .underline {
    text-decoration: underline;
  }
  #bg-pink {
    background: url("../images/bg-footer.webp") no-repeat 50% 0;
    background-size: cover;
  }
  #cta {
    margin: 0;
    padding: 4px 0;
    text-align: right;
  }
  #footer2 {
    padding: 1px 2vw;
  }
  #footer2 h3 {
    color: #FFFFFF;
  }
  #footer-left, #footer-center, #footer-right {
    margin: 1px auto;
    text-align: center;
    width: 33.3%;
  }
  #logo {
    max-width: 336px;
    width: 30vw;
  }
  #logo {
    height: auto;
    margin: 1px auto;
  }
  #logo2 {
    height: auto;
    margin: 1px auto;
    max-width: 350px;
    width: 30vw;
  }
  #mswd {
    background-color: #EDD582;
  }
  #mswd a, #mswd p {
    color: #848484;
    font-size: 17px;
    margin: 1em 10px 0 0;
    text-align: right;
  }
  #nav {
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
  }
  #nav a:hover {
    color: #DFB7DD;
    text-decoration: none;
  }
  #nav div {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
  }
  #nav div:hover {
    border-bottom: 1px solid #DFB7DD;
    border-top: 1px solid #DFB7DD;
  }
  #nav2 {
    flex-direction: column;
  }
  #p1 {
    background: url("../images/icon2-email.png") no-repeat 0 0;
  }
  #p2 {
    background: url("../images/icon2-location.png") no-repeat 0 0;
  }
  #p3 {
    background: url("../images/icon2-phone.png") no-repeat 0 0;
  }
  #topborder {
    background-color: #8DD4D9;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
/* For Contact Form */
@media only screen and (max-width: 900px) {
  input, select, textarea {
    max-width: 400px;
    width: 70vw;
  }
  #download-left, #download-right {
    width: 100%;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {
  .content, #footer {
    padding: 1px 10%;
  }
  #footer {
    flex-direction: row;
  }
}
/* DESKTOP */
@media only screen and (max-width: 2000px) {
  .content, #footer {
    padding: 1px 4%;
  }
  #footer {
    flex-direction: row;
  }
  #nav {
    padding: 0 4%;
  }
}
/* MOBILE */
@media only screen and (max-width: 700px) {
  .content, #footer {
    padding: 1px 2%;
  }
  .nav-p a {
    font-size: 1em;
  }
  #footer {
    flex-direction: column;
  }
  #footer-left, #footer-center, #footer-right, #header-left, #nav {
    max-width: 700px;
    text-align: center;
    width: 100%;
  }
  #logo {
    width: 66vw;
  }
  #logo2 {
    width: 50vw;
  }
  #nav {
    padding: 0;
  }
}
/* COLORS */
.bg-green {
  background-color: #8DD4D9;
}
.bg-pink {
  background-color: #E6C6E4;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-yellow {
  background-color: #EDD582;
}
.black {
  color: #000000;
}
.blue {
  color: #BDCEDF;
}
.green {
  color: #00FF00;
}
.pink {
  color: #E6C6E4;
}
.red {
  color: #FF0000;
}
.teal {
  color: #8DD4D9;
}
.white {
  color: #FFFFFF;
}
.yellow {
  color: #EDD582;
}
/* PRINT */
@media print {
  blockquote, caption, h1, h2, h3, h4, li, p, td, th {
    font-family: 'Times New Roman', Times, serif;
  }
  blockquote, caption, li, p, td, th {
    font-size: 12pt;
    line-height: 15pt;
  }
  h1 {
    font-size: 15pt;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 13pt;
  }
  h4, h5, h6 {
    font-size: 12pt;
  }
}