/*
 Theme Name:   picostrap
 Theme URI:    https://picostrap.com
 Description:  The fastest Bootstrap 4 WordPress starter theme
 Author:       The picostrap Team 
 Version:      1.1.0
 Text Domain:  picostrap
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/

.row.member-navigation{
	display: block !important;
}

.row.member-navigation button{
	margin-bottom: 10px;
}

body{
	margin-bottom: 150px;
}

#wrapper-footer-colophon{
	/*background: url("../../../meadow-green.png");*/
	/*background-size: contain;*/
	/*background-repeat: repeat-x;*/
	background-color: #000;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#wrapper-footer-colophon > div .site-info{
	/*margin-top: 50px;*/
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: -10px;
}
#wrapper-footer-colophon > div .site-info a{
	color: #fff;
}
#wrapper-footer-colophon > div .site-info a:hover{
	color: #fff;
}

body{
	position: relative;
}

body .eggs{
	position: absolute;
	bottom: 15px;
	left: 200px;
	width: 60px;
	height: 75px;
	background-size: contain;
	background-repeat: no-repeat;
}

body .egg-footer{
	bottom: 20px;
}

body .egg1{
	background-image: url("../../../ostern/ei1.png");
}
body .egg2{
	background-image: url("../../../ostern/ei2.png");
}
body .egg3{
	background-image: url("../../../ostern/ei3.png");
}
body .egg4{
	background-image: url("../../../ostern/ei4.png");
}
body .egg5{
	background-image: url("../../../ostern/ei5.png");
}
body .egg6{
	background-image: url("../../../ostern/ei6.png");
}
body .egg7{
	background-image: url("../../../ostern/ei7.png");
}
body .egg8{
	background-image: url("../../../ostern/ei8.png");
}
body .egg9{
	background-image: url("../../../ostern/ei9.png");
}
body .egg10{
	background-image: url("../../../ostern/ei10.png");
}
body .egg11{
	background-image: url("../../../ostern/ei11.png");
}
body .egg12{
	background-image: url("../../../ostern/ei12.png");
}

@media screen and (max-device-width: 500px) {
	body .egg-footer{
		bottom: 35px;
	}
	#wrapper-footer-colophon{
		background-size: cover;
		background-position: bottom;
	}
}