html {

  background: url(../../../images/fire1.jpg) 100% 0 #000;

  background-repeat: no-repeat;

  background-size: contain;

}

img.reel-cached {

  display:none;

  visibility:hidden;

}

.uk-section {

  padding-top: 0px; 

  padding-bottom: 0px; 

}

.uk-section {

  box-sizing: border-box;

  padding-top: 0px;

  padding-bottom: 0px;

}

div.linker :hover {

	background-color: #00368b;

	/*background-color: #0088b5;

	background-image: -o-linear-gradient(rgba(2,151,198,0), #0297c6);

	background-image: -webkit-linear-gradient(rgba(2,151,198,0), #0297c6);

	background-image: -moz-linear-gradient(rgba(2,151,198,0), #0297c6);

	background-image: linear-gradient(rgba(2,151,198,0), #0297c6);*/

	cursor: pointer;

	height: 70px; 

	width: 30%;

	display: table-cell;

	border-radius: 20px;

	text-align: center; 

	vertical-align: middle; 

	opacity:0.7;

}

div.linker {

	cursor: pointer; 

	height: 70px; 

	width: 30%; 

	background-color: #00368b;

	background-image: -o-linear-gradient(rgba(2,151,198,0), #0297c6);

	background-image: -webkit-linear-gradient(rgba(2,151,198,0), #0297c6);

	background-image: -moz-linear-gradient(rgba(2,151,198,0), #0297c6);

	background-image: linear-gradient(rgba(2,151,198,0), #0297c6); 

	text-align: center; 

	vertical-align: middle; 

	display: table-cell; 

	border-radius: 20px;

	opacity:0.7;

}

h3, h1, h2 {

    margin: 0 0 0px 0;

	text-align:center;

}

article.uk-article {

	background: url(../../../images/opasity.png) no-repeat;

	background-size: cover;

	border-radius: 10px;

	padding:30px;

}

.uk-button-default {

    background-color: #00368b;

	background-image: linear-gradient(rgba(2,151,198,0), #0297c6);

}