@CHARSET "UTF-8";

/*************************************************************************
*	General Stuff	
*************************************************************************/

[data-slides] {
    background-image: url(/modules/portfolio/assets/imgs/zoomer/1663531403.jpg); /* Default image. */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: background-image 1s linear;
}
/* Use additional CSS to control the `height` of `[data-slides]`, like so: */
.bgslides { 
	height: 100%; 
}

#page {
	position: absolute;
	width: 100%;
}

header {
	position: absolute;
	right: 20px; 
	bottom: 20px;
	padding: 2px 8px;
	border: 1px solid #000; 
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.6);
	color: #222;
}
header h1, header p {
	margin: 0;
}
header p {
	text-align: right;
}

nav {
	/* 
	Use one or the other below.
	for background behind button, use padding.
	for no background behind button, use margin. 
	*/
	/* margin-left: 40px; */
	padding-left: 40px;
}
nav img {
	position: absolute;
	left: 8px; 
	top: 18px;
	height: 18px; 
	width: auto;
	margin: 0;
	cursor: pointer;
	opacity: 100%;
}

footer {
	display: none;
}


/*
aside, footer {
	display: none;
} 


[data-slides] {
    background-image: url(/modules/portfolio/assets/imgs/zoomer/1662300575.jpg); /* Default image. * /
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: background-image 1s linear;
}
/* Use additional CSS to control the `height` of `[data-slides]`, like so: * /
.test { height: 100%; }

#bin {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 6px 12px;
	border: 1px solid #000;
	border-radius: 12px;
	background-color: rgba(211, 211, 211, 0.8);
	/* font-size: 1.2em; * /
}

nav ul li a {
	color: #222 !important; 
}

#wrapper {}
#wrapper section, 
#wrapper section article, 
header h1, p {
	background: none;
}

header h1, p {
	margin: 0 !important;
	padding: 0 !important; 
	color: #696969;
	text-align: center;
	/* text-align: right; * /
}


/*************************************************************************
*	min-width: 430px	
************************************************************************* /

@media only screen and (min-width: 430px) {
	
	h1, p {
		text-align: right; 
	}
}

/*************************************************************************
*   END MEDIA QUERIES.  
*	BEGIN PRINT 
*************************************************************************/
/*************************************************************************
* End File
*************************************************************************/