.nav-menu {
  position: fixed;
  /*border: solid 2px #000;*/
  /*top: 50vh;
  right: 0px;*/
  width: 237px;
  height: 270px;
  z-index: 99;
}

/*#nav-menu-stage {
  position: fixed;
}*/

.jumbotron {
  background: url('jumbotron.jpg') center center;
  height: 55vh;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px;
  text-align: center;
  overflow: auto;
  overflow-x:hidden;
}

.jumbotron .container {
  position: relative;
  vertical-align: center;
  font-family: 'Inconsolata', sans-serif;
  top: 8vh;
}

.jumbotron h1 {
  color: #f3f3f3;
  font-size: 7.25vh;
  font-weight: bold;
  margin: 0px;
}

.jumbotron h2 {
  color: #f3f3f3;
  font-size: 5.25vh;
  margin-top: 0;
  margin-bottom: 2vh;
}

.jumbotron a {
  color: #f3f3f3;
  font-size: 2.25vh;
  text-align: center;
}

.jumbotron p {
  margin-top: 2.25vh;
  color: #e5e5e5;
}

.jumbotron li{
  display: inline;
}

.jumbotron .btn{
  padding: 5px 5px;
}

/*Custom states for btn elements*/
.jumbotron .btn:active{
  box-shadow: none;
}

.jumbotron .btn:visited{
  color: #fff;
}

.jumbotron .btn:hover{
  color: #333;
}

.content {
  font-family: 'Inconsolata', sans-serif;
  /*background-color: #f7f7f7;*/
  color: #e2e8f0;
}

.content p{
  font-size: 1.5rem;
}

.content p.nocap{
  font-size: 1.25rem;
  text-transform: lowercase;
}

.content a{
  color: #0ea5e9;
  text-decoration: none !important;
}

.profile-left {
  padding-left: 20px;
}
.profile-right {
  padding-right: 20px;
}

.profile-pic {
  /*margin: 5px;*/
  padding-top: 5%;
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
}

.profile-pic p{
  font-size: 12px;
}

.section-even{
  background-color: #0f1b2d;
  background-size: cover;
}

.section-odd{
  background-color: #162236;
  background-size: cover;
}

.section-title{
  text-align: center;
  border-bottom: 1px #2a4a6b solid;
  color: #0ea5e9;
}

/*.section-title p,
.section-title h1{
  display: inline;
}*/

/*.section-title p{
  margin-top: 10px;
}*/

.section-title span{
  text-align: center;
  font-size: 24px;
}

.section-title .menu-icon-placeholder{
  opacity: 0;
}

.profile-subtitle{
  text-align: center;
  color: #0ea5e9;
}

.stage{
  pointer-events: all;
}

.summary-graphic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  pointer-events: all;
}

.subsection-title{
  text-align: left;
  border-bottom: 1px #2a4a6b solid;
  color: #0ea5e9;
  /*margin-left: 15px;*/
}

.subsubsection-title{
  text-align: left;
  text-transform: uppercase;
}

.subsubsection-subtitle{
  text-align: left;
  font-weight: bold;
}

.github-icon{
  width: 14px;
  height: 14px;
  background-image: url('icons8-github.svg');
  float: left;
  margin-right: 7px;
}

.linkedin-icon{
  width: 14px;
  height: 14px;
  background-image: url('icons8-linkedin.svg');
  float: left;
  margin-right: 7px;
}

.mastodon-icon{
  width: 14px;
  height: 14px;
  background-image: url('mastodon-official.svg');
  float: left;
  margin-right: 7px;
}

.matrix-icon{
  width: 14px;
  height: 14px;
  background-image: url('icons8-matrix.svg');
  float: left;
  margin-right: 7px;
}

#download h4{
  text-align: center;
  cursor: pointer;
}

/*#download h4 a{
  color: rgb(51, 51, 51);
}*/
