body {
    background-color: #004E98;
}

#taskbar {
    height: 40px;
    width: 100%;
    position: fixed; 
    bottom:0%;
    left:0%;
    background-color: #1C2C3B;
    display: flex;
    
}

#searchbar{
    background-color: #F2F2F2;
    width: 344px;
    display: flex;
    border-width: 1px;
    border-color: #c2c2c2;
    align-content: center;
}

.button{
    background-color: #1C2C3B;
    width:48px;
    height:40px;
    transition: .2s;
}

.button:hover{
    background-color: #4a4a4a;
    transition: .1s;
}

#logo{
    position: relative; 
    top:8px;
    left:12px;
    width: 24px;
}

#windowslogo{
    padding-left:16px;
    padding-right:16px;
    padding-top:12px;
    padding-bottom:12px;
    width: 16px;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(205deg) brightness(1000%) contrast(101%);
    transition: .2s;
}

#windowslogo:hover{
    filter: invert(49%) sepia(72%) saturate(2002%) hue-rotate(163deg) brightness(98%) contrast(102%);
    transition: .1s;
}

#searchicon{
    width:16px;
    padding-left: 12px;
    padding-right: 12px;
    color: #2B2B2B;
}

#taskviewicon{
    position: relative; 
    top:12px;
    left:16px;
    width: 16px;
}

p#searchtext{
    font-family: "Open Sans", sans-serif;
    position: relative;
    bottom:0.4em;
}

#bginfo{
    position: fixed;
    right: 128px;
    bottom: 72px;
}

#bginfo p {
    font-family: "Open Sans";
    font-size: 14px;
    color:white;
    line-height: 6px;
    font-weight: 700;
}

#flex-spacer{
    flex: 1;
}

#clock-container{
    display: flex;
    flex-flow: column;
    margin-top: 6px;
    margin-right: 11px;
    margin-left: 8px;
}

#clock-container p{
    text-align: center;
    font-family: "Open Sans";
    font-size: 10px;
    color: white;
    margin-bottom: 2px;
    margin-top: 0px;
}



#tray-icon{
    position: relative; 
    top:12px;
    left:4px;
    width: 16px;
}

.tray-icon-container{
    background-color: #1C2C3B;
    width: 24px;
    height:40px;
    transition: .2s;
}

.tray-icon-container:hover{
    background-color: #4a4a4a;
    transition: .1s;
}

.divider{
    background-color: #778089;
    width: 1px;
}

#mainwindow{
    position: fixed;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    background-color: white;
    width: 70%;
    height: 70%;
    border-style: solid;
    border-color: #19344dff;
    border-width: 1px;
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.5);
}

#window-title-bar{
    height: 30px;
    display:flex;
    flex-shrink: 0;
}

#window-navigation{
    background-color: #f0f0f0ff;
    width:100%;
    height: calc(100% - 30px);
    display: flex;
    flex-flow: column;
    margin-top: 0px;
    padding-top: 30px;
}

.window-navigation-icon{
    padding-left: 18px;
    padding-right: 18px;
    width:10px;
    transition: .2s;
}

.window-nav-button-container{
    width:46px;
    background-color: white;
    transition: .2s;
    display:flex;
    height:30px;
}

.window-nav-button-container:hover{
    background-color: #e4e4e5;
    transition: .2s;
}


#close-button-container{
    width:46px;
    display:flex;
    background-color: white;
    transition: .2s;
}

#close-button-container:hover{
    background-color: #fc010b;
    transition: .1s;
}


#close.window-navigation-icon{
    width:10px;
    transition: .2s;
}

#close.window-navigation-icon:hover{
    transition: .1s;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(205deg) brightness(1000%) contrast(101%);
}

#window-nav-logo{
    position: relative;
    left: 8px;
    width: 16px;
}

a#window-nav-title{
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    left: 16px; 
    position:relative;
    top:6px;
}


p.maintext{
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: xx-large;
    margin: 5px;
}

.countdown-text{
    font-family: "Comic Sans MS";
}

p.bginfo{
    margin: 0px;
    margin-top: 8px;
}

td.bginfo{
    max-width: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#currentdaydisplay{
    color: rgb(2,0,36);
    background: linear-gradient(34deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 27%, rgba(0,212,255,1) 67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}