/* główne */

body {
  background-color: #008080;
}

@font-face {
    font-family: 'WebPlus ToshibaTxL2';
    src: url('WebPlus_ToshibaTxL2_8x16.woff') format('woff');       
    font-weight: normal;
    font-style: normal;

}

div {
  font-family: WebPlus ToshibaTxL2;
  color: #000000;
}

p {
    font-family: WebPlus ToshibaTxL2;
    color: #000000;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 16px;
}


h1 {
  font-family: WebPlus ToshibaTxL2;
  color: #000000;
}

a {
	padding: 0px;
	margin: 0px;
}



/* STYLIZACJA */


/* ramki itp */
.ramka2 {
  border: 1px solid #000081;	  /* og wersja */
  background-color: #c3c3c3;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
  position: relative;
  margin:0px;
  box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.5);
  
}

.gradient2 {
    width: 100%;	/* og wersja */
    height: 12px;
    background: linear-gradient(to right, #090040, #005ea1);
    position: absolute;
    top: -9px;
    left: -1px;
    border: 1px solid #000081;
	text-align: left;
}

.mikrox2 {
    position: absolute;		/* og wersja */
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 0.5px solid darkblue;
    color: black;
    font-size: 11px;
    background-color: #c3c3c3;
    text-align: center;
    transition: background-color 0.3s ease;
}






.grtext {
color: white;
font-size: 9px;
position: absolute;
top: 50%;
transform: translateY(-50%);
padding-left: 2px;
text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;

}


.b8831 img {
	height: 31px;
	width: 88px;
	padding: 0px;
	padding-right: 2px;
	padding-left: 5px;
	margin: 0px;
}

.b8831sites img {
	height: 31px;
	width: 88px;
	padding: 0px;
	margin: 0px;
}

.postbutton {
  	background-color: #021bff;
	border-top:3px solid #005ec4;
    border-bottom:3px solid #031aaf;
    border-left:3px solid #005ec4;
    border-right:3px solid #031aaf;
	color: white; 
	padding: 0px;
	margin: 0px;
	color: white;
}

.postbutton2 {
  	background-color: #818181;
  	display: grid;
  	border-top:5px solid #a3a3a3;
    border-bottom:5px solid #4f4f4f;
    border-left:5px solid #a3a3a3;
    border-right:5px solid #4f4f4f; 
	padding: 0px;
	margin: 0px;
	color: black;
}

.postbutton4 {
  	background-color: #818181;
	border-top:3px solid #a3a3a3;
    border-bottom:3px solid #4f4f4f;
    border-left:3px solid #a3a3a3;
    border-right:3px solid #4f4f4f; 
	color: white; 
	padding: 0px;
	margin: 0px;
	color: black;
}

.post_selector {
  	background-color: #818181;
  	border-top:2px solid #a3a3a3;
    border-bottom:2px solid #4f4f4f;
    border-left:2px solid #a3a3a3;
    border-right:2px solid #4f4f4f; 
	margin-top: 13px;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-right: 2px;
	color: black;
}



.gradient_pion {
    width: 100%;
    height: 18px;
    background: linear-gradient(to top, #4287f5, #102fad);
    border-top:1px solid #a3a3a3;
    border-bottom:1px solid #4f4f4f;
    border-left:1px solid #a3a3a3;
    border-right:1px solid #4f4f4f;
    align-items: center;
    justify-content: left;
    display: flex;
	flex-direction: column;
}

.tekstpionowy {
    transform: rotate(90deg);
    white-space: nowrap;
    font-size: 20px;
    padding-left: 3px;
	margin: 0px;
	position: relative;
}



.review {
	background-color: #818181;
	border: 1px;
	border-color: black;
	border-style: solid;
	box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.5);
}

.postbutton3 {
  	background-color: #818181;
  	display: grid;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0px;
	border-color: black;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	color: black;
}
.reviewer {
	background-color: #c3c3c3;
}

.embussy {
	border-top:2px solid #a3a3a3;
    border-bottom:2px solid #4f4f4f;
    border-left:2px solid #a3a3a3;
    border-right:2px solid #4f4f4f;
}

.ramka {
  border-top:2px solid #a3a3a3;
  border-bottom:2px solid #4f4f4f;
  border-left:2px solid #a3a3a3;
  border-right:2px solid #4f4f4f;
  background-color: #c3c3c3;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
  position: relative;
  margin:0px;
  box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.5);
  
}

.gradient {
    width: 100%;
    height: 12px;
    background: linear-gradient(to right, #000180, #1c84cd);
    position: absolute;
    top: -9px;
	left: -2px;
    border-top:2px solid #a3a3a3;
    border-bottom:2px solid #4f4f4f;
    border-left:2px solid #a3a3a3;
    border-right:2px solid #4f4f4f;
	text-align: left;
}

.mikrox {
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-top:1px solid #a3a3a3;
    border-bottom:1px solid #4f4f4f;
    border-left:1px solid #a3a3a3;
    border-right:1px solid #4f4f4f;
    color: black;
    font-size: 8px;
    background-color: #c3c3c3;
    text-align: center;
    transition: background-color 0.3s ease;
	text-decoration: none;
}


/* koniec*/

/* LAYOUT */
header {
  	background-color: #818181;
	background-image: url(baner2.gif);
	align-content: center;
	vertical-align: baseline;
  	width: 1020px;
}

.nav {
	display: inline-block;
	background-color: #c3c3c3;
	vertical-align: baseline;
	width: 1020px;
	align-content: left;
}

.row {
  display: flex;
  flex-direction: row;
}

.column {
	display: flex;
	flex-direction: column;
}

.content {
  display: flex;
  flex-direction: row;
	width: 1020px;
	height: auto;
}

.nav-left {
	width: 196px;
	height: auto;
	display: inline-block;
}

.nav-right {
	width: 196px;
	height: auto;
	align-content: center;
	display: inline-block;
	margin-top: 15px;
	padding: 0px;
}

.nav-center {
	width: 610px;
	height: auto;
	align-content: center;
	display: flex;
  	flex-direction: row;
}



/* KONIEC*/

/* OBJ */
.logo {
	padding: 10px;
}

.menu_navbar {
	margin: 15px;
}
.buttonussy {
	margin-top: 9px;
	margin-right: 15px;
}

.srodek {
	padding-top: 10px;
}

.lewo {
	margin-right: 5px;
}

.central {
	margin-right: 5px;
}

.prawo {
	margin-right: 5px;
}

.baner {
	margin-top: 15px;
}

.footer {
	display: inline-block;
    flex-direction: row;
	height: auto;
	margin-top: 15px;
	margin-left: 0px;
}

.side-content {
	margin-top: 15px;
}

.friend {
	margin-top: 25px;
	margin-bottom: 15px;
}

.cool-sites {
	padding: 5px;
	margin-right: 10px;
}



.con {
	width: 614px;
	height: auto;
	display: block;
}

.tooltip {
	position: relative;
	cursor: crosshair;
}

.hiddentext {
	visibility: hidden;
	width: auto;
	background-color: darkblue;
	color: white;
	font-size: 15px;
	height: 15px;
	text-align: center;
	padding: 5px;
	position: absolute;
	border: 1px solid blue;
	top: 7,5px;
  	left: -60px;
}

.button_scrollbox {
	width: 194px;
	height: 512px;
	overflow-y: auto;
	
}

.stamps_scrollbox {
	width: 610px;
	height: 95px;
	overflow-x: scroll;
	
}



.gallery-scrollbox {
	width: 800px;
	height: 590px;
	overflow-y: auto;
}

.stamps_autoscroll {
	width: 610px;
	height: 80px;
	
}

.stamps_autoscroll img {
	padding: 4px;
	margin-top: 4px;
	
}

.button_autoscroll {
	width: 194px;
	height: 512px;
	
}



/* KONIEC*/


/* ANIMACJE*/
.about-transition{
	transition: opacity 0.3s ease-in-out;
}
.about-transition:hover {
    content: url('about_select.gif');
}

.posts-transition{
	transition: opacity 0.3s ease-in-out;
}
.posts-transition:hover {
    content: url('posts_select.gif');
}

.gallery-transition{
	transition: opacity 0.3s ease-in-out;
}
.gallery-transition:hover {
    content: url('gallery_select.gif');
}

.buttons-transition{
	transition: opacity 0.3s ease-in-out;
}
.buttons-transition:hover {
    content: url('buttons_select.gif');
}


.mikrox:hover {
    background-color: red;
	color: white;
	cursor: pointer;
}

.postbutton:hover {
	background-color: #0827f5;
	border-top:3px solid #031aaf;
    border-bottom:3px solid #005ec4;
    border-left:3px solid #031aaf;
    border-right:3px solid #005ec4;
	color: darkgray;
}

.postbutton2:hover {
	background-color: #686868;
	border-top:5px solid #4f4f4f;
    border-bottom:5px solid #a3a3a3;
    border-left:5px solid #4f4f4f;
    border-right:5px solid #a3a3a3;
	color: darkgrey;
}


.post_selector:hover {
  	background-color: #686868;
	border-top:2px solid #4f4f4f;
    border-bottom:2px solid #a3a3a3;
    border-left:2px solid #4f4f4f;
    border-right:2px solid #a3a3a3;
	color: darkgrey;
}

.postbutton3:hover {
	background-color: #c3c3c3;
	color: #3d3d3d;
	border-top:2px solid #4f4f4f;
    border-bottom:2px solid #a3a3a3;
    border-left:2px solid #4f4f4f;
    border-right:2px solid #a3a3a3;
}

.tooltip:hover .hiddentext{
  visibility: visible;
}




/* Scrollbar */ 
* {
  scrollbar-width: 1px;
  scrollbar-color: #818181 #c3c3c3;
}


  






