html, body {
    margin:0;
    padding:0;
    height:100%;
    font-family: Optima;
    font-size: 18px;
}

h1{
    position: relative;
    width: 100%;
    font-size: 1.9rem;
    text-align: center;
}

h2 {
    font-size: 1.5rem;
    text-align: center;
}

h3{
    position: relative;
}

p {
    position: relative;
    line-height: 1.6rem;
}

i{
    position: relative;
    background-color: lightgray;
    padding: 0.2rem;
    left: 2rem;
    line-height: 1.5rem;
}

a {
    color: #024750;
    text-decoration: none;
}

li {
    padding: 0.2rem;
}

#container {
   min-height:100%;
   position:relative;
}
#header {
   background:#ff0;
   padding:10px;
}

#footer {
   position:relative;
   top:30vh;
   width:100%;
   height:10rem;   
   background: white;
}

#index {
    display: inline-flex;
    flex-wrap: wrap;
    position: absolute;
    width: 80%;
    margin: 6% 10%;
    }

#final {
    display: inline-block;
    position: absolute;
    height: 80%;
    width: 60%;
    margin: 10% 10%;
}

#final > p {
    display: inline-block;
    position: relative;
    left: 30%;
    top:-15%;
}

#final > h2 {
    display: inline-block;
    position:relative;
}

#final > h3 {
    display: block;
    position: relative;
    left: 30%;
    top:-15%;
}

.sketches {
    display: inline-block;
    width: 600px;
    position: relative;
    margin: auto;
    left:30%;
    top:-15%;
}


#about{
    display: inline-block;
    position: relative;
    margin: 7% 10%;
    width: 60%;
    height: 100%;
    left:1px;
}

#about > h2 {
    display: inline-block;
    position: absolute;
}

#about > p {
    display: block;
    position:relative;
    left: 30%;
}

#about > img {
    display: block;
    position:relative;
    left:55%;
}

.assignment-content {
    display: inline-block;
    position: absolute;
    margin: 7% 5%;
    }

.index-page-text{
    width: 100%;
    text-align: center;
}


.nav-bar {
    position: fixed;
    top:0%;
    right: 0%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 2%;
    height: 10%;
    width: 102%;
    color: white;
    background-color: #024750;
    letter-spacing: 0.1rem;
    border: 2px double #024750;
    z-index: 3;
}
#nav-line{
    width: 102%;
    position: fixed;
    top:0%;
    right: 0%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 2%;
    height: 11%;
    width: 102%;
    color: white;
    background-color: rgb(255, 255, 255);
    letter-spacing: 0.1rem;
    border: 2px solid teal;
    z-index: 2;
}

#index-button {
    color: white;
    display: inline-block;
    position: absolute;
    left:9%;
    margin: 1%;
    font-family: Optima;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.nav-button {
    color: white;
    position: relative;
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 1rem;
    right: 6%;
    
}

.nav-button:hover {
    background-color: #009090;
    transition: 0.5s;
    border-radius: 10%;
}

#img-frontpage{
    display: block;
    width:100%;
    margin: auto;
}

#img-about{
    position: relative;
    left: 0%;
    width: 300px;
    width: 200px;
    border: solid 2px #024750;
    float: left;
    margin: 1rem;
}


.assignment-list {
    position: absolute;
    width: 20%;
    height: 100%;
    margin-top:2%;
}

.assignment {
    display: block;
    margin: 1%;
    padding-bottom: 0.5rem;
}

.assignment1 {
    display: block;
    color: teal;
    margin: 1%;
    margin-top: 1rem;
    position: sticky;
}

.assignment0 {
    display: block;
    color: gray;
    margin: 1%;
}

.table-of-contents{
    position: relative;
    color: teal;
    border-left: 2px solid teal;
    margin-left: 5%;
}

.this-week{
    position: relative;
    padding: 2%;
    margin-bottom: 4%;
    left: -2%;
    background-color: white;
}

.table-of-contents > p {
    position: relative;
    color: teal;
    left: 5%;
}

.table-of-contents > a {
    position: relative;
    color: teal;
    left: 5%;
}

.assignment-text {
    position: relative;
    display: inline-block;
    left: 15%;
    width: 70%;
}

.assignment-img {
    display: inline-block;
    width: 600px;
    position:relative;
    left: 5%;
    margin: 1rem 0rem;
}

.assignment-video {
    display: inline-block;
    width: 600px;
    position:relative;
    left: 5%;
    margin: 1rem 0rem;
}

.assignments-info {
    position: relative;
    left: 20%;
} 

.assignments-all{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.assignment-overview{
    display: inline-block;
    position: relative;
    left: 20%;
    width: 200px;
    height: 200px;
    border-style: solid;
    border-color: lightgray;
    border-radius: 4%;
    margin: 2%;
}

.assignment-overview-info {
/*     visibility: hidden;
 */    z-index: 1;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    object-fit: fill; 
    left: -3%;
    top: -3%;
    width: 205px;
    height: 205px;
    margin: 2%;
    text-align: center;
    color: rgba(0,0,0,0);
    border-radius: 4%;
}

.not-quite{
    position: relative;
    left:20%;
}

.assignment-overview-info:hover {
    visibility: visible;
    z-index: 1;
    background-color: white;
    border-style: solid;
    border-color: #024750;
    border-radius: 4%;
    color: #024750;
    width: 199px;
    height: 199px;

    opacity: 70%;
}


.assignment-overview0{
    display: flex;
    position: relative;
    left: 20%;
    width: 200px;
    height: 200px;
    border-style: dotted;
    border-color: lightgray;
    margin: 2%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.assignment-overview0 > p {
    color:lightgray;
    margin-left: -40%;
}

.overview-img{
    width: 200px;
    height: 200px;
    object-fit: fill; 
    z-index: 1;
}


#about-img{
    position: absolute;
    display: block;
    left: 27%;
    width: 70%;
    margin-top: 1.0%;
}

#uc{
    display: flex;
    align-items: center;
    position: relative;
    left: 5%; 
    width: 50%;
}

#uc-img{
    display: block;
    position: relative; 
    left: 19%;
 }



.footer{ 
      min-height: 50px;
/* 
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center; */
}