/*
 * Globals
 */




/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  
	background:#000000 center center url(../images/alkubg@3x.png) repeat; 
	background-size: 2560px 55px; 
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 960px;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Main
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

h1
{
	padding-bottom: 22px;
}

h2
{
	font-size:43px;
	font-weight: bold;
	text-transform: uppercase;
	xxfont-family: 'Bodoni Moda', serif;
	line-height:40px;
}

h3 
{
	padding-bottom:11px;

}

button
{
	text-transform: uppercase;
}

ul li 
{
	list-style-type: none;
}

ul li
{
	font-size:33px;
}

#searchInput
{
	font-size:70px;
	background: #000; 
	color:#fff; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	margin-bottom:50px; 
}



.separator {
  animation: blinker 2s linear infinite;
	
}

@keyframes blinker {  
  50% { opacity: 0; }
}






.item
{
	xxborder-right: solid 1px #c7c7c7;
	xxborder-right: solid 1px #c7c7c7;
	
	xxborder-bottom: solid 1px #c7c7c7;
	padding: 25px 40px 20px 40px;

	border-right: solid 1px medium;
	border-bottom: solid 2px #000;
}


.item:nth-child(odd)
{

	background: rgba(17, 17, 17, 0.8); 
}

.item:nth-child(even)
{
	background: rgba(34, 34, 34, 0.85); 
	
}







.item span
{
	line-height: 12px;
}


.sunday
{
	border-right: solid 2px red;
}



.item p
{
	font-size: 64px;
	font-weight:bold;
	line-height: 55px;
	
}

p.date 
{
	text-align: right;
	font-size:27px;
	font-weight:200;
	line-height: normal;
}

.laatu
{
	font-weight: 100;
	font-size: 55px;

}


.kevyt
{
	font-weight: 100;
}

.item:nth-child(odd) .kevyt
{
	color: #222;
}

.item:nth-child(even) .kevyt
{
	color: #333;
}

p.animaalinen
{
	font-size: 25px;
	line-height: 25px;
	color: #555;
	font-weight: 200;

}

.row
{
	margin-bottom: 99px;
}

.about div ul li
{
	font-size: 22px;
	line-height: normal;
	list-style: disc;
	text-align: left;
	font-weight: 100;
}

.about p
{
	
}