html, body {
  height: 100%;
}

body {
  font-family: Arial, Tahoma;
  font-size: 16px;
  line-height: 1.4;
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-position: center center;
}

h1 {
  font-size: 50px;
  margin-top: 60px;
  /*margin-bottom: 60px;*/
}

a.white {
  font-size: 14px;
  margin: auto 10px auto auto;
  display: inline-block;
  color: #bbb;
}
a.white:hover, a.white:focus, a.white:active {
  color: #fff;
}

h2 {
  font-size: 23px;
}

img {
  margin-right: 10px;
}

.box {
  background-color:rgba(0,0,0,0.7);
  padding: 40px;
  border-radius: 5px;
}

.btn.btn-primary {
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
} 

.btn.btn-link {
  font-size: 14px;
  color: #444;
}

.modal-content h1 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.modal-content p {
  margin-bottom: 40px;
}

.modal-footer {
  padding: 10px;
}