
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

footer {
		background: #f37021;
		color: #ffffff;
		height: 60px;
	}
	  
	    
		.btn {
            padding: 15px 40px;
            font-size: 14px;
			font-weight: 600;
            text-align: center;
            cursor: pointer;
            /*outline: none;*/
            color: #848587;
			border-color: #848587;
            /*background-color: green;*/
            /*border: none;*/
            border-radius: 0px;
            box-shadow: box-shadow:
              7px 6px 28px 1px rgba(0, 0, 0, 0.24);
        }
        /* Adding styles on 'active' state */


		.btn:link,
		.btn:visited {
			text-transform: uppercase;
			text-decoration: none;
			/*padding: 15px 40px;
			display: inline-block;*/
			/*border-radius: 100px;*/
			transition: all .2s;
		}

		.btn:hover {
		    background-color: #f36f21;
			border-color: #f36f21;
			color: #ffffff;
			transform: translateY(-5px);
			box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
		}
        
        .btn:active {
            box-shadow: box-shadow:
              7px 6px 28px 1px rgba(0, 0, 0, 0.24);
            transform: translateY(4px);
            /* Moving button 4px to y-axis */
        }