body {
  color: #5a5a5a;
}
.m-container {
    max-height: 350px;
    overflow: hidden;
}
.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
    overflow: hidden;
}

.marquee:hover {
    animation-play-state: paused;
}
.welcome a {
    color: #fff;
}
/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}
.carousel {
  margin-bottom: 4rem;
}
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-item {
  background-color: #777;
}
.welcome .btn-default {
    background-color: #f3f3f3 !important;
    color: #333 !important;
}
.featured {
  padding: 25px;
}
.featured a {
  color: red;
  text-decoration: underline;
}
.featured .col-lg-4 {
  text-align: center;
}
.featured img {
  margin-bottom: 15px;
}
.featured h2 {
  font-weight: 400;
}
.featured .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.featurette-divider {
  margin: 5rem 0;
}
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
.navbar {
  background-color: #fff;
  border-bottom: 4px solid #e7e7e7;
  padding: 15px 0;
}
.navbar-brand img {
  max-width: 100%;
  width: 40px;
}
.navbar-brand {
  color: #253069 !important;
  font-weight: bold;
}
.nav-item a {
  color: #993F3B;
  font-weight: bold;
}
.welcome {
  background-image: url('../img/flag.png');
  background-size: cover;
  background-color: darkred;
  margin-top: 84px;
  padding: 150px 0;
  color: #fff;
}
.featured ul {
  list-style: none;
}
.tile {
  padding: 35px;
  color: #fff;
  overflow: hidden;
  background-color: #417f36;
  border-top: 5px solid #4dad3c;
  z-index: 2;
  margin-top: -50px;
  margin-bottom: 60px;
}
.tile img {
  width: 200px;
  border-radius: 3px;
}
.info {
  background-color: #f8f8f8;
  color: #fff;
  padding: 55px 0 55px 0;
  background-image: url('../img/apply.jpg');
  background-size: cover;
}
footer {
  background-color: #f3f3f3;
  padding: 50px 0 25px 0;
}
footer a {
  color: #0F2D0F !important;
}
@media (min-width: 769px) {
    .welcome h1 {
  font-size: 4em;
  text-transform: uppercase;
}
}
h3 {
  font-weight: lighter;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width:768px) {
  .navbar-nav {
    padding: 0 15px;
  }
  .welcome h1 {
    font-size: 2.5em !important;
    text-transform: uppercase;
}
}
.nl-box {
  background-color: #444F67;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 65px 10px 10px;
}
.nl-box a {
  color: #fff;
  font-size: 1.2em
  font-weight: bold;
  text-decoration: none;
}
.col-md-4 {
  padding-right: 15px;
  padding-left: 15px;
}
