nav{
    position: fixed;
    background-color: black;
    opacity: 0.9;
    width: 100%;
    height:70px;
    z-index: 2;
    top: 0;
 
    
}

body{
    
    
}
.container{
    background-color:white;
    padding: 5px;
    width: 100%;
    
}

h1.first-header{
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #ffca33;
    margin-top:0;
}

h1{
    
    font-size:30px;
    font-weight: 900;
        
}



body{ margin-top: 125px; }

.gfx{
    width: 100%;
    
}


section{
    min-height: 600px;
}

ul{
  list-style: none;
  text-align:center;
    margin-top: -23px;
}

li{ 
    display: inline-block; 
    font-size:12px; 
    padding:5px;
}


.progress-container {
  width: 100%;
  height: 3px;
  background: black;
    border-radius: 35px;
    margin-top: 68px;
}
.progress-bar {
  height: 3px;
  background:#ffca33;
  width: 0%;
    border-radius: 35px;
}



a {
    text-decoration: none;
    color:white;
   
}

a:hover {
  color: #ffca33;

}


a:hover {
    text-decoration-color:yellow;
}



