


        .fixed-top { 
            min-height: 5.5rem;
        }
		
		p {
			font-family: sans-serif;
			font-weight: 300;
			font-size: 1rem;
			line-height: 1.6;
			color: #212529;
			display block;
			margin-block-start: 1em;
		}
        h3,
        h4 {
            font-family: 'Open Sans', sans-serif;
            margin-bottom: 1rem;
        }
		
		a {
			font-family: sans-serif;
			line-height: 1.6;
			font-weight: 300;
			text-decoration: none;
		}
		
		@media (min-width: 576px) {
		    .jumbotron {
		        padding: 4rem 2rem;
                background: #0e6ffd;
                margin-bottom: 4rem;
                color: whitesmoke;
		    }
		}
		
		
        .blog-footer {
            padding: 2.5rem 0;
            color: #999;
            text-align: center;
            background-color: #f9f9f9;
            border-top: .05rem solid #e5e5e5;
        }