body, html {
  height: 100%;

}

.bgimg {
  background-image: url("../images/background.jpg");
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-Family: 'Clarendon LT Std';
  font-size: 25px;
}

.topleft {
  position: absolute;
  top: 0;
  left: 16px;
}

.center{text-align: center;}

.no-margin{margin:0!important;}
.no-padding{padding: 0!important;}

.col-md-4 h3{
  margin-top:10px;
  margin-bottom:10px;
}
.logo{
  padding-top: 10px;
  padding-left: 10px;
}
.col-md-4 p{
  margin-top:10px;
  margin-bottom:10px;
}

.padding-top-100{
  padding-top: 120px;
}

hr {
  margin: auto;
  width: 40%;
}

.tw{
  position: relative;
}
