
#sidebar{
  #border-right: 1px solid lightgrey;
  margin-top: 2em;
}

.brand{
  padding: 0;
  margin: 0;
}
.site_title{

}

.bio{
    margin-left: auto;
    margin-right:auto;
    width:50%;
}

.social-media a{
  text-decoration: none;
  border: none;
  margin-right: 0.5em;
}

.container-fluid{

}
.cv-title{
  border-bottom:2px solid red;
  color: red;
  margin-left: -15px;
  margin-bottom: 0.5em;
}
.cv-section{
  margin: 0.5em auto 0.5em auto;
  /*width: 50%;*/
}
.footer{
  border-top: 1px solid silver;
}
a{
  color: black;
  text-decoration: none;
  #border-bottom: 1px dotted silver;
  font-size: 1.2em;
}
.category-title{
  border-bottom: 1px solid silver;
}

body{

}

.content{
  margin-top: 2em;
}
.nav-white a{
#  color: white;
#  border-bottom: 0.1em solid grey;
}

.nav-white a:hover{
#  border-left: 1em groove green;
}
