html {
    position: relative;
    min-height: 100%;
    background-color: black;
}

@media (min-width: 400px) {
    html {
        font-size: 12pt;
    }
}


@media (min-width: 768px) {
  html {
    font-size: 16pt;
  }
}

.navbar {
    position: absolute;
    top: 0px;
    width:100%;
    display:block;
}

.home-icon-link {
    left: 20px;
}
.requests-icon-link {
    right: 200px;
}
.search-icon-link {
    right: 140px;
}
.login-icon-link {
    right: 80px;
    font-size: 32px !important;
    margin-top:-3px;
}
.user-icon-link {
    right: 84px;
}
.network-icon-link {
    right: 20px;
}



.login-icon-link, .user-icon-link, .home-icon-link, .network-icon-link, .search-icon-link, .requests-icon-link {
    color: white;
    text-decoration: none;
    font-size: 28px;
    position: absolute;
}

    .login-icon-link:hover, .user-icon-link:hover, .home-icon-link:hover, .search-icon-link:hover, .requests-icon-link:hover {
        color: yellow;
    }

.network-icon-link:hover {
    color: white;
}

a.navbar-brand {
    color: white !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


.center-text {
    text-align: center;
    vertical-align: middle;
    padding: 8px 0;
}




button.inOutButtons {
    width: 160px;
    height: 120px;
}
button.inButton {
    background-color: green;
    color: white;
}

button.outButton {
    background-color: red;
    color: white;
}

div.clock {
    font-size: 96px;
    font-weight: bold;
    margin-bottom: 20px;
    color:white;
}

input.badgeid {
    text-align: center;
    background-color:aquamarine;
    color:black;
    border-radius:10px;
    border:1px solid white;
        
    
}   