/* app css stylesheet */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.navbar {min-height: 80px;background-color: #d5e8ca;border-bottom: 1px solid green;}
.navbar-brand {padding: 0 15px; height: 80px; line-height: 80px;}

@media (max-width: 767px) {
  h2{
    font-size:15px;
  }
.carousel-caption { 
  padding-bottom: 0px; 
  }
}
@media (min-width: 768px) {
  .nav-image{
    height:98px;
  }
}

@media (min-width: 298px) and (max-width: 767px) {
  .nav-image{
    height:75px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .navbar-brand-name {
      white-space: nowrap;
      margin-left:200px;
      margin-top:25px;
      font-size: xx-large;
      font-weight: 900;
    }
}

@media only screen and (min-width : 993px) and (max-width : 1199px) {
    .navbar-brand-name {
      white-space: nowrap;
      margin-left:198px;
      margin-top:40px;
      font-size: x-large;
      font-weight: bold;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 768px) and (max-width : 992px) {
    .navbar-brand-name {
      display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 480px) and (max-width : 767px) {
  .navbar-brand-name {
      white-space: nowrap;
      margin-left:20%;
      margin-top:50px;
      font-size: x-large;
      font-weight: bold;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {
    .navbar-brand-name {
      white-space: nowrap;
      margin-left:0px;
      margin-top:50px;
      font-size: medium;
      font-weight: bold;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 319px) {
    .navbar-brand-name {
      display: none;
    }
}