* {
    box-sizing: border-box;
  }

  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  [class*="col-"] {
    float: left;
    padding: 15px;
 
  }

  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

  html {
    font-family: "Lucida Sans", sans-serif;
  }
  
  .header {
    background-color: green;
    color: #ffffff;
    padding: 15px;
  }


  html, body {

    font-size: 14px;
    font-weight: normal;
	background-color: goldenrod;
}

a.active, .nav a:hover {
    background-color: white;
    color: black;
    width: 100%;

}

.a {
    width: 95%;
}
.b {
    width: 85%;
}
.c {
    width: 80%;
}
.d {
    width: 85%;
}
.e {
    width: 90%;
}

.nav {

    width: 150px;
    height: auto;
    margin-bottom: 7px;
    padding: 8px;
	z-index:999;
}
.nav a {
    text-decoration: none;
    font-size: 15px;
    font-family: verdana;
    font-weight: bold;
    height: 165px;
    margin: 5px 0;
    background-color: black;
    color: white;
    line-height: 90px;
    text-align: center;
    transition: 285ms;
	z-index:999;

} 

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

nav li {
    padding: 8px;
    margin-bottom: 7px;

}

.nav img {
	height: 25px;
	width: 25px;
	z-index:999;
}

.seperator {
    width: 40px;
    height: 800px;
    background-color: green;
	z-index:998;
	box-shadow: 0px 0px 3px #111;
}

footer {
	position: fixed;
	color: black;
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: green;
}

footer p {
	text-align: center;
}

footer a:link {
	color: yellow;
	background-color: transparent;
	text-decoration: none;
}

footer a:hover {
	color: white;
	background-color: transparent;
	text-decoration: underline;
  }

.content {
    width: 70em;
	margin: auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 3px #111;

	overflow-x: hidden;
	overflow-y: auto;
	height: 800px;
	justify-content: center;
    background-color: darkred;
	left: 800px;
	padding-left: 200px;	
    z-index: 922;
}
.profile-img {
    display:block;
    border:green solid 15px;
    border-radius:5px;
    width:200px;
    height:200px;
    margin: -100px 0 10px 20px;
    z-index: 999;	
	top: 20em;
	left: 5px;
    position: sticky;
}

.profile-img img {
    max-width:100%;
    z-index:999;
}