
/* === Font Styles === */

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/pt-sans/PTS55F-webfont.eot');
    src: url('fonts/pt-sans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pt-sans/PTS55F-webfont.woff') format('woff'), url('fonts/pt-sans/PTS55F-webfont.ttf') format('truetype'), url('fonts/pt-sans/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* === General Styles === */

html,
div,
span,
head,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
font,
img,
small,
strong,
ol,
ul,

blockquote,q {
    quotes: none 
}

#holder {
    min-height: 100%;
	height: 550px;
    position:relative;
}

html,body {
	height: 95%;
	font-family: Cambria;
	font-size: 15px;
    margin: 0;
    padding: 0;
    border: 0;
	text-shadow: 0.5px 0.5px #FFF;
    outline: 0;
    font-size: 100%;
    line-height: 1;
}

body {
	background: #aaaaaa url(images/bg.jpg) repeat scroll 0 0 
}

.logotipas {
    text-align: center;
    margin-top: 5%;  /*Kai vienas WA paveikslelis*/
    font-size: 15px;
    margin-bottom: 10px;
}

.copyright {
    text-align: center;
    margin-top: 50px;
    font-size: 15px;
    margin-bottom: 10px;
}

#footer {
	position: absolute;
	font-size: 16px;
	bottom: 30px;
	width: 100%;
	text-align: center;
	text-shadow: 0.5px 0.5px #FFF;
}

a: {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
	text-decoration: none;
}

/* unvisited link */
a:link {
	color: #8A0808; /* graži kraujo spalva */	
	text-decoration: none;
	transition: all 500ms ease 0ms;
}

#footer a:hover {
	color: #8A0808 !important; /* graži kraujo spalva */	
	transition: all 500ms ease 0ms;
	text-decoration: underline;
}



/* === Responsive adjustments preserving original background paths === */
@media (max-width: 768px) {
    
   .logotipas {
    font-size: 0.9em !important;
    margin: 2em 1em 1em !important;
  }
 
   .copyright {
    font-size: 0.9em !important;
    margin: 2em 1em 1em !important;
  }
}
