html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	background-color: #2e3440;
}

/*********** Main container 100% x 100% ***********/
#page {
    position: relative;
	top: 0;
    width: auto;
    background-size: cover;
    text-align: center;
}

/* User's page background */
.userPage {
	background-color: #2e3440;
	height: auto;
}
/**************************************************/

/*********** Small resolution devices *************/
@media screen and (max-height: 450px) {
    .menu {padding-top: 15px;}
    .menu a {font-size: 18px;}
}
/**************************************************/

/********** Graphics and text formatting **********/
img {
    border: 0;
}

p, input, a {
    color: #ffffff;
    font-size: 18px;
	font-weight: 300;
	text-align: justify;
    text-shadow: 0px 0px 1px;
}

a, a:visited, a:active {
    text-decoration: none;
}

.pageFontLight {
    font-family: 'QanelasUltraLight';
}

.pageFontBold {
    font-family: 'QanelasMedium';
}

.blueText {
	color: #1b2a71;
}
/**************************************************/

/******************* Photos page *******************/
#foto {
	position: relative;
	width: 100%;
	height: 95%;
	padding-top: 10px;
	display: block;
	margin: auto;
}

/*** kowalczyk.online title ***/
#title {
	position: relative;
	float: right;
	height: 70px;
	width: 270px;
	text-align: left;
}

#title p {
	display: inline;
}

.mainTitle {
	color: #5e81ac;
	font-size: 32px;
}

.subTitle {
	color: #e5e9f0;
	font-size: 17px;
}

/*** Thumbnail with link ***/
.photoLink {
	width: 100%;
	height: 20%;
	overflow: hidden;
	border-radius: 2px;
	margin: 20px 0;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	background-color: #3b4252;
}

.photoLinkHref {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.photoLinkImage {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

.photoLinkText {
	position: relative;
	height: 80px;
	width: 100%;
	float: right;
	background: rgba(0, 0, 0, .6);
	z-index: 2;
	line-height: 80px;
	font-size: 40px;
}

.photoLinkText span {
	position: relative;
	float: right;
	margin-right: 20px;
}
/**************************************************/