* {
  margin: 0;
  padding: 0;
  font-family: Century Gothic;
}
 body{
	/*pievieno fona bildi bg no css mapes*/
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("../img/bg.jpg");
 }
header{
   /*pievieno fona bildi bg no css mapes*/
   /*background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("../img/bg.jpg");*/
   /*background-image:  url("img/mt_logo.png");*/
	height: 20vh;
	background-size: cover;
	background-position: center;
}
ul{
  float: right;
  list-style-type: none;
margin-top: 25px;
}
ul li{
  /* novieto izvēlnes sadaļas pogas iekšpus taisnstūra bloka*/
  display: inline-block;
}
ul li a{
  text-decoration: none;
  color: #fff;
  padding: 5px 20px;
  border: 2px solid transparent;
  transition: 0.6s ease;
}
ul li a:hover{
  background-color: #fff;
  color: #000;
}
ul li.active a{
  background-color: #fff;
  color: #000;
}
.logo img{
  float:left;
  width: 150px;
  height: auto;
}
.main{
  /*iecentere MT_logo un background bildi*/
  max-width: 1200px;
  margin: auto;
}
.title{
  position: absolute;

  left: 50%;
  transform: translate(-50%,-50%);
}
.title h1{
  color: #fff;
  font-size: 70px;
}
.button{
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.btn{
  border: 1px solid #fff;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  transition: 0.6s ease;
}
.btn:hover{
  background-color: #fff;
  color: #000;
}

table{
  color: white;
}
th, td {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
