/*!
 * Copyright (c) MountainViews.ie 2020
 */
/*
Do not make changes to mvRWD.css only to mvRWD.scss
 */
/* _mvVariables */
:root {
  --width-sm: 576px;
  --width-lg: 992px;
  --bs-font-sans-serif: "Spinnaker", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* end _mvVariables */
/* mv minor changes to Bootstrap */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px; /* or 950px */
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px; /* or 950px */
}

/*menu css*/
#navid:hover {
  opacity: 0.9;
}

.menuarea .navbar-toggler {
  z-index: 2000;
}

.menuarea .navbar-collapse {
  z-index: 2000;
  background-color: white;
}

.navbar {
  padding-top: 0.2rem;
}

/* mv utility */
.rwcolumns {
  column-count: 1;
  column-rule: 2rem none #423f55;
  column-gap: 2rem;
  column-width: fill-available;
}

@media (min-width: 768px) {
  .rwcolumns {
    column-count: 2;
  }
}
/*colours*/
.bg-mvform {
  background-color: #c0d9e2;
}

/* general table */
.table {
  font-size: 81%;
  font-weight: 400;
}

.table th {
  color: #12145e;
}

/* z-index settings  */
.modal-backdrop {
  z-index: 1040 !important;
}

.modal-dialog {
  margin: 2px auto;
  z-index: 1100 !important;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.page-item.active .page-link {
  background-color: rgba(67, 139, 250, 0.62);
}

/*# sourceMappingURL=mvRWD.css.map */
