@charset "utf-8";
/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #4896aa;
}
/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #ecf0f1;
}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    background-color: #346f7e;
    color: #fff;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: rgba(35,132,156,1.00);
    color: #fff;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-brand {
    background-image: url(../images/svg/halfdome.svg);
    background-repeat: no-repeat;
    background-size: 66px auto;
    padding-left: 50px;
    background-position: -5% center;
}

#photoheading {
          padding-left: 0px;
          padding-right: 0px;
          position: relative;
}
#photoheading h1 {
          position: absolute;
          color: rgba(5,26,126,1.00);
          font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 1.5rem;
          top: 31%;
          left: 18%;
}
.row #photoheading h1 {
}
#uiList {
          background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,149,149,1.00) 100%);
          background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,149,149,1.00) 100%);
          background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,149,149,1.00) 100%);
          background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(225,149,149,1.00) 100%);
          background-color: rgba(121,96,23,1.00);
          padding-right: 28px;
}

@media screen and (min-width:576px){
#photoheading h1 {
          font-size: 3rem;
          top: 35%;
          left: 10%;
   }
}

@media screen and (min-width:991px){
#photoheading h1 {
          font-size: 4rem;
          top: 34%;
          left: 20%;
   }
}
#highlights {
    text-align: center;
}
#highlights img[src$="icon.jpg"] {
          width: 50px;
          display: block;
          background-color: rgba(239,16,20,1.00);
}
.d-xl-block {
          width: 50px;
}
#highlightsh2{
  
          color: rgba(230,23,27,1.00);
}
footer {
          color: #fff;
          font-size: 1rem;
          background-color: #000;
          text-align: left;
}
  


.centerList {
          padding-right: 60px;
}
.footeralign {
          padding-left: 32%;
          padding-top: 9px;
}
