/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
#my-calendar{
  text-align: center;
}
#intro{
  color:#000;
  margin-bottom: 400px;
}

/*Custom Form CSS*/


/* Form */

  form {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 3rem);
    margin: -1.5rem 0 2rem -1.5rem;
  }

    form > .field {
      -moz-flex-grow: 0;
      -webkit-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -moz-flex-shrink: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      padding: 1.5rem 0 0 1.5rem;
      width: calc(100% - 1.5rem);
    }

      form > .field.half {
        width: calc(50% - 0.75rem);
      }

      form > .field.third {
        width: calc(100%/3 - 0.5rem);
      }

      form > .field.quarter {
        width: calc(25% - 0.375rem);
      }

    form > .actions {
      -moz-flex-grow: 0;
      -webkit-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      margin: 1.875rem 0 0 1.5rem !important;
      width: calc(100% - 3rem);
    }

    form.alt {
      display: block;
      width: 100%;
      margin: 0 0 2rem 0;
    }

      form.alt > .actions {
        margin: 0 0 2rem 0;
        width: 100%;
      }

    @media screen and (max-width: 480px) {

      form {
        width: calc(100% + 3rem);
        margin: -1.5rem 0 2rem -1.5rem;
      }

        form > .field {
          padding: 1.5rem 0 0 1.5rem;
          width: calc(100% - 1.5rem);
        }

          form > .field.half {
            width: calc(100% - 1.5rem);
          }

          form > .field.third {
            width: calc(100% - 1.5rem);
          }

          form > .field.quarter {
            width: calc(100% - 1.5rem);
          }

        form > .actions {
          margin: 1.5rem 0 0 1.5rem;
          width: calc(100% - 3rem);
        }

    }

  label {
    display: block;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin: 0 0 0.75rem 0;
  }

    @media screen and (max-width: 980px) {

      label {
        font-size: 0.9rem;
      }

    }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  select,
  textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: transparent;
    border: solid 2px;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1rem;
    text-decoration: none;
    width: 100%;
  }

    input[type="text"]:invalid,
    input[type="password"]:invalid,
    input[type="email"]:invalid,
    select:invalid,
    textarea:invalid {
      box-shadow: none;
    }

  .select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
  }

    .select-wrapper:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    .select-wrapper:before {
      content: '\f078';
      display: block;
      height: 3rem;
      line-height: 3rem;
      pointer-events: none;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 3rem;
    }

    .select-wrapper select::-ms-expand {
      display: none;
    }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  select {
    height: 3rem;
  }

  textarea {
    padding: 0.75rem 1rem;
  }

  input[type="checkbox"],
  input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2rem;
    opacity: 0;
    width: 1rem;
    z-index: -1;
  }

    input[type="checkbox"] + label,
    input[type="radio"] + label {
      text-decoration: none;
      cursor: pointer;
      display: inline-block;
      font-size: 1rem;
      letter-spacing: 0;
      font-family: "Merriweather", Georgia, serif;
      text-transform: none;
      font-weight: 300;
      padding-left: 2.8rem;
      padding-right: 1rem;
      position: relative;
    }

      input[type="checkbox"] + label:before,
      input[type="radio"] + label:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
      }

      input[type="checkbox"] + label:before,
      input[type="radio"] + label:before {
        border: solid 2px;
        content: '';
        display: inline-block;
        height: 1.8rem;
        left: 0;
        line-height: 1.725rem;
        position: absolute;
        text-align: center;
        top: -0.125rem;
        width: 1.8rem;
      }

    input[type="checkbox"]:checked + label:before,
    input[type="radio"]:checked + label:before {
      content: '\f00c';
    }

  input[type="radio"] + label:before {
    border-radius: 100%;
  }

  ::-webkit-input-placeholder {
    opacity: 1.0;
  }

  :-moz-placeholder {
    opacity: 1.0;
  }

  ::-moz-placeholder {
    opacity: 1.0;
  }

  :-ms-input-placeholder {
    opacity: 1.0;
  }

  .formerize-placeholder {
    opacity: 1.0;
  }

  label {
    color: #212931;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  select,
  textarea {
    border-color: #eeeeee;
  }

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    select:focus,
    textarea:focus {
      border-color: #18bfef;
    }

  select option {
    background-color: #ffffff;
    color: #212931;
  }

  .select-wrapper:before {
    color: #eeeeee;
  }

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    color: #212931;
  }

    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      border-color: #eeeeee;
    }

  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    background-color: #212931;
    border-color: #212931;
    color: #ffffff;
  }

  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: #18bfef;
  }

  ::-webkit-input-placeholder {
    color: #909498 !important;
  }

  :-moz-placeholder {
    color: #909498 !important;
  }

  ::-moz-placeholder {
    color: #909498 !important;
  }

  :-ms-input-placeholder {
    color: #909498 !important;
  }

  .formerize-placeholder {
    color: #909498 !important;
  }

/* Icon */

  .icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
  }

    .icon:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    .icon > .label {
      display: none;
    }


    /* Image */

  .image {
    border: 0;
    display: inline-block;
    position: relative;
  }

    .image img {
      display: block;
    }

    .image.left, .image.right {
      max-width: 40%;
    }

      .image.left img, .image.right img {
        width: 100%;
      }

    .image.left {
      float: left;
      margin: 0 2rem 2rem 0;
      top: 0.75rem;
    }

    .image.right {
      float: right;
      margin: 0 0 2rem 2rem;
      top: 0.75rem;
    }

    .image.fit {
      display: block;
      margin: 2.5rem 0;
      width: 100%;
    }

      .image.fit:first-child {
        margin-top: 0;
      }

      .image.fit img {
        width: 100%;
      }

    .image.main {
      display: block;
      margin: 4rem 0;
      width: 100%;
    }

      .image.main:first-child {
        margin-top: 0;
      }

      .image.main img {
        width: 100%;
      }

    @media screen and (max-width: 736px) {

      .image.fit {
        margin: 2rem 0;
      }

      .image.main {
        margin: 2rem 0;
      }

    }

  a.image {
    overflow: hidden;
  }

    a.image img {
      -moz-transition: -moz-transform 0.2s ease-out;
      -webkit-transition: -webkit-transform 0.2s ease-out;
      -ms-transition: -ms-transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
    }

    a.image:hover img {
      -moz-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
    }

/* List */

  ol {
    list-style: decimal;
    margin: 0 0 2rem 0;
    padding-left: 1.25rem;
  }

    ol li {
      padding-left: 0.25rem;
    }

  ul {
    list-style: disc;
    margin: 0 0 2rem 0;
    padding-left: 1rem;
  }

    ul li {
      padding-left: 0.5rem;
    }

    ul.divided {
      list-style: none;
      padding-left: 0;
    }

      ul.divided li {
        border-top: solid 1px;
        padding: 0.5rem 0;
      }

        ul.divided li:first-child {
          border-top: 0;
          padding-top: 0;
        }

    ul.icons {
      cursor: default;
      list-style: none;
      padding-left: 0;
    }

      ul.icons li {
        display: inline-block;
        padding: 0 0.5rem 0 0;
        vertical-align: middle;
      }

        ul.icons li:last-child {
          padding-right: 0;
        }

        ul.icons li .icon:before {
          width: 2.25rem;
          height: 2.25rem;
          line-height: 2.25rem;
          display: inline-block;
          text-align: center;
          border-radius: 100%;
          font-size: 1.25rem;
        }

      ul.icons.alt li .icon:before {
        -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        font-size: 1rem;
      }

    ul.actions {
      cursor: default;
      list-style: none;
      padding-left: 0;
    }

      ul.actions li {
        display: inline-block;
        padding: 0 1rem 0 0;
        vertical-align: middle;
      }

        ul.actions li:last-child {
          padding-right: 0;
        }

      ul.actions.small li {
        padding: 0 0.5rem 0 0;
      }

      ul.actions.vertical li {
        display: block;
        padding: 1rem 0 0 0;
      }

        ul.actions.vertical li:first-child {
          padding-top: 0;
        }

        ul.actions.vertical li > * {
          margin-bottom: 0;
        }

      ul.actions.vertical.small li {
        padding: 0.5rem 0 0 0;
      }

        ul.actions.vertical.small li:first-child {
          padding-top: 0;
        }

      ul.actions.fit {
        display: table;
        margin-left: -1rem;
        padding: 0;
        table-layout: fixed;
        width: calc(100% + 1rem);
      }

        ul.actions.fit li {
          display: table-cell;
          padding: 0 0 0 1rem;
        }

          ul.actions.fit li > * {
            margin-bottom: 0;
          }

        ul.actions.fit.small {
          margin-left: -0.5rem;
          width: calc(100% + 0.5rem);
        }

          ul.actions.fit.small li {
            padding: 0 0 0 0.5rem;
          }

      @media screen and (max-width: 480px) {

        ul.actions {
          margin: 0 0 2rem 0;
        }

          ul.actions li {
            padding: 1rem 0 0 0;
            display: block;
            text-align: center;
            width: 100%;
          }

            ul.actions li:first-child {
              padding-top: 0;
            }

            ul.actions li > * {
              width: 100%;
              margin: 0 !important;
            }

              ul.actions li > *.icon:before {
                margin-left: -2rem;
              }

          ul.actions.small li {
            padding: 0.5rem 0 0 0;
          }

            ul.actions.small li:first-child {
              padding-top: 0;
            }

      }

  dl {
    margin: 0 0 2rem 0;
  }

    dl dt {
      display: block;
      font-weight: 600;
      margin: 0 0 1rem 0;
    }

    dl dd {
      margin-left: 2rem;
    }

  ul.divided li {
    border-top-color: #eeeeee;
  }

  ul.icons li a.icon:hover:before {
    color: #18bfef;
  }

  ul.icons.alt li .icon:before {
    box-shadow: inset 0 0 0 2px #eeeeee;
  }

  ul.icons.alt li a.icon:hover:before {
    box-shadow: inset 0 0 0 2px #18bfef;
  }







/* Footer */

  #footer {
    color: #717981;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background-color: #f5f5f5;
    color: #909498;
    cursor: default;
    position: relative;
    margin: 0 auto;
    width: calc(100% - 4rem);
    max-width: 72rem;
    z-index: 2;
  }

    #footer input, #footer select, #footer textarea {
      color: #717981;
    }

    #footer a {
      color: #717981;
      border-bottom-color: rgba(113, 121, 129, 0.5);
    }

      #footer a:hover {
        border-bottom-color: transparent;
        color: #18bfef !important;
      }

    #footer strong, #footer b {
      color: #717981;
    }

    #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
      color: #717981;
    }

    #footer blockquote {
      border-left-color: #e2e2e2;
    }

    #footer code {
      background: rgba(220, 220, 220, 0.5);
      border-color: #e2e2e2;
    }

    #footer hr {
      border-bottom-color: #e2e2e2;
    }

    #footer .box {
      border-color: #e2e2e2;
    }

    #footer input[type="submit"],
    #footer input[type="reset"],
    #footer input[type="button"],
    #footer button,
    #footer .button {
      background-color: transparent;
      box-shadow: inset 0 0 0 2px #717981;
      color: #717981 !important;
    }

      #footer input[type="submit"]:hover,
      #footer input[type="reset"]:hover,
      #footer input[type="button"]:hover,
      #footer button:hover,
      #footer .button:hover {
        box-shadow: inset 0 0 0 2px #18bfef;
        color: #18bfef !important;
      }

      #footer input[type="submit"].special,
      #footer input[type="reset"].special,
      #footer input[type="button"].special,
      #footer button.special,
      #footer .button.special {
        background-color: #717981;
        box-shadow: none;
        color: #f5f5f5 !important;
      }

        #footer input[type="submit"].special:hover,
        #footer input[type="reset"].special:hover,
        #footer input[type="button"].special:hover,
        #footer button.special:hover,
        #footer .button.special:hover {
          background-color: #18bfef;
        }

    #footer label {
      color: #717981;
    }

    #footer input[type="text"],
    #footer input[type="password"],
    #footer input[type="email"],
    #footer select,
    #footer textarea {
      border-color: #e2e2e2;
    }

      #footer input[type="text"]:focus,
      #footer input[type="password"]:focus,
      #footer input[type="email"]:focus,
      #footer select:focus,
      #footer textarea:focus {
        border-color: #18bfef;
      }

    #footer select option {
      background-color: #f5f5f5;
      color: #717981;
    }

    #footer .select-wrapper:before {
      color: #e2e2e2;
    }

    #footer input[type="checkbox"] + label,
    #footer input[type="radio"] + label {
      color: #717981;
    }

      #footer input[type="checkbox"] + label:before,
      #footer input[type="radio"] + label:before {
        border-color: #e2e2e2;
      }

    #footer input[type="checkbox"]:checked + label:before,
    #footer input[type="radio"]:checked + label:before {
      background-color: #717981;
      border-color: #717981;
      color: #f5f5f5;
    }

    #footer input[type="checkbox"]:focus + label:before,
    #footer input[type="radio"]:focus + label:before {
      border-color: #18bfef;
    }

    #footer ::-webkit-input-placeholder {
      color: #b3b7bb !important;
    }

    #footer :-moz-placeholder {
      color: #b3b7bb !important;
    }

    #footer ::-moz-placeholder {
      color: #b3b7bb !important;
    }

    #footer :-ms-input-placeholder {
      color: #b3b7bb !important;
    }

    #footer .formerize-placeholder {
      color: #b3b7bb !important;
    }

    #footer ul.divided li {
      border-top-color: #e2e2e2;
    }

    #footer ul.icons li a.icon:hover:before {
      color: #18bfef;
    }

    #footer ul.icons.alt li .icon:before {
      box-shadow: inset 0 0 0 2px #e2e2e2;
    }

    #footer ul.icons.alt li a.icon:hover:before {
      box-shadow: inset 0 0 0 2px #18bfef;
    }

    #footer header.major .date:before, #footer header.major .date:after {
      border-top-color: #e2e2e2;
    }

    #footer table tbody tr {
      border-color: #e2e2e2;
    }

      #footer table tbody tr:nth-child(2n + 1) {
        background-color: rgba(220, 220, 220, 0.5);
      }

    #footer table th {
      color: #717981;
    }

    #footer table thead {
      border-bottom-color: #e2e2e2;
    }

    #footer table tfoot {
      border-top-color: #e2e2e2;
    }

    #footer table.alt tbody tr td {
      border-color: #e2e2e2;
    }

    #footer .pagination a, #footer .pagination span {
      border-color: #e2e2e2;
    }

    #footer .pagination a {
      color: #717981 !important;
    }

      #footer .pagination a:hover {
        color: #18bfef !important;
        border-color: #18bfef;
        z-index: 1;
      }

        #footer .pagination a:hover + a, #footer .pagination a:hover + span {
          border-left-color: #18bfef;
        }

      #footer .pagination a.active {
        background-color: #e2e2e2;
      }

    #footer .pagination span {
      color: #e2e2e2;
    }

    #footer > section {
      -moz-flex-basis: 50%;
      -webkit-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%;
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      padding: 4rem 4rem 2rem 4rem ;
      border-left: solid 2px #e2e2e2;
    }

      #footer > section:first-child {
        border-left: 0;
      }

      #footer > section.split {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
      }

        #footer > section.split > section {
          padding: 3rem 4rem 1rem 4rem ;
          border-top: solid 2px #e2e2e2;
        }

          #footer > section.split > section:first-child {
            padding: 5rem 4rem 1rem 4rem ;
            border-top: 0;
          }

          #footer > section.split > section:last-child {
            padding: 3rem 4rem 3rem 4rem ;
          }

        #footer > section.split.contact > section {
          display: -moz-flex;
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          -moz-align-items: center;
          -webkit-align-items: center;
          -ms-align-items: center;
          align-items: center;
          padding: 3.15rem 4rem;
        }

          #footer > section.split.contact > section > * {
            margin-bottom: 0;
          }

          #footer > section.split.contact > section > :first-child {
            -moz-flex-shrink: 0;
            -webkit-flex-shrink: 0;
            -ms-flex-shrink: 0;
            flex-shrink: 0;
            -moz-flex-grow: 0;
            -webkit-flex-grow: 0;
            -ms-flex-grow: 0;
            flex-grow: 0;
            width: 6rem;
          }

          #footer > section.split.contact > section > :last-child {
            -moz-flex-shrink: 1;
            -webkit-flex-shrink: 1;
            -ms-flex-shrink: 1;
            flex-shrink: 1;
            -moz-flex-grow: 1;
            -webkit-flex-grow: 1;
            -ms-flex-grow: 1;
            flex-grow: 1;
          }

          #footer > section.split.contact > section:first-child {
            padding: 4rem 4rem 3rem 4rem;
          }

          #footer > section.split.contact > section:last-child {
            padding: 3rem 4rem 4rem 4rem;
          }

          #footer > section.split.contact > section.alt {
            -moz-align-items: -moz-flex-start;
            -webkit-align-items: -webkit-flex-start;
            -ms-align-items: -ms-flex-start;
            align-items: flex-start;
          }

            #footer > section.split.contact > section.alt > :last-child {
              margin-top: -0.325rem;
            }

    #footer form label,
    #footer h3,
    #footer p {
      font-size: 0.8rem;
    }

    @media screen and (max-width: 980px) {

      #footer {
        display: block;
      }

        #footer > section {
          border-top: solid 2px #e2e2e2;
        }

          #footer > section:first-child {
            border-top: 0;
          }

          #footer > section.split > section {
            padding: 4rem 4rem 2rem 4rem ;
          }

            #footer > section.split > section:first-child {
              padding: 4rem 4rem 2rem 4rem ;
            }

            #footer > section.split > section:last-child {
              padding: 4rem 4rem 2rem 4rem ;
            }

          #footer > section.split.contact > section {
            padding: 4rem;
          }

            #footer > section.split.contact > section:first-child {
              padding: 4rem;
            }

            #footer > section.split.contact > section:last-child {
              padding: 4rem;
            }

        #footer form label,
        #footer h3,
        #footer p {
          font-size: 0.9rem;
        }

    }

    @media screen and (max-width: 736px) {

      #footer > section {
        padding: 2rem 2rem 0.1rem 2rem ;
      }

        #footer > section.split > section {
          padding: 2rem 2rem 0.1rem 2rem ;
        }

          #footer > section.split > section:first-child {
            padding: 2rem 2rem 0.1rem 2rem ;
          }

          #footer > section.split > section:last-child {
            padding: 2rem 2rem 0.1rem 2rem ;
          }

        #footer > section.split.contact > section {
          padding: 2rem;
        }

          #footer > section.split.contact > section:first-child {
            padding: 2rem;
          }

          #footer > section.split.contact > section:last-child {
            padding: 2rem;
          }

    }

    @media screen and (max-width: 480px) {

      #footer {
        width: 100%;
      }

    }

.bg-overlay {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("/images/bg-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: black;
    height: 450px;
    padding-top: 50px;
}

  p.helpful-links {
    font-size: 1rem;
    font-family: "Comic Sans MS", cursive, sans-serif;

  }

p.helpful-links a {
    font-size: 1rem;
    font-family: "Comic Sans MS", cursive, sans-serif;

  }

.card-header {
  text-align: center;
}














