﻿html, body {
    margin: 0px;
}

* {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.background {
    width: 1080px;
    height: 1920px;
    background-image: url('../Image/clear-day-bagg4-1080x1920.png');
    padding: 50px;
    box-sizing: border-box;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}

/* Font */

p {
    font-size: 30px;
    text-shadow: 0px 0px 2px #505050;
}

h1 {
    font-size: 230px;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0;
    line-height: 230px;
    text-shadow: 1px 1px 8px #808080;
}

h2 {
    font-size: 120px;
    margin: 0px;
    padding: 0;
    line-height: 150px;
    text-shadow: 1px 1px 8px #808080;
}

h3 {
    font-size: 110px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    line-height: 110px;
    text-shadow: 1px 1px 8px #808080;
}

h4 {
    font-size: 60px;
    margin: 0px;
    padding: 0;
    line-height: 110px;
    text-shadow: 1px 1px 8px #808080;
}

h5,h6 {
    font-size: 38px;
    line-height: 90px;
    margin: 0px;
    padding: 0;
    vertical-align: middle;
}

h5 {
    text-shadow: 0px 0px 2px #505050;
}

h6 {
    color: #ffffff95;
}

.BoldFont {
    font-weight: bold;
}


.TopInfo {
    display: table-caption;
    text-align: center;
    font-weight: bold;
}

/* Div stylet til tabel */

.Table {
    display: table;
    width: 980px;
}

.OneDayHeading 
{
    text-align: left;
}

.Days {
    display: table-row;
    text-align: center;
}

.HoursTime, .HoursIcon, .OneDayHeading, .Days {
    display: table-row;
}

.Cell, .DayCell, .TodayCell, .IconCell, .TempDayCell, .TempNightCell {
    display: table-cell;
    border: none;
    padding: 0px;
    vertical-align: middle;
}
.Cell img, .IconCell img{
    height:90px;
}

.Cell {
    width: 98px;
    text-align: center;
}

.DayCell {
    width:220px;
    text-align: left;
}

.TodayCell {
    width: 500px;
    text-align: left;
}

.IconCell {
    width: 500px;
    text-align: center;
}

.TempDayCell {
    width: 120px;
    text-align: right;
}

.TempNightCell {
    width: 120px;
    text-align: right;
    padding-right: 15px;

}

.StrokeTop, .StrokeBottom {
    border-bottom: 1px solid #ffffff;
    width: 980px;
    
}

.StrokeTop 
{
    margin-top: 20px;
}


.StrokeBottom 
{
   margin-bottom: 70px;
}

