

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Helvetica', sans-serif;
  color: #222;
}

main {
  min-height: 100vh;
  position: relative;
}

.navbar {
  padding: .8rem;
}

.navbar-nav li {
  padding-right: 20px;
}

.navbar .navbar-brand {
  font-size: 200%;
}

.nav-link {
  font-size: 1.0em !important;
}

h1 {
  color: rgba(60,124,165,1.0);
}

h3 {
  color: rgba(60,124,165,1.0);
}




hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8ren;
  margin-bottom: 1rem;
}

hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8ren;
  margin-bottom: 1rem;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

.overlay-thumb {
  position: absolute;
}

.overlay-thumb a {
  color: #bbb;
}

.info a {
  color: #bbb;
}

.bg-blue-4 {
  background-color: #a4bed0;
}

.bg-blue-3 {
  background-color: rgba(60,124,165,0.2);
}


/*---Form Styling ---*/

.rood {
	background-color: rgba(92,14,49,0.05);
}

.bg-form {
    background-color: rgba(92,14,49,0.05);
    border: none;
}

.health-form {
	width: 100%;
}

.input-low  {
	height: 12px;
}

.health-form tr {
	padding-top: 5px;
	padding-bottom: 5px;
}

.health-form td {
	width: 50%;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*---- buttons ------*/

.btn-ortus-purple {
  background-color: rgba(92,14,49,1.0);
    color: white;
}

.btn-ortus-blue {
  background-color: rgba(60,124,165,1.0);
    color: white;
}


.btn-ortus-purple:hover {
  background-color: rgba(92,14,49,0.7);
    color: white;
}

/*---- Alerts ----*/

.alert-ortus-blue {
  background-color: rgba(60,124,165,0.3);
}


/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}

.scroller {
	height:550px;
	overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .6);
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

/*** loader ***/

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 99999;
}

.wrap {
  background-color: #f7f9fb;
  transition: : opacity 0.75s, visibility 0.75s;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








