.font{
  font-family: 'Raleway', sans-serif !important;
}

.bodyBG{
  background: url(../img/BG.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}

.hAligned{
  margin-top: 200px;
}


.screen{
  margin: 0;
  position: absolute;
}

.screen.bottom{
  bottom: 1%;
}

.screen.top{
  top: 1%;
}

.screen.right{
  right: 2%;
}

.screen.left{
  left: 2%;
}



.link{
  font-weight: bold !important;
  color: #0288d1 !important;
}

.link:hover{
  color: #03a9f4 !important;
}


.btn-floating.halfway-fab.top {
  position: absolute;
  right: -30px;
  top: -40px;
  height: auto;
  width: 200px;
  left: initial;
  bottom: initial;
  border-radius: 50%;
  max-width: 40%;
}