@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200);
@font-face {
  font-family: SegoeUI;
  src: url(../fonts/segoeuisl.ttf);
}
body {
  background: url("https://bing.biturl.top/?resolution=1920&format=image&index=0&mkt=en-CA") !important;
}
html, body, .sidenavlist, p, div, input, big, marquee, h1, h2, h3, h4 {
  font-family: SegoeUI;
  color: white;
}
.white {
  color: white;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: transparent;
}
::-webkit-scrollbar
{
	width: 6px;
    height: 6px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

button {
    display: inline-block;
    position: absolute;
    border: 2px solid #000;
    border-radius: 5px;
    margin: -2px 0 0 10px;
    font-size: 15px;
    /* padding: 1px 4px; */
    background: #CCC;
    font-weight: bold;
    cursor: pointer;
    height: 30px;
    bottom: 0;
    left: 48%;
    right: 48%;
}
.websitetitle {
  margin: 1px 7px;
  color: white;
}
body {
    overflow:hidden;  
}

#time, #bottomsidebar {
  position: absolute;
  bottom: 2px;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 26px;
}


/* The sidebar menu */
.sidenav {
  top: 8px;
  left: 5px;
  bottom: 3px;
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
  background: rgb(0 0 0 / 60%);
  border: 2px solid rgba(0,0,0,0.200);
  backdrop-filter: blur(8px);
  border-radius: 8px;
}

/* The navigation menu links */
.sidenavlist a {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  transition: 0.1s;
  border-radius: 5px;
  display: block;
  padding: 3px;
  margin: 3px;
  text-decoration: none;
  min-width: 154px;
  cursor: pointer;
  text-align: left;
  color: black;
}
.sidenavlist a:hover {
  -moz-border-radius:5px; 
  -webkit-border-radius:5px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.5);
  transition: 0.1s;
border-radius: 5px;
color: black !important;

}
.sidenavlist {
  background: transparent;
  border: solid 1px transparent;
  margin: 7px 0 7px 0px;
  height: 80%;
  overflow-y: scroll;
  float: left;
  display: block;
  padding: 0;
  list-style: none;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Style page content */
.main {
  margin-left: 185px; /* Same as the width of the sidebar */
  position: fixed;
  padding: 0px 10px;
  top: 8px;
  right: 5px;
  left: 10px;
  bottom: 3px;
  backdrop-filter: blur(8px);
  background: rgba(0,0,0,0.600);
  border-radius: 8px;
  border: 2px solid rgba(0,0,0,0.2);
  overflow-y: scroll;
  overflow-x: hidden;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenavlist a {font-size: 18px;}
}



.appsicons {
  left: 4px;
  /* overflow-y: scroll; */
}
.appsicons a {
  display: inline-table;
  cursor: pointer;
  border: 2px solid rgba(0,0,0,0.2);
  background: rgb(255 255 255 / 50%);
  padding: 2px 8px;
  margin: 2px 0px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.2s;
  color: black;
}

.appsicons a:hover {
  -moz-border-radius:5px; 
  -webkit-border-radius:5px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.75);
  transition: 0.1s;
border-radius: 5px;
}

.appsicons img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: table;
  margin: 0px auto -20px auto;
}

.card {
  position: relative;
  display: inline-grid;
  margin: 5px 3px;
  width: fit-content;
  padding: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: 0;
}
.card h1, .card a {
  color: black !important;
}

#NewsCards {
  display: inline-table;
}
#News {
  position: absolute;
  overflow-y: scroll;
  height: 99%;
}


#avalancheos, #aeroos, #mountainlive, #mountainOS {
  margin: -8px -18px;
}
#startupload {
  display: block;
  left: 0;
  right: 0;
  margin: auto auto;
  top: 0;
  bottom: 0;
  position: absolute;
}
#startupload img {
  display:block;
  margin: 0 auto;
}

#startup {
  position: fixed;
  display: block; 
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
}