/* Loaded style.css */
@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Roboto&display=swap');

.light-gray-text {
    color: #adb5bd;
}
.primary-text {
    color: #8BE0D7;
}
a.custom-link {
    text-decoration: none;
    color:#8BE0D7;
    opacity: 0.5;
}

html {
    height: 100%;
}

body {
    font-family: 'Oswald', sans-serif !important;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* #networkoptions::-webkit-scrollbar {
    display: none;
} */
#networkoptions {
    background-color: white;
}

nav {
    z-index: 1000;
}

.floating-menu {
    position: fixed;
    top: 100px;
    right: 100px;
    width: 30%;
    height: 60%;
    /* background-color: red; */
    z-index: 900;
    overflow-y: scroll;
    overflow-x: visible;
}

.slide_general {
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 100px;
    left: 100px;
    width: 80%;
    height: 75%;
    /* background-color: red; */
    z-index: 900;
    /* overflow-y: scroll; */
    overflow-x: visible;
}
.slide1 {
    background-image: url("../images/AEA Diagram.png");
}
.slide2 {
    background-image: url("../images/Public API.png");
}
.slide3 {
    background-image: url("../images/External Service API.png");
}

.dropdown:hover>.dropdown-menu {
    display: block;
}