body{
 position: relative;
  padding-bottom: 40px;
  background-color: white;
  width: 100%;
  min-height: 100%;
  font-family: menco, sans-serif;
  color: #d8d8d8;
  margin-left: 0px;
  margin-right: 0px;
}

div#title{
  position: relative;
  margin-top: 10%;
  margin-left: 10%;
  margin-right: 50%;
}

h1{
  /*color: #333;*/
  background: -webkit-linear-gradient(#62013d 10%, #f2bd31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*color: linear-gradient (to right, #164452, #f2bd31);*/
  text-shadow: 4px black;
  text-align: left;
  font-family: ff-prater-serif-web, serif;
  font-size: 80px !important;
  font-weight: 700;
  font-style: normal;
  vertical-align: center;
  margin-top: 15%;
  left: 10%;
}

h2{
 color: #333;
 text-align: left;
 font-family: covik-sans, sans-serif;
 font-size: 40px !important;
 font-size: 200%;
 vertical-align: center;
  left: 10%;
}

img {
  width: auto\9; /* ie8 */
  max-width:50%;
  height: auto;
  max-height: 90%;
  float: right;
  position: fixed;
  right: 0%;
  bottom: 0px;
}

div#container {
  position: relative;
  margin-top: 5%;
  right: 50%;
  left: 10%;
  bottom: 10%;
  align-content: left;
  max-width: 40%;
  max-height: 50%;
  font-family: menco, sans-serif;
  /*margin-bottom: 25%;*/
}

p{
  color: #333;
  text-align: left;
  font-size: 150%;
  background-color: rgba(255,255,255,0.5);
  border-radius: 2px;
  overflow: auto;
  padding: 2%;
  padding-left: 0px;
}

.container-fluid {
  height: 76px;
}

/*a{
  color: #d8d8d8;
}*/
.navbar {
	height: 76px;
	background-color: #62013d;
  font-family: menco, sans-serif;
  font-style: normal;
	font-size: x-large;
	color: white;
  width: 100%;
}

.navbar .nav {
 display: flex;
 justify-content: space-between;
 width: 80%;
 margin-left: auto;
 margin-right: auto;
 background-color: #62013d;
 text-align: center;
}

.navbar-nav > li > a {
 display: float;
 justify-content: space-between;
 padding-top: 28px;
 padding-bottom: 28px;
 padding-right: 10px;
 padding-left: 10px;
}

.navbar-brand {
 text-align: center;
 color: #d8d8d8;
 font: ff-prater-serif-web;
 font-size: x-large;
}

#initials {
  color: #f2bd31;
  text-align: center;
  font-family: ff-prater-serif-web, serif;
  font-size: x-large;
  font-weight: 700;
  font-style: normal;
  vertical-align: center;
  margin-left: 25%;
}

.navbar-btn{
  margin-top:20px;
  margin-bottom: auto;
}


.navbar-inverse .navbar-nav > .active{
    color: white;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    font-weight: bold;
      background-color: rgba(255,255,255,0);
}

.navbar-inverse .navbar-nav > a,
.navbar-inverse .navbar-nav > a:hover,
.navbar-inverse .navbar-nav > a:focus {
    color: white;
    background: #430029;
}
