@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("fonts/ms_sans_serif.woff") format("woff");
  src: url("fonts/ms_sans_serif.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("fonts/ms_sans_serif_bold.woff") format("woff");
  src: url("fonts/ms_sans_serif_bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

* {
	font-size: 22px;
	margin:0;
	padding:0;
	user-select:none;
	font-family: "Pixelated MS Sans Serif";
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: white;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	background: green;
	float: left;
	width: 100%;
	background-color: #007d7f;	
}

.aesthetic-windows-95-modal-title-bar {
	height:1%;
}

.aesthetic-windows-95-modal-title-bar-text {
	font-weight: 100;
	font-size: small;
}

.aesthetic-windows-95-modal {
	padding-top: 1px;
}

.aesthetic-windows-95-modal-shortcuts {
    font-size: 70%;
    margin-top: 0.5%;
    display: inline;
    padding-right: 0.8%;
    color: #3a3f3d;
}

.footer {
	background-color: #c3c0c3;
	position: fixed;
    	bottom: 0;
	width: 100%;
	left: 0;
	height: 4%;
	display: flex;
	border-top: solid 2px #fbfbfb;
}

.navbar_btn {
        width: auto;
	display: inline-block;
	position: relative;
	left: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
}

.navbar_btn_img {
	height: 100%;
	float: left;
}

.navbar_btn_img_hover {
	height: 100%;
	float: left;
}

.navbar {
	display: inline-block;
	width: inherit;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-left: dashed 1px #8a8a8a;
	border-right: dashed 1px #8a8a8a;
}

.navbar_time {
	background-color: #ADADAD;
	border-top: solid 2px #8a8a8a;
	border-left: solid 2px #8a8a8a;
	border-right: dashed 1px #8a8a8a;
	border-bottom: dashed 1px #8a8a8a;
	display: inherit;
	//width: calc(100% - 60%);;
	position: relative;
	right: 0;
	bottom: 0;
	top: 0;
	height: 70%;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 1%;
	margin-right: 1%;
}

.navbar_time_time {
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	margin-left: auto;
	margin-right: 5%;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 60%;
	display: block;
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 20px;
}

.navbar_time_icons {
	float: left;
	margin-top:auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
	position: relative;
	display: inline-grid;
	height: 90%;
	padding-left: 3%;
	padding-right: 1%;
}

.navbar_time_icons > img {
	height: inherit;
	padding-right: 5px;
	margin: 2px;
	display: block;
}

.desktop_icons {
        float: left;
	width: auto;
	margin-top: 30px;
	text-align: center;
	margin-left: 2%;
}

.inactive_icon, .active_icon {
	padding-bottom: 25%;
}

.inactive_icon > a, .active_icon > a {
	border: transparent 1px dotted;
}

.desktop_icons > div > img {
	height: 5%;
        padding: 1px;
	margin-left: auto;
	margin-right:auto;
	display:block;
}

.desktop_icons > div > a {
	color: white;
	display: block;
	font-size:12px;
	text-decoration: none;
	margin-top: 5%;
}

.active_icon {
	cursor: pointer;
}

.active_icon:hover > a {
        background-color: #03017e;
        background-clip: content-box;
	border: dotted 1px white;
	box-sizing: content-box;
}

.active_icon:hover > img {
	-webkit-filter: sepia(1);
	filter: sepia(1);
	-webkit-filter: saturate(0.4);
	filter: saturate(0.4);
}


.active_icon:active > a {
        background-color: #03017e;
        background-clip: content-box;
	border: dotted 1px white;
	box-sizing: content-box;
}

.active_icon:active > img {
	-webkit-filter: sepia(1);
	filter: sepia(1);
	-webkit-filter: saturate(0.4);
	filter: saturate(0.4);
}


#popup {
	width: 85%;
	height: 80%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	display:none;
	overflow: hidden;
}

#popup_title {
	font-size: 80%;
	position: relative;
	top:0;
	bottom:0;
	margin-top: auto;
	margin-bottom: auto;
	display: contents;
	font-weight: bold;
}

#popup_content_text {
	margin-top: 2%;
	margin-bottom: 1%;
	position: relative;
	width: 100%; 
	left: 0; right: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	display: block;
}

#popup_content_frame {
	position: relative;
	height: 85%;
	width: 100%;
	top: 0; bottom: 0; left: 0 ; right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
	display: block;
	border-top: black 2px solid;
    border-left: black 2px solid;
    border-bottom: grey 1px solid;
    border-right: grey 1px solid;
}

.content_iframe {
	width: 95%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}

.start_menu {
	height: 40%;
	bottom: 4%;
	position: fixed;
	background-color: #c3c0c3;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px white solid;
	border-top: 2px white solid;
	width: 250px;
	display: none;
}

.start_menu_decoration {
	width: auto;;
	position: relative;
	float: left;
	display: block;
	padding-right: 10%;
	z-index: 1;
}

.decoration {
	height: 100%;
	width: auto;
}

.start_menu_items {
	width: 100%;
	margin-top: 5%;
	position: relative;
	height: 80%;
}

.start_menu_items > ul, .start_menu_items_bottom > ul {
	list-style: none;
}

.start_menu_items > ul > li, .start_menu_items_bottom > ul > li {
	padding-top: 5%;
	padding-bottom: 5%;
	font-size: 14px;
}

.start_menu_items > ul > li:hover, .start_menu_items_bottom > ul > li:hover {
	background-color: #00065e;
	color: white;
}

.start_menu_items_bottom {
	background-color: red;
}

.bottom_items {
	//background-color:white;
	height: inherit;
}

.player_div {
	float: right;
	margin-right: 15%;
	margin-top: 5%;
	width: 20%;
}

.gif1 {
	border: 1px solid white;
	width: 50%;
	height: auto;
	display: block;
	margin-bottom: 2%;
}

.gif2 {
        border: 1px solid white;
        width: 35%;
        height: auto;
}

.gif3 {
        border: 1px solid white;
        width: inherit;
        height: auto;
}

.fake_cortana {
	position: relative;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 15px;
	margin-left: 15px;
	height: 80%;
	width: calc(100px + 10%);
	display: inherit;
	padding-right: 15px;
}

.aesthetic-windows-95-text-input{
	box-sizing: border-box;
	padding-left: 5%;
	font-size: 80%;
}

.aesthetic-windows-95-text-input input::placeholder {
	padding: 5%;
}

.search_btn {
	height: auto;
	width: auto;
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	bottom: 0;
	top: 0;
	margin-top: auto;
	margin-bottom: auto;
	background:url('../img/search.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        border-left: 2px white solid;
        border-top: 2px white solid;

}

.form_search {
	display: inherit;
}

.blink::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.blink:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.blink::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.media_library {
  background-color: #f1f3f6;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}

.album {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 140px;
  border: 1px dashed #8f9e9f; 
  padding: 10px;
  margin: 15px;
  margin-right:auto;
  background-color: #ffffff;
}

.album:hover {
  background-color: #03017e;
}

.album:hover > p {
  background-color: #03017e;
  background-clip: content-box;
  color: white;
}

.album:hover > img {
  -webkit-filter: sepia(1);
  filter: sepia(1);
  -webkit-filter: saturate(0.4);
  filter: saturate(0.4);
}

.album:active {
  background-color: #03017e;
}

.album:active > p {
  background-color: #03017e;
  background-clip: content-box;
  color: white;
}

.album:active > img {
  -webkit-filter: sepia(1);
  filter: sepia(1);
  -webkit-filter: saturate(0.4);
  filter: saturate(0.4);
}

.album_name {
  display: block;
  text-align: center;
  font-size: 50%;
  padding: 5px;
  font-weight: 600;
}

.play_btn {
  width: inherit;
  height: auto;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
