html {
    scroll-behavior: smooth;
    font-style: normal;
    font-weight: 100;
    color: #696969;
}

body {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.main-container {
    max-width: 100%;
}

.br_logo {
    position: absolute;
    top: 20;
    left: 20;
    width: 120px;
}

.logo {
    width: 150px;
}

.essay-container {
    padding: 5%;
}

.floating-icons > span {
    display: none;
}

.floating-icons:hover > span{
    display: block;
    color: #080808;
    font-size: 20px;
    z-index: 98;
}

.floating-icons:hover {
    z-index: 98;
}

.flying-container {
    height: 85vh;
    text-align: center;
}

.flying-icons span {
    text-align: center;
}

.flying-icons span > a {
    text-align: center;
}

.essay-image-container, .essay-image-container figcaption {
    text-align: center;
}

.floating-caption {
    font-family: 'Major Mono Display', cursive;
    text-align: center;
}

/* Flying Objects */

div.floating-icons {
    min-width: 150px;
    height: auto;
}

div.fly-a {
    position:fixed;
    left: 0;
    top: 5%;
}
    
div.fly-b {
    position:fixed;
    right: 40%;
    top: 0;
}

div.fly-c {
    position:fixed;
    right: 0;
    top: 60%;
}

div.fly-d {
    position:fixed;
    left: 40%;
    top: 30%;
}

div.fly-e {
    position:fixed;
    left: 40;
    top: 60;
}

div.fly-f {
    position:fixed;
    left: 50%;
    top: 100%;
}

div.fly-g {
    position:fixed;
    left: 40%;
    top: 90%;
}

div.fly-h {
    position:fixed;
    left: 20%;
    top: 40%;
}

div.fly-i {
    position:fixed;
    right: 30%;
    top: 60%;
}

div.fly-j {
    position:fixed;
    left: 15%;
    top: 80%;
}

div.fly-k {
    position:fixed;
    left: 15%;
    top: 80%;
}

div.fly-l {
    position:fixed;
    right: 30%;
    top: 60%;
}

div.fly-m {
    position:fixed;
    left: 15%;
    top: 80%;
}

div.fly-n {
    position:fixed;
    left: 15%;
    top: 80%;
}

div.fly-o {
    position:fixed;
    right: 30%;
    top: 60%;
}

div.fly-p {
    position:fixed;
    left: 15%;
    top: 80%;
}

/* End Flying Objects */

/* Footer Slider */
.footer-container {
    color: #ffffff;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 12%;
    border-top: 0.5px solid #696969;
    transition: all 0.5s;
    z-index: 99;
}

.footer-container.expand {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;    
    transition: all 0.5s;
}

.footer-drawer {
    padding: 10px 0px 10px 0px;
}

.footer-watermark {
    padding: 15px 0px 15px 0px;
    background-color: black;
}


.three-strips rect{
    fill: #696969;
}

.slide-container {
    padding-bottom: 50px;
}

.slider {
    position: fixed;
    width: 100%;
    height: 90%;
    left: 0;    
    top: 100;
    overflow-y: scroll;
    background: #ffffff;
    opacity: 0.95;
    color: rgb(46, 46, 46);
}

.slider ul {
    list-style-type: none;
}
  
.slider.close {
    top: 100%;
    height: 0;
}

.slider-essay {
    overflow: scroll;
}  

.top-buffer {
    margin-top: 10px;
    margin-bottom: 10%;
}
/* End of Footer Slider */