html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.g-text-box {
    text-align:center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: white;
    border: 2px solid black ;
    border-radius: 10px 15px;
    margin: 10px;
}

.moto-H1{
    font-style:italic;
    font-size: calc(1rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .moto-H1 {
        font-size: 2rem;
    }
}

body {
  margin-bottom: 60px;
}

.navbar-box {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    background-color: white;
    border: 0.05rem solid black;
    border-radius: 0.5rem 0.75rem;
    padding: 0.5rem;
}
.navbar-box:hover {
    background-color: lightgreen;
    font-weight:400;
}