@charset "UTF-8";
/*!
* Start Bootstrap - Agency v7.0.12 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {

  --bs-primary: #ffc800;
  --bs-primary-rgb: 255, 200, 0;
  --bs-secondary: #6c757d;
  --bs-secondary-rgb: 108, 117, 125;
  
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc800;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc800;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;

}

.text-primary {color:var(--bs-primary);}
.text-blue {color:var(--bs-blue);}
.text-red {color:var(--bs-red);}
.text-green {color:var(--bs-green);}
.text-white {color:var(--bs-white);}
.text-gray-200 {color:var(--bs-gray-200);}
.text-gray-500 {color:var(--bs-gray-500);}
.text-danger {color:var(--bs-danger);}

body {
    margin-top:72px;
    min-height: calc(100vh - 72px);
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2 {
    overflow-wrap: break-word;
}

section:nth-child(even) {
    background-color: var(--bs-light);
}
section:nth-child(odd) {
    background-color: #fff;
}
.list-inverted { direction: rtl; }

#mainNav .navbar-nav .nav-item {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 400;
}

@media (max-width: 575px) {
    .flex-xs-column {
      flex-direction: column !important;
    }
    .justify-content-xs-center {
      justify-content: center !important;
    }
  }