html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    padding-top: 0px;
    /*margin-bottom: 60px;*/
}
.navbar-transparent {
    background-color: transparent !important;
    border-color: transparent !important;

}
.navbar-bg {
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
    padding: 10px;
    margin-right:20px;
}
.carousel-caption-bg {
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    padding:10px;
}
.clickable {
    cursor: pointer;
}