/* Custom color picked by Bruce*/
body {
  background-color: #367588;
}

/* Make image responsive in carousel */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

/* Make image responsive */
img {
    max-width: 100%;
    height: auto;
}

div.center-content {
    text-align: center;
}

.box {
    position: relative;
}

.img-title {
    position: absolute;
    color: black;
    text-align: right;
    left: 0;
    right: 5%;
    top: 5%;
    letter-spacing: 3px;
}

navbar-text {
    color:white;
}

blockquote p{
  font-size:.75em;
}



/* This fixes if you have a long Brand name text to shrink property */
.navbar .navbar-brand {
  max-width: 80%;
  white-space: normal;
}

/*
navbar-brand {
    font-size: 10px;
  }
  @media (min-width: 768px) {
    .navbar-brand {
      font-size: 10px;
    }
  }
  @media (min-width: 992px) {
    .navbar-brand {
      font-size: 25px;
    }
  }
  @media (min-width: 1200px) {
    .navbar-brand {
      font-size: 30px;
    }
  } */