
		   #addSm{
  text-align:center;
}
		  .blog-post {
  margin-bottom: 4rem;
}
		  .car-pad-top{
			  margin-top: 20px;
			  margin-left: 150px;
			  margin-right: 150px;
			  margin-bottom: 20px;
		  }
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

		  .card-padding{
			   padding: 20px;
		  }
		   .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
		  .nav-link{
			  margin-left: 40px;
			  font-size: 16px;
			  font-weight: bolder;
		  }
		  #navbarNavDropdown{
			  padding-left: 40px;
		  }

		  .bg-light-or {
    background-color: #3292a6 !important;
}
		  .text-black {
    color: #191818 !important;
}
		  .text-white
		  {
			  color: white !important; 
		  }
		  html {
  position: relative;
  min-height: 100%;
}
		   .carousel-inner img {
    width: 100%;
    height: 100%;
  }
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
		  .container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
		  #page-content {
  flex: 1 0 auto;
}
		 

#sticky-footer {
  flex-shrink: none;
}
		   @media (min-width: 991px) and (max-width: 1030px){
			   .nav-link{
			  margin-left: 20px;
			  font-size: 16px;
			  font-weight: bold;
			   }}
		   
		   @media (max-width: 990px) and (min-width: 769px) {
			   
			    .car-pad-top{
			  margin-top: 20px;
			  margin-left: 50px;
			  margin-right: 50px;
			  margin-bottom: 20px;
		  }
			   
			     #wm01 {
    background: url("../img/logo-lg.png") no-repeat 0 0;
    height: 71px;
    width: 180px;
    padding-bottom: 71px; /* replace with height of wm01_app.jpg */
    padding-right: 180px; /* replace with width of wm01_app.jpg */
  }
			     
			   .topnav-address{
				   display: none;
			   }
			   
		  }
		  @media (max-width: 768px) {
			  .nav-link{
			 margin-left: 40px; 
			  font-size: 16px;
			  font-weight: 500;
		  }
			   .car-pad-top{
			  margin-top: 20px;
			  margin-left: 50px;
			  margin-right: 50px;
			  margin-bottom: 20px;
		  }
			    #wm01 {
    background: url("../img/logo-lg.png") no-repeat 0 0;
    height: 71px;
    width: 180px;
    padding-bottom: 71px; /* replace with height of wm01_app.jpg */
    padding-right: 180px; /* replace with width of wm01_app.jpg */
  }
			  .small-logo{
				  height: 100px;
			  }
                  .topnav-address
		          {
			 
				  visibility: hidden; 
					  display: none;
			      }
			  .navitem-visible{
				  padding: 0px;
				  margin: 0px;
				  
				  
			  }
		  }
		  
		  .active{
			  color: black !important;
		  }
		  
	    .no_bullet{
					 list-style-type:none; 
			background-color: #f9f9f9; 
			  }
		  @media (min-width: 990px) {
			
                  .navitem-visible
		          {
		
				  visibility: hidden; 
					  display: none;
					  
					  
			      }
		  }
		  
		  .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f9f9f9;
}

		  
