@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #e4e4e4; }

.btn:focus {
  outline: none;
  box-shadow: 0 0 0 0; }

.list-style-none {
  list-style-type: none; }

.paypal-donate-btn {
  height: 70px; }

.site-logo-jumbotron {
  border: 5px solid #fff;
  border-radius: 50%; }

.section-header .navbar {
  background-color: #006db3 !important;
  color: #fff; }
  .section-header .navbar .navbar-toggler {
    border: 0; }
    .section-header .navbar .navbar-toggler:focus {
      outline: none; }
  .section-header .navbar .navbar-collapse .nav-item {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
    .section-header .navbar .navbar-collapse .nav-item .nav-link {
      color: white;
      font-weight: 600;
      font-size: 0.9rem;
      text-transform: uppercase; }
      .section-header .navbar .navbar-collapse .nav-item .nav-link:hover, .section-header .navbar .navbar-collapse .nav-item .nav-link:focus {
        color: #b3b3b3; }

.section-jumbotron {
  background-image: linear-gradient(to right top, rgba(74, 144, 226, 0.95), rgba(61, 153, 231, 0.95), rgba(45, 161, 235, 0.95), rgba(27, 169, 239, 0.95), #00b1f1), url("./../img/mountain.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 4rem; }
  .section-jumbotron .jumbotron {
    background-color: transparent; }
    .section-jumbotron .jumbotron .jumbotron-title {
      font-weight: 700;
      font-size: 2.475rem;
      color: white; }
    .section-jumbotron .jumbotron .lead-button {
      margin-top: 1.5rem; }
      .section-jumbotron .jumbotron .lead-button img {
        width: 250px; }
    .section-jumbotron .jumbotron .jumbotron-description {
      margin-top: 1rem;
      color: white;
      font-size: 1.25rem; }

@media (max-width: 768px) {
  .section-jumbotron .jumbotron .jumbotron-title {
    font-size: 1.9rem; }
  .section-jumbotron .jumbotron .jumbotron-description {
    font-size: 1rem; } }
.btn-lg {
  font-size: .75rem;
  padding: .9375rem 2rem;
  letter-spacing: .09375rem;
  text-transform: uppercase;
  font-weight: 600; }

.btn-action {
  color: white !important;
  background-color: #039be5;
  border: 2px solid white; }
  .btn-action:hover {
    background-color: white;
    color: #039be5 !important; }

.btn-circle {
  border-radius: 30px; }

.section-description .description-text {
  line-height: 1.62rem;
  letter-spacing: 0.013rem; }
.section-description .description-wrapper .description:not(:last-child) {
  margin-bottom: 58px; }
@media (max-width: 768px) {
  .section-description .description-wrapper .description:nth-child(odd) {
    flex-direction: column-reverse; }
  .section-description .description-wrapper .description:nth-child(even) {
    flex-direction: column; } }
.section-description .description-wrapper .description .description-first {
  flex: 0 0 70%; }

.section-footer {
  background-color: #006db3!important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }
  .section-footer .left-side-footer {
    font-weight: 300;
    font-size: 0.9rem;
    color: #eee; }
    @media (max-width: 768px) {
      .section-footer .left-side-footer {
        margin-bottom: 30px; } }
    .section-footer .left-side-footer .primary-text {
      color: #fff;
      font-weight: 800;
      font-size: 1.5rem; }
    .section-footer .left-side-footer .secondary-text {
      font-weight: 500;
      font-size: 1.3rem; }
  .section-footer .right-side-footer {
    color: #eee; }
    .section-footer .right-side-footer .sub-foot-primary {
      font-size: 1.5rem;
      color: #fff; }
    .section-footer .right-side-footer ul.all-contacts {
      list-style-type: none; }
      .section-footer .right-side-footer ul.all-contacts.d-table {
        table-layout: fixed;
        max-width: 100% !important; }
      .section-footer .right-side-footer ul.all-contacts li {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
        font-weight: 300;
        font-size: 0.9rem; }
    .section-footer .right-side-footer ul.all-links {
      list-style-type: none; }
      .section-footer .right-side-footer ul.all-links li {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
        list-style-type: none; }
        .section-footer .right-side-footer ul.all-links li i {
          font-size: 0.8rem;
          opacity: 0;
          transition: 0.05s ease-in-out; }
        .section-footer .right-side-footer ul.all-links li a {
          text-decoration: none;
          transition: 0.2s;
          color: white;
          font-size: 0.9rem; }
        .section-footer .right-side-footer ul.all-links li:hover {
          color: #039be5; }
          .section-footer .right-side-footer ul.all-links li:hover i {
            opacity: 1; }
          .section-footer .right-side-footer ul.all-links li:hover a {
            color: #039be5;
            margin-left: 5px; }

.social-media-wrapper {
  display: flex; }
  .social-media-wrapper .social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-right: 10px;
    transition: 0.26s ease;
    border-radius: 50%;
    font-size: 22px; }
    .social-media-wrapper .social-icon:hover {
      text-decoration: none;
      border: unset;
      color: white;
      transition: 0.26s ease; }
  .social-media-wrapper .facebook-icon {
    color: #3b5998; }
    .social-media-wrapper .facebook-icon:hover {
      background-color: #3b5998; }
    .social-media-wrapper .facebook-icon:active {
      background-color: #2d4373; }
  .social-media-wrapper .instagram-icon {
    color: #517fa4; }
    .social-media-wrapper .instagram-icon:hover {
      background-color: #517fa4; }
    .social-media-wrapper .instagram-icon:active {
      background-color: #406582; }
  .social-media-wrapper .google-icon {
    color: #dc4e41; }
    .social-media-wrapper .google-icon:hover {
      background-color: #dc4e41; }
    .social-media-wrapper .google-icon:active {
      background-color: #c63224; }
  .social-media-wrapper .skype-icon {
    color: #00AFF0; }
    .social-media-wrapper .skype-icon:hover {
      background-color: #00AFF0; }
    .social-media-wrapper .skype-icon:active {
      background-color: #008abd; }

.section-about-us .description-body {
  line-height: 1.6;
  letter-spacing: 0.05em; }

/*# sourceMappingURL=app.min.css.map */
