/*
*   Main Stylesheet
*/

@font-face {
    font-family: "ProductSans";
    src: url("fonts/Product Sans Regular.ttf");
}

body{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-wrapper{
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1{
    color: #fff;
    font-size: 80px;
    font-family: sans-serif
}

.wave_logo{
    max-width: 30%;
    opacity: 1;
    position: fixed;
    float: right;
    max-height: 30%;
    top: 150px;
    right: 80px;
}

.waveLogoBackground{
    position: fixed;
    float: right;
    min-width: 37%;
    background-color: #222126;
    border: #000;
    border-style: solid;
    border-width: 1px;
    right: 30px;
    top: 30px;
    height: 450px;
}

.waveLogoBackground:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #3B393D;
  }

.widgetsDate{
    justify-content: center;

    flex-direction: column;
    top: 30px;
    float:left;
    position: fixed;
    left: 30px;
    max-width: 700px;
    background-color: #222126;
    border: 1px #000;
    border-style: solid;
    height: 430px;

}

.widgetsDate:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #3B393D;
  }

.currentWidgets{
    justify-content: center;
    bottom: 180px;
    top: 280px;
    float:left;
    left: 30px;
    display: flex;
    max-width: 700px;

}

/* Widget - Time */
.widget-time{
    margin: 0 40px;
    width: 200px;
    margin-bottom: 40px;
    font-size: 60px;
}

.widget-time p{
    text-align: center;
    min-height: 100px;
}

.widget-time small{
    font-size: 50px;
}

.widget-time span{
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}

.widget-date{
    margin: 0 40px;
    margin-bottom: 40px;
}

.widget-date p{
    text-align: center;
    margin-bottom: 0;
}

.widget-date small{
    font-size: 50px;
}

.widget-date span{
    font-size: 80px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}


#dailyWeather {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    font-size: 30px;
    letter-spacing: 1px;
    color: white;
    font-family: sans-serif;
    z-index: -1;


}

.dailyWeather::before{
    content: " ";
    position: absolute;
    background-color: gray;
    opacity: 1;
}


.dailyDay {
    margin-bottom: 20px;
    font-size: 22px;
}

.dailyTemp {
    font-size: 50px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.weatherWidget {
    margin: 0 40px;
    width: 250px;
    justify-content: center;
    text-align: center;
}

p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;

}

