html,body{
    margin:0;
    padding:0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:20px;
    text-align: center;
    color:rgb(255, 255, 255);
    background:rgb(43, 42, 42);
}
img{
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

footer {
    clear:both;
    padding:2px;
    text-align:center;
    font-size: small;
    background-color:rgb(29, 28, 28);
    color:rgb(255, 255, 255);
    margin-top: auto;
    bottom: 1px;
    position: absolute;
    width: 100%;
    height:46px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
}
a{
    color:rgb(147, 150, 150);
    text-decoration:none;
}

a:hover{
    color:rgb(99, 102, 102);
}

p.title{
    color:rgb(255, 255, 255);
    font-size:60px;
    font-weight:bold;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;

}
.content-container{
    float:left;
    align-items: center;
    width: 88%;
    height: 100%;
    flex:auto;
    top: 0;
    margin-bottom:46px; /* Height of the footer */
}
.nav-container{
    float:right;
    width: 12%;
    height: 100%; 
    text-align: center;
    position: fixed;
    right: 0;
    /* border-left:rgb(29, 28, 28) solid; */
    margin-bottom:46px; /* Height of footer */
    box-shadow: 15px 0 15px -15px inset rgb(29, 28, 28);
}
img#portrait{
    margin-left:auto;
    margin-right:auto;
    display:block;
    max-width: 20%;
    max-height: 20%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}
p.body-text{
    text-align: center;
    font-size: 16px;
    height:30%
}
.text-container{
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
li.navbar-item{
    margin-top:20%;
    margin-bottom:20%;
    font-size: 20px;
    font-weight: bold;
}
ul.my-nav{
    list-style-type:none;
    margin-right:20px;
    overflow:hidden;

}
p.footer-text{
    font-size: 12px;
    text-align: center;
    margin-bottom: auto;
}
