/*
  Charles Duso

*/

html {
    overflow-y: scroll; 
}

body {
  background-color: white;
}

td {
  display: block;
}

a {
  text-decoration: inherit;
  color: black;
}

a:hover {
  font-weight:bold;
}

#jumbotron {
  width: 10%;
  min-width: 100px;
  z-index: 2;
  display: block;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  margin: 0 auto;
  padding-bottom: 20%;
}

.tab-panels {
    background-color: #2c5897;
    list-style: none;
    padding: 0px;
    text-align: center;
}

/* Only want navigation list items to be treated like links */
.tab-panels > ul li {
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    color: white;
    cursor: pointer; /* use a pointer cursor to make it appear like a link */
}

/* when the mouse hovers over a navigation tab we change the text color to
   white */
.tab-panels > ul li:hover {
    color: black;
}


/* when the list item is selected change the tab background to white so it
   matches the navigation page */
.tab-panels > ul li.active {
    background-color: white;
    color: black;
    text-decoration: underline;
}

.tab-panels .panel {
    display: none;
    margin-top: -20px;
    padding-top: 10px;
    background: white;
}

.tab-panels .panel.active {
    display: block;
    background-color: white;
}

.tabs li {
  display: inline-block;
}

.tab ul {
  white-space: nowrap;
}

.mainContent {
  width: 95%;
  font-family: sans-serif;
  text-align: left;
  padding-left: 5px;
}

#title {
  color: black;
  font-family: sans-serif;
  text-align: center;
  position: relative;
}

.header-1 {
  color: black;
  text-align: center;
  border-bottom: 2px solid lightgrey;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-2 {
  color: #2c5897;
}

.profile {
    width: 250px;
}

.bio {
    text-align: justify;
    text-justify: inter-word;
    padding-bottom: 5px;
    text-align: left;
}

.activity {
    width: 90%;
    margin-top: 10px;
    border-bottom: 2px solid grey;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 2px;
}

.activity h3 {
  color: #2c5897;
}

.activity h4 {
  color: grey;
}

.block {
  width: 60%;
  margin: 0 auto;
}

.list ul {  
    margin: 0.75em 0;  
    padding: 0 1em;  
}

.list li {
  list-style: none;
}

.list li:before {   
    content: "";  
    border-color: transparent #008eef;  
    border-style: solid;  
    border-width: 0.35em 0 0.35em 0.45em;  
    display: block;  
    height: 0;  
    width: 0;  
    left: -1em;  
    top: 0.9em;  
    position: relative;  
}
