
*{
  color: #002344;
}

#toplogo {
width: 150px  ;
}
header{
  background: rgba(255,255,255,.3);
}

.toplogocont{
  transform: translateX(30px);
  flex:1;
  display: flex;
  justify-content: center;
}
body{
 background: url(../img/rd-bk.jpg) #eaeef7 no-repeat top right fixed; 
  -webkit-background-size: 1400px;
  -moz-background-size:  1400px;
  -o-background-size: 1400px;
  background-size: 1400px;
}
.btn.donate{
  background: #d20027;
  color: #FFF;
  border: none;
}
.btn.lead{
  background: #002344;
  color: #FFF;
  border: none;
}
.btn{
  font-weight: bold;
}

.btn:hover{
  opacity: .8;
}
#restore-logo{
  max-width: 300px;
  width: 100%;
}
footer{
  background-color: #FFF;
  min-height: 300px;
  text-align: center;
}
.outline{ border: 1px solid; padding: 5px; 
}

@media screen and (max-width: 991px) {
  main div{
    background: rgba(255,255,255,.8);
    padding: 20px;
    text-align: center;
  }
  main{
    padding-top: 300px;
  }
  main img#restore-logo{
    max-width: 100px;
    text-align: center;
  }
  .toplogocont{
  transform: translateX(0px);/*D element Width[if needed]*/
  display: inline-block;

}
body{
   background: url(../img/rd-bk.jpg) #eaeef7 no-repeat top right fixed; 
  -webkit-background-size: 800px;
  -moz-background-size:  800px;
  -o-background-size: 800px;
  background-size: 800px;
}

}

