html {
	overflow-y: scroll;
}

#bodyStyle {
	font-family: Arial;	
	margin: auto;
	xbackground-color:	#2b2f34 ;  /* #1C1C1A,  #121211, legit harmaa > #2b2f34 */
	background-color: white;
	font-family: 'Open Sans', sans-serif;	
	xbackground: url("pics/dotabg_flipped1.png"), url("pics/dotabg_flipped2.png");
	xbackground-position: center top, center bottom;	
	xbackground-size: 100% auto;
	xbackground-repeat: no-repeat;
}

#contents{
	margin-bottom: -10px;
}

.testiz{
	background-color: rgba(0,0,0,0.9);
}

#topButton{
	bottom:0;
    right:0;
	margin-bottom: 20px;
	margin-right: 20px;
	box-shadow: 2px 2px 4px #000000;	
	background-color: #55402a; /* Green */
    border: none;
    color: #f3e6d0;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	position:fixed;
}

#topButton:hover {
	background-color: #ad835a;
}

#topButton:active {
  background-color: #0086b3;
  box-shadow: 0 1px #666;
}

.author{
	font-style:italic;
	font-size: 15px;
}

.italic{
	font-style:italic;
}

code p{
	color:red;
}

.underline{
	text-decoration:underline;
}

.content {
	xfont-size:		18px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	xmargin-left:	60px; /*60px */
	margin: auto;
	margin-top: 50px;
	padding-top: 1px;
	color:			black ;  /* vanha vaalea #DCEBDD  */
	xbackground-color: 	#edfeeb ; /* #304345 */
	xbox-shadow: 5px 5px 5px #1a1a1a;
	xborder: 1px solid black;
	max-width: 			1000px;
}

a:hover{
	color: #16e980;
	xtext-decoration:none;
}

a:active {
	color: #d4d365;
}

h1 {
	font-size: 		60px;
	margin-bottom:  10px;
	font-family:	Arial;
}

h2 {
	font-size: 		50px;
	margin-bottom:  10px;
	font-family:	Arial;
}

h3 {
	font-size: 		30px;
	margin-bottom:	3px;	
}

h4 {
	font-size: 		20px;
	margin-bottom:	10px;
}

.alablokki {
	text-align: center;
	color: #8D9196;
	font-size: 15px;
}

.imgThumb{
	max-width: 300px;
	cursor: pointer;
}

.imgThumb:hover {
	opacity: 0.7;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
   x width: 80%;
    xmax-width: 700px;
	border: 1px solid grey;
}

.modal-content:hover{
	cursor: pointer;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
	text-shadow: 2px 2px 4px #000000;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
   x -webkit-animation-duration: 0.1s;
    animation-name: zoom;
    xanimation-duration: 0.2s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.1s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

