*
{
  margin: 0;
  padding: 0;
  font-family: "montserrat-medium", sans-serif;
}

#header
{
}

#header img
{
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
}

#header h1
{
  display: inline-block;
  font-size: 1.2rem;
}

#content
{
  padding: 2%;
}

#content  p
{
  text-align: center;
  font-size: 1rem;
  margin-top:3%;
}

#blue{
    color: rgba(0, 217, 58, 1.0);
}

#points{
    text-align: justify!important;
}


table{
  border-collapse: collapse;
 width: 100%;
}

td,th
{
  border: 1px solid rgba(0,0,0,0);
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2;}

tr:hover {background-color: #ddd;}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

.center
{
  text-align: center!important;
  text-transform:  full-width!important;
  font-size: 1.3rem!important;
  margin-top: 0 !important;
}

img
{
  width: 100%;
}

.sub
{
  background-color: green;
  height: 200px;
}

a
{
  background: rgba(73, 120, 196, 0.8);
  text-decoration: none;
  color: white;
  padding: 10px;
  border-radius: 25px;
  margin: 3%;
}



a:hover
{
  background: white;
  color:rgba(73, 120, 196, 1);
}


#footer h2
{
  font-weight: lighter;
    font-size: 1rem;
    text-align: center;
    background: black;
    color: white;
    padding: 2%;
    bottom: 0;
}


@media only screen and (min-width: 768px)
{
  table
  {
    width: 30%;

  }

  .table-center
  {
    margin: 0 auto;
  }

  .center
  {
    font-size: 3rem!important;
  }

  #content p
  {
    font-size: 1.5rem;
    text-align: justify-center;
    margin: 1% auto;
  }

  img {
    width: auto;
  }
  
  #points{
      width: 35%;
      margin: auto;
  }
}
