/*Global settings*/
*{
    background-color: tan; /* Origonal-lightskyblue*/
}
html{
  min-height: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  
  Overflow-y:scroll; /*add vertical bar option in html*/
  /*height: 100vh;*/
  }
  /*NAV BAR*/

.header-div{
  width: 100vw;
}
.header-icon{
 /* margin-bottom: 50px; TESTING FFOR HEAD*/
  overflow: hidden;
  border-color: #60564a;
  border:solid 1px;
  height: 90px; /* origonal 60px*/
  width: 92px; /* origonal 70px*/
  position:absolute;
  bottom: -22px;
  
}
.nav-bar{
  list-style-type: none;
  margin: 0;
  margin-bottom: 100px;
  padding: 0;
  overflow: hidden;
  background-color: #60564a;
  width: 100%; /*86%*/
  height: 50px;
/*  margin-left: 20%; */
  border:solid 2px;
  border: black;
  display: inline-block;
  width:100vw;
 /* z-index: 102;*/
 z-index: 10;
  
  
  
  position: fixed;
 

}

.nav-bar__item{
  margin-left: 335px; /*GLOBAL*/
  display: inline-block;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.nav-bar__item a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  display: inline-block;
  background-color: #60564a;
  /*z-index: 4;*/
}

.nav-bar__item a:hover {
  background-color: darkgreen;
  z-index: 10;
}
/*^^^^^NAV BAR^^^^^*/
.about-me{
  white-space: wrap;
  width: 400px;
  position: absolute;
  right: 600px;
  z-index: 0;
  top: 200px;
  margin: 0;
  
}
.about-me_heading{
  position: fixed;
  right: 775px;
  margin-top: 170px;
  z-index: 0;

  
}

.paris-image{
 position: absolute;
 right: 160px;
 bottom: 140px;
 border-color: #60564a;
 outline: 2px solid;
 border: solid 2px;
 z-index: 1;
}
.image-background{
  height: 400px;
  width: 300px;
  background-color: #60564a;
  position: absolute;
 right: 80px;
 bottom: 220px;
 /*z-index: 2;*/
 z-index: 0;
}
.header-content{
  position: absolute;
}
.main-article{
  z-index: 0;
}
.second-article{
 z-index: 0; 
}
.graffiti{
  position: relative;
  top: 750px;
  left: 120px;
  z-index: -1;
}