$black : #000;
$white : #fff;
$brand-green : #00B285;

@import 'file';
@import 'menu';

html, body
{
    height: 100%;
    margin: 0;
}

body {
  background-image:url('../img/bg.jpg');
  background-size:cover;
  overflow:auto;
  font-size:14px;
}

a.link, a.link:hover, a.link:visited, a.link:link {
  color:$white;
  cursor: pointer;
  outline:none;
  text-decoration:underline !important;
}

.get-api-info
{
  font-size:12px;
}

.btn
{
  background-color: $brand-green;
  border-color: $brand-green;
}

.modal
{
  top:20%;
}

.modal-body, .api-input
{
  text-align:center;
}

.overwrite-main
{
    position: fixed;
    bottom:40px;
    text-align: center;
    width:100%;
    color:$white;
}

.alert
{
  display:none;
  position: fixed;
  bottom: 5px;
  left:2%;
  width: 96%;
  z-index: 9999;
}


footer
{
  position:absolute;
  color: $white;
  bottom:10px;
  width:100%;
  text-align: center;
  line-height: 20px;
  font-size:11px;
  font-weight: normal;
  opacity: 0.8;

}
