body {
  background: none;
  font-family: 'Lora', serif;
  color: #fff;}

.fullStudy {
  background: url(../img/rms_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;}

.logo{
  margin-top: 15%;
  margin-bottom: 30px;}

a {font-weight: 700; color: #fff;}

a:hover{color: #f0dfc9; text-decoration: none;}

.btn {
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;}

.btn-default {
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(50, 30, 20, 0.2);
  font-size: 1.5em;
  margin: 7px 7px 20px 7px;}

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #fff;
  outline: 0;
  color: #000;
  background-color: #fff;}