

body  {
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  font-size: 12px;
  color:red;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0px;
  background-image: url("../thunad.jpg");
  background-position: left 0px top 15%;
  background-repeat: no-repeat;
  background-size: 180vh;
  background-color: #0e0e10;
}



.tbblock.bottom {
  font-size:14px;
  text-align:center;
  margin-bottom: 100px;
}

.logo {
  background-color:rgba(255, 255, 255, 1);
  padding: 30px 50px;
  display:block;
  position:absolute;
  right:10%;
  animation: slideInDown;
  animation-duration: 1s;
}

.logo span{
color: #304654;
font-size:40px;
}

.logo span:first-child {
font-weight: 800;
}

.logo span:last-child {
font-weight: 300;
}

.info_block_cont {
  background-color:rgba(21, 39, 51, 0.9);
  padding: 50px 50px;
  display:block;
  position:absolute;
  right:10%;
  top:40vh;
  color:#fff;
  animation: fadeIn;
  animation-duration: 1s;
}

.info_block {
font-size: 15px;
margin-top: 20px;
}

.info_block:not(:last-child) {
margin-bottom: 50px;
}

h2 {
font-size: 20px;
font-weight: 200;
margin:0;
text-transform: uppercase;
}

.info_block h3 {
color:rgba(255, 255, 255, 0.51);
margin:10px 0px 5px 0px;
font-weight: 200;
font-size: 12px;
}
