/*
*   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
}

.widgetsDate{
    justify-content: center;

}



.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: 84px;
    padding-top: 15px;
}

#weather3.widget-time p {
    padding-top: 0px !important;
}

.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;
    background-color: #222126;
    border: 1px #000;
    border-style: solid;

}

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

.dailyDay {
    margin-bottom: 20px;
}

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

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

}

