@font-face {
    font-family: 'GothamMED';
    src: url('Gotham.ttf') format('truetype');
    font-weight: medium;
    font-style: normal;
}

body {
    display: none;
    font-family: 'GothamMED';
    line-height: 1.2;
}

#search{
    left:0;
    right:0;
    bottom:0;
    position: absolute;
    width: 70%;
    height: 4em;    
    margin: 0 4em 2em 4em;
    font-size: 1.5em;
    font-family: 'GothamMED';
    color: transparent;
    text-shadow: 0 0 0 grey;
    border: 0;
    -webkit-appearance: none;
    overflow: hidden;
}

.search-bar-frame{
    z-index: 1;
}

#search:focus{
    border: 0;
    outline: none;
}

.weather-frame {    
    color: #000000;
	position: absolute;
	top:6em;
	left: 6em;
    text-align: left;
    z-index: 10;
}

#weatherMessage {
    font-size: 2.5em;
    padding: 0;
    margin: 0;
    word-spacing: 100vw;
}

#loading {
    font-size: 2.5em;
    padding: 0;
    margin: 0;
}

#loading p{
    padding: 0;
    margin: 0;
}

.hidden{
	display:none;
}

.week-frame{
    top: 6em;
    color: #000000;    
    position: absolute;    
    right: 6em;
    z-index: 10;
    text-align: right;
}

.week-ul{
	list-style-type: none;
    padding: 1em 0 0 0;
    margin: 0;
}

.week-ul li{
    font-size: 1.5em;
}

.week-day__success{
	text-decoration: line-through;
    color: #9c9c9c;
}

#reading-chart{
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

body.darkmode {
    background: #333;
    color: #C1C1C1;
}

.darkmode #search{
    color:#C1C1C1;
    background: #333;
}

.darkmode .weather-frame{
    color: #C1C1C1;
}

.darkmode .time-frame{
    color: #C1C1C1;
}

.darkmode .week-frame{
    color: #C1C1C1;
}

.darkmode .dollar-frame{
    color: #C1C1C1;
}

.darkmode .bitcoin-frame{
    color: #C1C1C1;
}

::-webkit-scrollbar { 
    display: none; 
}