/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}
nav {
	background-color: #3a53a4;
}
pcm_name{
	text-color: #f6e700;
    font-size:larger;
}
.social_icon {
	height:25px;
	width:25px;
}
.bgimg {
    background-image: url("/images/pcmDrawn.png");
	background-color:#D1D1D1;
	padding:2rem 1rem;
	margin-bottom:2rem;
	border-radius:.3rem
}
@media (min-width:576px)
{
.bgimg{
	padding:4rem 2rem;
	}
}

