html {
  	scroll-behavior: smooth;
}

header {
	background-image: url('metan.svg');
	background-repeat: no-repeat;
	background-color: rgba(24, 24, 24, 1);
	margin: 0;
	height: 780px;
	z-index: 1;
}

body {
	background-color: rgba(232, 231, 233, 1);
	margin: 0;
}

button {
   	z-index: 1;
    position: relative;
	text-decoration: none;
	background-color: transparent;
	font-family: 'Spectral', serif;
	font-weight: 200;
	font-size: 18px;
	color: white;
	padding: 0px;
	border: none;
	text-align: center;
  	margin: 0px 25px 10px 0px;
  	cursor: pointer;
}


button:focus {
	outline: none;
}


.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.sticky, .background {
	padding-top: 0px;
}

.overlay1, .overlay2, .overlay3,.overlay4,.overlay5,.overlay6,.overlay7 {
	transition-duration: 0.7s;
}     

.overlay1.active,.overlay2.active,.overlay3.active,.overlay4.active,.overlay5.active,.overlay6.active,.overlay7.active {
    position: fixed;
    z-index: -1;
    top:56px;
    bottom:0;
    right: 0;
   	left:0;
   	width: 100%;
   	height: 100%;
   	transition-duration: 0.7s;
}

.overlay1.active{
 	background:rgba(132,112,255,0.6);
}

.overlay2.active {
    background:rgba(16, 87, 167,0.6);
}

.overlay3.active {
    background:rgba(255, 0, 0, 0.5);
}

.overlay4.active {
  	background:rgba(255, 200, 10, 0.5);
}

.overlay5.active {
    background:rgba(0, 0, 0, 0);
}

.overlay6.active {
    background:rgba(0, 177, 83, 0.5);
}

.overlay7.active {
    background:rgba(255, 127, 30, 0.5);
}

#herotext {
	width: 38%;
	margin-left: 51%;
    margin-top: 420px;
	display: inline-block;
}


h1 {
	color: white;
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 40px;
	margin: 4px 2px;
	line-height: 60px;
	z-index: 5;
}

h2 {
	color: white;
	font-family: 'Spectral', serif;
	font-weight: 200;
	font-size: 22px;
	line-height: 30px;
	z-index: 5;
}

h3 {
	color: white;
	font-family: 'Spectral', serif;
	font-weight: 200;
	font-size: 18px;
	line-height: 26px;
	z-index: 5;
}


#feelingbar {
	width: 100%;
	display: inline-block;
	background-color: rgba(24, 24, 24, 1);
}

.bar {
	margin-left: 51%;
	margin-top: 15px;
	margin-bottom: 5px;
	display: inline-block;
}

#background {
	max-width: 1425px;
  	position: relative;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	min-height: 100%;
  	z-index: -5;
  	background-color: #e7e7e7;
  	margin:0 auto;
}

.fearful:focus {
	color: rgba(225, 112, 255, 1);
	transition-duration: 0.7s;
}

.sad:focus {
	color: rgba(16, 155, 257, 1);
	transition-duration: 0.7s;
}

.angry:focus {
	color: rgba(255, 84, 106, 1);
	transition-duration: 0.7s;
}

.surprised:focus {
	color: rgba(255, 217, 80, 1);
	transition-duration: 0.7s;
}

.disgusted:focus {
	color: rgba(0, 252, 95, 1);
	transition-duration: 0.7s;
}

.happy:focus {
	color: rgba(255, 160, 80, 1);
	transition-duration: 0.7s;
}

ul {
	text-align: right;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0;
	margin-right: 6%;
	max-width: 720px;
}

li {
	display: block;
	line-height: 25px;
}

a:hover {
	color: rgba(250, 250, 250, 0.7);
	transition-duration: 0.5s;
}

.flink {
	text-decoration: none;
	color: white;
	font-family: 'Spectral', serif;
	font-weight: 200;
	font-size: 14px;
	line-height: 20px;
	z-index: 5;
}

.footer {
    background-color: rgba(24, 24, 24, 1);
    position: relative;
    z-index: 5;
    display: block;
    margin-top: 10%;
    height: 150px;
}

.footer img {
	margin-top: 20px;
	margin-left: 3%;
    width: 15%;
    height: 15%;
}

.footer_wrapper {
    padding: 30px 40px;
    max-width: 1425px;
    margin: 0 auto;
 }


.footer_links {
    width: 720px;
    float: right;
    margin: 0 auto;
 }




