body{
    /* background:#eef6ec; */
    background:#fff;
    font-family: "Roboto",sans-serif;
    padding:0px;
}

.blurb h2{
    color:#D3A809;
    font-weight: 100;
    font-size: 2.5rem;
}

.blurb p{
    color:#69737F;
    /* color:#49852e; */
    font-weight: 100;
    font-size: 1rem;
    line-height: 1.75;
}

.blurb ul{
    color:#69737F;
    /* color:#49852e; */
    font-weight: 100;
    font-size: 1rem;
    line-height: 1.75;
}

.content{
    margin-top:100px;
    margin-bottom:100px;
}

#mainNavBar{
    font-size: 1.5rem;
    font-weight: 100;
    background-color: white;
    padding-top: 80px;
}

#mainNavBar .nav-link{
    /* color:white; */
    color: #73553E;
}

#mainNavBar .nav-link:hover{
    color:black;
    background-color: #ddd;
}

#mainNavBar .navbar-brand{
    color: #73553E;
    padding-right: 20px;

}

.navbar-brand {
    width:50px;
    font-size: 24px;
  }

  .navbar-brand img {
    height: 50px;
    float: left;
    margin-right: 7px;
  }

#linkedinIcon{
    justify-content: end;
    align-items: center;
}

.contactInfo{
    justify-content: end;
    align-items: center;
}

#topPic{
    padding-top: 50px;
}

#headingGroup span{
    color:#EA1C2C;
}

#headingGroup h1{
    font-weight:100;
    font-size:4rem;
}

.navbar.scrolled{
    background:#D3A809;
    transition:background 200ms;
}

@media (max-width:1200px){
    #headingGroup h1{
        font-weight:100;
        font-size:3rem;
    }
}

ul {
    list-style-type: none;
}

.nav-item .nav-link {
  color:#D3A809;
}

h3{
  text-align: right;
  justify-content: right;
  font-size: 1em;
}

/* Place the navbar at the bottom of the page, and make it stick */
.footer {
    background-color: white;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  
  /* Style the links inside the navigation bar */
  .footer a {
    display: block;
    color: #73553E;
    text-align: center;
    /*padding: 10px 10px;*/
    text-decoration: none;
    font-size: 1.5rem;
    justify-content: center;
  }
  
  /* Change the color of links on hover */
  .footer a:hover {
    background-color: #ddd;
    color: black;
  }

