/* Show it is fixed to the top */
	body {
		min-height: 75rem;
		padding-top: 2.5rem;
	}

	/* fixed nav bar*/
	.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;
        }
	}
	
	.my-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, 0);
        border-width: 0px 0;
        /*box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);*/
    }
    
	p {
		margin: 0;
		text-indent: 1em;
	}
	
	a:link {
		text-decoration: none;
	}
	.corners-round {
		border-radius: 2%;
	}