body {
    grid-template-rows: 2fr 20rem auto;
    grid-template-areas: "main" "." "footer";
    overflow-x: hidden;
    overflow: hidden;
    background: #ffffff;
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif;
    background-image: url('Homepage.png');
    background-repeat: no-repeat;
    background-attachment: center;
    background-size: auto 100%;
    background-position: 12ch 2em;
	padding: 10px;
	 
}

/*
body .mapouter{
    position:fixed;
    top: 5rem;
    left: 65%;
    text-align:right;
    max-height:300px;
    width:600px;
}
*/

body .gmap_canvas {
    overflow:hidden;
    background:none!important;
    max-height:100px;
    width:600px;
}

#timedate {
    position: fixed;
    top: 5rem;
    left: 5%;
    font: small-caps lighter 50px/200% "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    text-align:left;
    -webkit-text-fill-color: rgb(0, 0, 0);
    -webkit-text-stroke: 0.5px;
    width: 40%;
    margin: 150px auto;
    color: #000000;
    border-left: 5px solid #0000cc;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    width: 20%;
  }


body .weather {
    position: fixed;
    top: 70rem;
    left: 40%;
    max-height: 700px;
}

body .rp-widget {
    position: relative;
    /*max-height: 600px; */
}


footer .footer {
    z-index: 1;
    --footer-background: #334CFF;
    display: grid;
    position: relative;
    grid-area: footer;
    max-height: 20px;
}



footer .footer .content {
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 0rem;
    padding: 0rem;
    background: var(--footer-background);
}

footer .footer .content a, body .footer .content p {
    color: #f5f7fa;
    text-decoration: none;
}

footer .footer .content b {
    color: white;
}

footer .footer .content p {
    margin: 0;
    font-size: 0.75rem;
}

footer .footer .content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer .footer .content > div > div {
    margin: 0.25rem 0;
}

footer .footer .content > div > div > * {
    margin-right: 0.5rem;
}

footer .footer .content > div .image {
    align-self: center;
    width: 8rem;
    height: 20rem;
    margin: 0.25rem 0;
    background-size: cover;
    background-position: center;
}

