* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ddd;
}

/* Style the top navigation bar */
.page-header {
  overflow: hidden;
  background-color: #333;
  padding: 0px 5%;
  position: relative;
}

/* Style the topnav links */
.page-header a.login {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0%;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 3em;
}

/* Change color on hover for topnav links */
.page-header a.login:hover {
  background-color: #ddd;
  color: #333;
}

/* Style the title */
.page-header a.title {
  font-family: 'Sofia';font-size: 22px;
  text-decoration: none;
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  font-weight: bold;
  padding: 20px 0px 60px 0px;
  font-size: 6em;
}

/* Style the content */
.content-container {
  background-color: #ddd;
  padding: 20px 5% 80px 5%;
}

/* Style the info field */
.content-container div.info-text {
  margin: auto;
  display: block;
  color: #333;
  background-color: #f1f1f1;
  text-align: left;
  padding: 5px 5%;
  text-decoration: none;
  border: 8px solid black;
  border-radius: 20px;
  font-weight: bold;
  font-size: 3em;
}

/* Style the index links */
.content-container a {
  margin: auto;
  display: block;
  color: #333;
  background-color: #f1f1f1;
  text-align: center;
  padding: 56px 64px;
  text-decoration: none;
  border: 8px solid black;
  border-radius: 20px;
  font-weight: bold;
  font-size: 3em;
}

/* Style forms */
input
{
    font-size:1em;
    width:100%;
}
textarea
{
    font-size:1em;
    width:100%;
}
select
{
    font-size:1em;
    width:100%;
}

/* Change color on hover for index links */
.content-container a:hover {
  background-color: #333;
  color: #f1f1f1;
}

/* Style the no entry field */
.content-container p.no-entry {
  margin: auto;
  display: block;
  color: #f1f1f1;
  background-color: #b22222;
  text-align: center;
  padding: 56px 64px;
  text-decoration: none;
  border: 8px solid black;
  border-radius: 20px;
  font-weight: bold;
  font-size: 3em;
}

/* Style Table */
.table { 
   display: table;
   border-spacing: 0.25em;
   width:100%; 
}
.table-row {display: table; }
.table-cell {display: table; }

/* Style the footer */
.page-footer {
  position: fixed;
  width:100%;
  left:0;
  bottom:0;
  background-color: #f1f1f1;
}

/* Style the footer links */
.page-footer a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 3em;
}

/* Change color on hover for footer links */
.page-footer a:hover {
  background-color: #333;
  color: #f1f1f1;
}

@media only screen and (min-width: 1000px) {
/* Style the index links */
.content-container a {
  padding: 14px 16px;
  border: 2px solid black;
  border-radius: 5px;
  font-size: 1em;
}
.page-header a.login {
  padding: 14px 16px;
  right: 5%;
  font-size: 1em;
}
.content-container {
  padding: 10px 5% 40px 5%;
}
.content-container div.info-text {
  padding: 5px 5%;
  text-decoration: none;
  border: 2px solid black;
  border-radius: 5px;
  font-size: 1em;
}
.content-container p.no-entry {
  padding: 14px 16px;
  border: 2px solid black;
  border-radius: 5px;
  font-size: 1em;
}
.page-header a.title {
  font-size: 2em;
  padding: 20px 0px 0px 0px;
}
.page-footer {
  padding: 0px 5%;
}
.page-footer a {
  padding: 14px 16px;
  font-size: 1em;
}
/* Style Table */
.table { 
   display: table;
   border-spacing: 0.5em;
   width:90%; 
   margin-left:5%; 
   margin-right:5%;
}
.table-row {display: table-row; }
.table-cell {display: table-cell; }
}
