﻿body {
  margin: 0;
  padding: 30px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #555;
}

a {
  color: black;
  text-decoration: underline;
}

  a:hover {
    color: cornflowerblue;
  }

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  outline: solid 2px #2f3d42;
  -webkit-box-shadow: 0px 0px 17px 7px rgba(187,187,187,1);
  -moz-box-shadow: 0px 0px 17px 7px rgba(187,187,187,1);
  box-shadow: 0px 0px 17px 7px rgba(187,187,187,1);
}

.header {
  position: relative;
  background: #414F55;
  padding: 15px;
  padding-top: 35px;
  text-align: center;
}

.header__logo {
  filter: invert(1);
  margin: auto;
  height: 90px;
  width: auto;
}

.header__title {
  font-family: "Times New Roman", serif;
  color: #FFE55C;
  font-size: 30px;
  font-weight: 500;
  margin-top: 20px;
  flex: 1;
}

  .header__title br {
    display: none;
  }

.header__social {
  background-color: #2f3d42;
  border-bottom-left-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(255,255,255,0.5);
  display: flex;
  padding: 5px 10px 5px 10px;
  align-items: center;
}

  .header__social a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
  }

  .header__social span {
    display: none;
  }

  .header__fb,
  .header__insta {
    display: flex;
    align-items: center;
  }
  .header__insta:before {
    content: url("/images/Instagram_Glyph_Gradient_RGB.svg");
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 5px;
  }

    .header__fb:before {
      content: url("/images/facebook.svg");
      display: inline-block;
      height: 18px;
      width: 18px;
      margin: 0 5px;
    }

 
  .header__social a:hover {
        color: white;
  }

.menu {
  background: linear-gradient(to top, #283438 0, #2f3d42 100%);
  o-background: linear-gradient(to bottom, #4a616a 0, #5b7781 100%);
  border-bottom: solid 1px #222c30;
  padding: 12px;
  font-size: 16px;
}

  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 15px 25px;
  }

    .menu ul li {
      margin: 0;
      padding: 0;
      white-space: nowrap;
    }

      .menu ul li a {
        font-weight: bold;
        text-decoration: none;
        color: white;
      }

        .menu ul li a:hover {
          text-decoration: underline;
        }

.content:before {
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0, transparent 10px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  content: '';
}

.content {
  padding: 30px;
  line-height: 1.35;
  position: relative;
}

.footer {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

.footer__left {
  font-size: 10px;
  margin-top: 10px;
}

.footer__right {
  margin-top: 10px;
}

.footer__part {
  white-space: nowrap;
}

ul {
  padding-left: 25px;
  list-style: square;
}

ul.two-level-ul,
ul.two-level-ul > li > h3 {
  font-size: 18px;
}

ul > li {
  break-inside: avoid;
}

ul ul {
  font-size: 15px;  
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 32px;
}

h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

.content > *:first-child {
  margin-top: 0;
}

.content > .hero {
  margin: -30px -30px 0 -30px;
  width: calc(100% + 60px);
  height: auto;
  text-align: center;
}

.center {
  text-align: center;
}

.mb-0 {
  margin-bottom: 0;
}

.fluid {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

hr {
  border: none;
  border-top: solid 1px #dddddd;
  margin-top: 50px;
  margin-bottom: 50px;
}

.map {
  text-align: center;
  margin-top: 20px;
  max-width: 100%;
  height: auto;
}

.map img {
    border: solid 2px #bbb;
}

.contact-form {
  background-color: #fafafa;
  border: solid 1px #bbb;
  margin-top: 40px;
  padding: 15px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: stretch;
}

.form-row {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  align-items: stretch;
  gap: 15px;
}

.form-row > .label {
  margin: 0;
  min-width: 150px;
  text-align: left;
  white-space: initial;
}

.form-row .error {
  margin: 0;
  font-size: smaller;
}

.contact-form .form-row > input[type='submit'] {
  border-radius: 5px;
  padding: 15px;
}

  .form-row > .input,
  .form-row > input,
  .form-row > textarea {
    flex: 1;
    border-radius: 5px;
  }

.contact-form h2:first-of-type {
  margin: 0;
  flex-basis: 100%;
}

.label {
  white-space: nowrap;
  font-weight: bold;
  margin-top: 15px;
}

.error {
  color: red;
  margin-left: 25px;
}

  .contact-form input[type='submit'] {
    width: 100%;
    background-color: #2f3d42;
    color: white;
    padding: 8px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: none;
    outline: none;
    margin-top: 5px;
    cursor: pointer;
  }

.contact-form input[type='submit']:hover {
  background-color: #283438;
}

.contact-form input[type='text'],
.contact-form select {
  border: solid 1px #bbb;
  padding: 10px;
  border-radius: 5px;
}

.contact-form textarea {
  border: solid 1px #bbb;
  padding: 10px;
  height: 150px;
  resize: none;
  font-family: inherit;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.contact-form textarea:focus, .contact-form input[type='text']:focus {
  outline: solid 2px #555;
  border: solid 1px #555;
  outline-offset: -2px;
}

  .contact-form ::placeholder {
    color: #bbb;
  }

.aspNetHidden {
  display: none;
}

.alert {
  background-color: rgba( 100, 149, 237, 0.1);
  border: solid 1px cornflowerblue;
  color: #6473ed;
  margin-top: 40px;
  padding: 15px;
  border-radius: 20px;
}

.col {
  flex: 0 1 33.3333%;
  margin: 0 10px;
  background-color: #fafafa;
  border: solid 1px #bbb;
  padding: 15px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
}

.col--plain {
  flex: 0 1 50%;
  margin: 0 10px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}

.col--plain > h2 {
  margin-top :0;
}


@media (min-width: 600px) {
  .header {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .header__logo {
    height: 120px;
    margin: 0;
  }

  .header__title {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 50px;
    text-align: left;
  }

    .header__title br {
      display: initial;
    }

    .header__social span {
      display: initial;
    }

    .two-col {
      display: flex;
      margin: 0 -10px;
    }

  .form-row {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer__left {
    font-size: 10px;
    text-align: left;
    white-space: nowrap;
  }

  .footer__phone {
    margin-left: 30px;
  }

  .footer__right {
    flex: 1;
    text-align: right;
  }

  .header__title {
    font-size: 60px;
  }

  .header__title br {
    display: none;
  }

  .header__social {
    padding: 10px 15px 10px 15px;
  }

  .three-col {
    display: flex;
    margin: 0 -10px;
  }

  .col > img {
    margin: -15px;
    max-width: calc(100% + 30px);
    margin-bottom: 10px;
  }

  ul.two-level-ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}