@import url('https://fonts.googleapis.com/css?family=Rajdhani:700&subset=latin-ext');
@import 'https://fonts.googleapis.com/css?family=Raleway:400,700,900&subset=latin-ext';
@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Teko&subset=latin-ext');

	body { 
		background: #FFFFFF;
		margin: 0;
		padding: 0;
	}
	
	h1 {
		color: #002649;
	}

	.h2text {
		background-color: #002649;
	}

	.h3text {
		background-color: #002649;
	}
	
	.h4text {
		background-color: #002649;
	}

	.h5text {
		background-color: #242424;
	}

	span.quote {
		font-family: 'Playfair Display', serif;
		font-style: italic;
		text-align: left;
		line-height: 180%;
		font-size: 160%;
		color: #000000;
		display: block;
		padding: 16px;
		margin-left: 100px;
		margin-right: 100px;
		margin-top: 30px;
		margin-bottom: 40px;
	}
		
	span.kiemeles {
		background-color: #e8f2fb;
		font-weight: 700; 
		padding: 2px;
		color: #000000;
	}

	span.code {
		font-family: 'Anonymous Pro', monospace;
		background-color: #000;
		color: #fff;
		font-weight: 700; 
		padding: 4px;
	}
	
	.container p a {

	color: #004788;
	
	}
	
	.container p a:hover {

	color: #0065c2;
	
	}	
	
	.table_info {
	
	font-size: 110%;	
	font-family: 'Open Sans Condensed', sans-serif;
	
	}
	
	.table_info p {
	
	font-size: 110%;	
	font-family: 'Open Sans Condensed', sans-serif;
	
	}
	
	.like_box {
	
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    border: 0px solid;
    margin: 5px;
	
	}
	
	
	.header_bg {
	
    background-image: url("header_bg.jpg");
	
	}
	
.div_kepes {

	text-Align: center; 
	border: 20px solid #FFFFFF;

}
	
.image {
  display: inline;
  width: 600px;
  margin: auto;
  overflow: show;
  text-align: center;
  padding: 0px;
  vertical-align: top;
  horizontal-align: center;
}

.image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
}

.image:hover img {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}

.radiation-data { padding: 20px; width: 100%; background: #e1e1e1; box-sizing: border-box; text-align: center; box-align: center; font-size: 90%}

.radiaton-data-header { font-family: 'Teko', sans-serif; font-weight: 400; font-size: 200%}