/* Global Styles */
@-viewport {
  width: device-width;
}

html,
body {
  font-family: Roboto, Arial, sans-serif;
}

body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.3rem;
  color: Dimgray;
  background-color: Whitesmoke;
  margin: 3;
  display: block;
  overflow-anchor: none;
}

H1 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5rem;
  color: Darkslategray;
  text-align: center;
  display: inline;
}

H2 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4rem;
  color: Darkslategray;
  text-align: center;
  display: inline;
}

H3 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4rem;
  color: Darkslategray;
  text-align: center;
  display: inline;
}

H4 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4rem;
  color: Darkslategray;
  text-align: center;
  display: inline;
}

H5 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4rem;
  color: Darkslategray;
  text-align: center;
  display: inline;
}

H6 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4rem;
  color: Darkslategray;
  text-align: center;
}

table:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

td {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4rem;
  color: Dimgray;
}

td:hover {
  box-shadow: 0px 0px 1.3rem rgba(15, 40, 40, 0.5);
}

p {
  text-indent: 1.3rem;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4rem;
  color: Dimgray;
}

p:hover {
  text-indent: 1.3rem;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4rem;
  color: Black;
}

li {
  text-indent: 2px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4rem;
  color: Dimgray;
  text-align: left;
}

li:hover {
  text-indent: 2px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4rem;
  color: Dimgray;
  text-align: left;
}

a {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4rem;
  color: Crimson;
  text-decoration: none;
}

.menu:hover {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4rem;
  color: Crimson;
  text-decoration: none;
}

button {
  width: 70px;
  height: 25px;
  padding: 1px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.1rem;
  color: Crimson;
  text-decoration: none;
  border-radius: 5px;
  border-color: Crimson;
}

button:hover {
  width: 70px;
  height: 25px;
  padding: 1px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1rem;
  color: Crimson;
  text-decoration: none;
  border-radius: 5px;
  border-color: Crimson;
}

img {
  padding: 0px;
  border-radius: 3px;
}

@media (min-width: 992px;) .container {
  max-width: 960px;
}

@media (min-width: 768px;) .container {
  max-width: 720px;
}

@media (min-width: 576px;) .container {
  max-width: 540px;
}

.logo {
  width: auto;
  height: auto;
  padding-right: auto;
  padding-left: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: Whitesmoke;
}

.text-center {
  text-align: center;
}
