html, body {
    background: #000 repeat fixed center;
    background-size: auto auto;
    font-family: "Segoe UI";
    font-size: 8pt;
    color: #555;/*fgcolor*/
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul, li { list-style-type: none; margin: 0; padding: 0; }
a, a:link, a:visited { color: #555;/*fgcolor*/ text-decoration: none; }
a:hover, a:active { color: #555;/*fgcolor*/ }
b { color: #0F0F0F;}

.bkgImg {
    background-image: url("../media/background.jpg");
    background-size: cover; 
    background-position: center;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 0;
} /*FF35+ adds in filters. Comment this out if you are running an older FF.*/

.con {
    position: relative;
    top: 13%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 4px;
    background-color: rgba(1,1,1,.7);/*bgcolor*/
    border: 1px solid #C3C3C3;/*brcolor*/
    border-right: none;
    border-left: none;
/*    padding: 4px;*/
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
                0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#bseCon {
    transition: opacity 0.4s cubic-bezier(0,0,1,1) 0s !important;
}

#mnuCon {
    text-align: center;
    padding-top: 4px;
}

input[type="text"] { font-family: "Segoe UI"; font-size: 8pt; }

#qry {
    background-color: rgba(20,20,20,.7);
    border: none;
    border-bottom: 1px solid #333333;/*brcolor*/
    color: white;/*fgcolor*/
    font-family: sans-serif; 
    font-size: 30px;
    opacity: 1;
    padding: 8px 0px;
    text-align: center;
    transition: .2s ease;
    width: 100%;
}

.hlpTog {
    position: absolute;
    top: -1px;
    right: 3px;
    width: 20px;
    height: 20px;
    text-align: right;
    opacity: 1;
    color: white;
    transition: .2s ease;
    cursor: pointer;
}
.hlpTog:hover { opacity: .75; }

#mnu {
    list-style-type: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.mnuItm {
    min-width: 60px;
    max-width: 100px;
    padding: 8px 0;
    text-align: center;
    flex-grow: 1;
/*    border-right: 1px solid #333333;/*brcolor*/
    transition: .2s ease;
    z-index: 1;
}
.mnuItm:last-child { border-right: none; }

.mnuItm label {
    padding: 4px 8px;
    transition: .2s ease;
    text-align: left;
    font-size: 15px;
    color: #A5A5A5;/*fgcolor*/
    border-bottom: 2px solid transparent;
}
.mnuItm:hover label { background-color: rgba(20,20,20,.8); border-color: #0080FF !important; color: #FFFFFF !important; }

.subMnuCon {
    width:100px;
    padding-top: 25px;
    padding-bottom: 4px;
    position: absolute;
/*    margin-left: -60px;*/
    opacity: 0;
    visibility: hidden;
    top: 71px;
    transition: .2s ease;
}
.mnuItm:hover .subMnuCon { opacity: 1; visibility: visible; }

.subMnu {
/*    width: 200px !important;*/
    text-align: left;
}

.subMnuItm {
    color: #555555;/*fgcolor*/
    padding: 8px 0px;
    border-bottom: 1px solid #C3C3C3;/*brcolor*/
    text-align: left;
    transition: .2s ease;
}
.subMnuItm:last-child { border: none; }
.subMnuItm:hover { background-color: rgba(0,0,0,0.7); color: #FFFFFF; }

.subMnuItm img {
    height: 16px;
    padding: 0 0 0 4px;
    position: relative;
    top: 3px;
    visibility: hidden;
    width: 16px;
}

#hlpCon {
    opacity: 0;
    overflow: hidden;
    max-height: 0px;
    transition: all 0.4s cubic-bezier(0,0,1,1) 0s !important;
    margin-top: -14px;
}

.pInd {
    margin-top: 0px;
    margin-left: 10px;
}

.weather {
	width: 100%;
	margin-top: 5px;
	border-top: 1px solid #333333;
	text-align: center;
	font-size: 30px;
}

#secCon {
    width:50px;
    height:10px;
    position: fixed;
    top:90%;
    left:0px;
}

.sec {
    background-color: rgba(50,1,1,0.2);
    border: 1px solid transparent;
}

#dv4 {
    position: absolute;
    top: 90%;
    left: 90%;
}
#music {

}
#time {
    position: fixed;
    margin: 0px auto;
    top: 60%;
}
.time {
    background-color: rgba(0,0,0,0.5);
/*    font-family: ;*/
    font-size: 30px;
    color: white;
}
/*
#welcome {
    z-index: -1;
    position: relative;
    background-color: rgba(1,1,1,.7);
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid rgba(1,1,1,.9);
    color: white;
    font-size: 100px
}