.national { color: #00467f; font-weight: bold } 
.international { color: #990033; font-weight: bold }  
.southeast { color: #9900ff; font-weight: bold }
.northeast { color: #0099cc; font-weight: bold }
.gulf-mexico { color: #ff3399; font-weight: bold } 
.west-coast { color: #ff5050; font-weight: bold }
.pacific-islands { color: #00cca3; font-weight: bold } 
.alaska { color: #996600; font-weight: bold } 
.great-lakes { color: #006600 }

.page-title{
    font-size: 24px; 
    color:#fff; 
    font-weight:bold;  
    text-shadow: 0px 20px 10px #172b4d;
    margin-top:30px;
}

.search-container{
    width: 100%;
    /* height: 100%; */
    margin-top:20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.searchinput[type=text]{
    
    padding: 15px 40px 15px 20px;
    width: 300px;
    color: #525252;
    border: solid;
    border-width:1px;

    border-radius: 5px;
    background: linear-gradient(to right, #FFFFFF 0%,#464747 #F9F9F9 100%);
    /* transition: width 0.4s ease; */
    outline: none;
    
    
  }
  
  .search-i{
    position: relative;
    left: -37px;
    color: #333;
  }

  .map-once-banner{
      width:100%;
      text-align:center;
      font-style:italic;
      background-color: #afdef6;
      font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
      font-size: 20px;
      /* font-weight:bold; */
      padding:5px;
  }

.navbar.center .navbar-inner {
    text-align: center;
}

.navbar.center .navbar-inner .nav {
    display:inline-block;
    float: none;
}

.footer{
  width:100%;
  background-color: #054698;
  text-align:center;
  color:#DDD;
  padding:10px;
  font-size:14px;
}

.footer a{
  color:#DDD;
  text-decoration: none;
}

.footer a:hover{
  color:white;
}

.section-title{
  color:#054698;
  font-weight:bold;
}

.section-heading{
  color:#054698;
  font-weight:bold;
  font-size:24px;
}

.left-content{
  padding:20px;
}

.right-content{
  padding:20px;
}

.right-side-box{
  background-color:#EEE;
  border-radius: 15px;
  padding:15px;
  margin-bottom:20px;
  
}

.related-link-item a{
  text-decoration:none;
}

.right-box-warning{
 color:red;
 font-weight:bold;
 font-size:18px;
 font-style:italic;
 text-align:center;
}

.right-box-title{
  font-weight:bold;
  font-size:16px;
}

.card-title{
  text-align:center;
}

.card-title a{
  text-decoration:none;
}

.card{
  border:0;
  margin-left:5px;
  margin-right:5px;
  
}

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }


.card-with-border{
  border:2px;
  border-style:solid;
  border-color:#DDD;
  border-radius:15px;
  max-height: 375px;
  margin-bottom:20px;
}

.card-text a{
  text-decoration:none;
}

.southeast{
  color: #9900ff;
  font-weight:bold;
}

.national{
  color:#00467f;
  font-weight:bold;
}

.blue-bar {
  background-color: #1a4683;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius:15px;
}

.gallery img {
  border-radius: 15px;
}

.gallery a {
  text-decoration: none;
}

.gallery{
  margin-bottom:10px;
}

.blueBox{
  background-color:#1a4683;
  color:white;
  padding:10px;
  border-radius:15px;
  
  text-align:center;
  width:85%;
  margin:auto;
  margin-bottom:20px;

}