*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
    scroll-padding: 80px;
    color-scheme: light;
}

body{
    font-family: serif;
    background: darkgreen url(/resources/background_new.gif);
}


main{
	width: 100%;
	max-width: 1000px;
	margin-inline: auto;
	background: #C2A681;
	min-height: 100vh;
	margin-bottom: 10px;
}

nav{
	background-color: #C2A681;
    padding: 10px;
    padding-bottom: 0;
    margin: 3px;
    padding-top: 10px;
    display: inline-block;
    position: absolute;
    border: gray outset 2px;
    min-height: 240px;
    z-index: 99;
}

nav ul{
    all: revert;
    margin-top: 0;
    margin-left: 16px;
    padding-left: 16px;
    margin-bottom: 15px;
    border-left: 1px dotted black;
    list-style: none;
}

nav ul li:before {
    content: "";
    display: block;
    position: relative;
    left: -16px;
    top: 12px;
    width: 12px;
    border-bottom: 1px dotted black;
}

header{
	background: #434c2fff url(/resources/Australia_Parks.jpg) center;
	background-size: cover;
	height: 300px;
	padding: 5px;
	position: relative;
	color: white;
}

iframe#follow{
	float: right;
}

header img.minimosbutton{
	position: absolute;
	bottom: 8px;
	margin: 2px;
}

header div.updates{
	font-size: 0.8em;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px;
	/*padding-bottom: 0;*/
	background: linear-gradient(#25252600,#252526CC);
	width: 160px;
}

header div.updates h3{
	display: inline-block;
}

header div.updates details div{
	overflow-y: scroll;
	max-height: 90px;
	width: 160px;
}

audio.music{
	position: absolute;
	margin: 4px;
	width: 177px;
	height: 42px;
}

section, footer{
	padding: 15px;
}

img{
    max-width: 100%;
}

footer aside{
	float: right;
	max-width: 300px;
}

footer aside div.PageOfTheDay{
	border: gray outset 2px;
	padding: 5px;
	margin-top: 10px;
}

footer div.stats{
	border: gray outset 3px;
	padding: 5px;
	padding-left: 15px;
	display: inline-block;
	
}

footer img.decoimg{
	border: gray outset 2px;
	width: 45%;
	aspect-ratio: 17 / 20;
    object-fit: cover;
    float: right;
}

footer aside div.followers{
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}

footer aside div.followers h3{
	width: 100%;
}

section.blogs a{
	text-decoration: none;
}

section.blogs a h4{
	text-decoration: underline solid;
	margin-bottom: 12px;
}

section.blogs a article{
	color: black;
	max-width: 700px;
	text-decoration: underline black solid 0.5px;
}

section.blogs article h4{
	margin-bottom: 10px;
}
