.container {
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue";
    top: 0;
    left: 0; 
}
.bg-first {
    background-color: #1d1d23;
    color:azure;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.5) 1%,rgba(0,0,0,0.4) 1%),url(earth.jpeg);
    background-size: cover;
    background-position: center;
    position: relative;
    top: 100px;
    left:0;
    right:0;
}
/*#062f0d is dark green*/
.bg-second {
    background-color: #062f0d;
    color:azure;
    width: 100%;
    height: 105vh;
    vertical-align: middle;
    /* background-image: linear-gradient(rgba(0,0,0,1) 2%,rgba(0,0,0,0) 1%),url(bg2.jpeg); */
    background-size: cover;
    background-position: center;
    position: relative;
}
/*150b23 is purple*/
.bg-third {
    background-color: #150b23;
    color:azure;
    width: 100%;
    height: 100vh;
    vertical-align: middle;
}
.bg-fourth {
    background-color: #1d1d23;
    color:azure;
    width: 100%;
    height: 100vh;
    vertical-align: middle;

}
#first {
    padding-top: 10%;
    font-size: 150%;
}
.text {
    padding-top: 5%;
    font-size: 125%;
    padding-left: 7%;
    padding-right: 7%;
}
.h1-height {
    font-size:500%;
}
header {
    box-sizing: border-box;
    padding: 30px 10%;
    margin: 0px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    right: 0;
}
li, a, button {
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue";
}
.navbar {
    background-color: rgb(19, 18, 18);
    text-decoration: none;
}
.nav-links {
    list-style: none;
    text-decoration: none;
    font-size: 16px;
}
.nav-links li {
    display: inline-block;
    padding: 0 20px;
    text-decoration: none;
    font-weight: bold;
}
/*#D37049 is orange*/
.nav-links li a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #04e666a8;
}
.nav-links li a:hover {
    font-weight: bolder;
}
button {
    padding: 9px 25px;
    color:aliceblue;
    background-color: #04e666a8;
    border-radius: 10px;
    border: 2px solid;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    border-color: #04e666a8;
    font-weight: bolder;
}
button:hover { 
    transition: 1s ease 0s;
    background: rgb(63, 61, 61);
}
header.sticky {
    padding: 5px 10%;
    transition: all 0.3s ease 0s;;
}
.text ul li {
    font-size: 25px;
    
}
.text ul {
    line-height: 42px;
}
.og-button {
    background: url(equal.png) no-repeat 0 0 !important;
    border: none !important;
    cursor: pointer;
    height: auto;
    width: 91px;
}
label.logo {
    color: #D37049;
    line-height: 50px;
    font-size: 30px;
    padding: 0 8%px;
    font-weight: bolder;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.emphasis {
    color: #D37049;
}
ol li {
    line-height: 46px;
    font-size: 28px;
    letter-spacing: 150%;
}
.ol-list {
    font-weight: bold;
    font-style: italic;
}
input {
    border: 2px solid #4d4d53;
    border-radius: 5px;
    height: 48px;
    font-size: 32px;
    background-color: #8b8b95;
}
