html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*pagina principal*/
.homePanel {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    height: 400px;
    background-color: #39373b;
    color: inherit;
    font-size: 21px;
    font-weight: 200;
    padding-right: 15px;
    padding-left: 35px;
    border-radius: 10px;
    max-width: 100%;
    font-size: 63px;
    background-image: url("../images/base.jpg");
    background-size: cover;
}

.homeBar {
    background-color : darkblue
}

.homeTitle {
    color: darkblue
}

.homeDropdown {
    background-color: darkblue
}
